Type alias AuthenticationInstructionPush

AuthenticationInstructionPush: {
    data: Uint8Array;
    opcode: number;
}

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

Type declaration

  • data: Uint8Array

    The data to be pushed to the stack.

  • opcode: number

    The opcode used to push this data.

Generated using TypeDoc