Type Alias CreateEd25519InstructionWithPrivateKeyParams

CreateEd25519InstructionWithPrivateKeyParams: {
    instructionIndex?: number;
    message: Uint8Array;
    privateKey: Uint8Array;
}

Params for creating an ed25519 instruction using a private key