Type alias ResolvedSegmentOpcodeBytecode

ResolvedSegmentOpcodeBytecode: ResolvedSegmentBase & {
    opcode: string;
    type: "bytecode";
    value: Uint8Array;
}

Type declaration

  • opcode: string

    The identifier for this opcode, e.g. OP_1 or OP_CHECKSIG.

  • type: "bytecode"
  • value: Uint8Array

Generated using TypeDoc