Type alias CreateEd25519InstructionWithPrivateKeyParams

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

Params for creating an ed25519 instruction using a private key

Type declaration

  • Optional instructionIndex?: number
  • message: Uint8Array
  • privateKey: Uint8Array

Generated using TypeDoc