Interface AuthenticationInstructionPush

A well-formed "push" authentication instruction (OP_PUSHBYTES* or OP_PUSHDATA*).

Hierarchy

  • AuthenticationInstructionPush

Properties

Properties

data: Uint8Array

The data to be pushed to the stack.

opcode: number

The opcode used to push this data.

Generated using TypeDoc