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

    Type Alias CreateEd25519InstructionWithPublicKeyParams

    Params for creating an ed25519 instruction using a public key

    type CreateEd25519InstructionWithPublicKeyParams = {
        instructionIndex?: number;
        message: Uint8Array;
        publicKey: Uint8Array;
        signature: Uint8Array;
    }
    Index
    instructionIndex?: number
    message: Uint8Array
    publicKey: Uint8Array
    signature: Uint8Array