@solana/web3.js
    Preparing search index...

    Type Alias CreateSecp256k1InstructionWithEthAddressParams

    Params for creating an secp256k1 instruction using an Ethereum address

    type CreateSecp256k1InstructionWithEthAddressParams = {
        ethAddress: Buffer | Uint8Array | number[] | string;
        instructionIndex?: number;
        message: Buffer | Uint8Array | number[];
        recoveryId: number;
        signature: Buffer | Uint8Array | number[];
    }
    Index
    ethAddress: Buffer | Uint8Array | number[] | string
    instructionIndex?: number
    message: Buffer | Uint8Array | number[]
    recoveryId: number
    signature: Buffer | Uint8Array | number[]