Interface ResolvedSegmentVariableBytecode

Hierarchy

Properties

debug?: unknown

An additional, complex property that may be returned by custom compiler operations. For use in extending the compiler to support additional return information like CompilerOperationSuccessSignature.

range: Range
signature?: {
    message: Uint8Array;
} | {
    serialization: Uint8Array;
}
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.signature.all_outputs or my_key.public_key.

Generated using TypeDoc