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

    Type Alias CreateSecp256k1InstructionWithPublicKeyParams

    Params for creating an secp256k1 instruction using a public key

    type CreateSecp256k1InstructionWithPublicKeyParams = {
        instructionIndex?: number;
        message: Buffer | Uint8Array | number[];
        publicKey: Buffer | Uint8Array | number[];
        recoveryId: number;
        signature: Buffer | Uint8Array | number[];
    }
    Index
    instructionIndex?: number
    message: Buffer | Uint8Array | number[]
    publicKey: Buffer | Uint8Array | number[]
    recoveryId: number
    signature: Buffer | Uint8Array | number[]