Type alias CreateSecp256k1InstructionWithPrivateKeyParams

CreateSecp256k1InstructionWithPrivateKeyParams: {
    instructionIndex?: number;
    message: Buffer | Uint8Array | number[];
    privateKey: Buffer | Uint8Array | number[];
}

Params for creating an secp256k1 instruction using a private key

Type declaration

  • Optional instructionIndex?: number
  • message: Buffer | Uint8Array | number[]
  • privateKey: Buffer | Uint8Array | number[]

Generated using TypeDoc