Type alias CashAssemblyResolution

CashAssemblyResolution: {
    bytecode: Uint8Array;
    text: string;
    type: ResolvedSegmentLiteralType | "opcode" | "script" | "variable";
}

A single resolution for a ResolvedSegment. The variable, script, or opcode property contains the full identifier that resolved to bytecode.

Type declaration

Generated using TypeDoc