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

    Type Alias CreateEd25519InstructionWithPrivateKeyParams

    Params for creating an ed25519 instruction using a private key

    type CreateEd25519InstructionWithPrivateKeyParams = {
        instructionIndex?: number;
        message: Uint8Array;
        privateKey: Uint8Array;
    }
    Index
    instructionIndex?: number
    message: Uint8Array
    privateKey: Uint8Array