Type alias ResolvedSegmentVariableBytecode

ResolvedSegmentVariableBytecode: ResolutionDebug & ResolutionSignature & ResolvedSegmentBase & {
    type: "bytecode";
    value: Uint8Array;
    variable: string;
}

Type declaration

  • type: "bytecode"
  • value: Uint8Array
  • variable: string

    The full identifier (including any compilation operations) of the variable that resolved to this value, e.g. my_key.schnorr_signature.all_outputs or my_key.public_key.

Generated using TypeDoc