Type alias CreateSecp256k1InstructionWithEthAddressParams

CreateSecp256k1InstructionWithEthAddressParams: {
    ethAddress: Buffer | Uint8Array | number[] | string;
    instructionIndex?: number;
    message: Buffer | Uint8Array | number[];
    recoveryId: number;
    signature: Buffer | Uint8Array | number[];
}

Params for creating an secp256k1 instruction using an Ethereum address

Type declaration

  • ethAddress: Buffer | Uint8Array | number[] | string
  • Optional instructionIndex?: number
  • message: Buffer | Uint8Array | number[]
  • recoveryId: number
  • signature: Buffer | Uint8Array | number[]

Generated using TypeDoc