ConstStatementI
export interface ConstStatementI {
changeValueSafe(data: UplcData): void
eval(scope: ScopeI): void
evalType(scope: ScopeI): DataType
isSet(): boolean
kind: "ConstStatement"
toIR(
ctx: ToIRContextI,
map: Definitions
): void
toString(): string
type: DataType
}
Properties
changeValueSafe
changeValueSafe(data: UplcData): void
eval
eval(scope: ScopeI): void
evalType
evalType(scope: ScopeI): DataType
isSet
isSet(): boolean
kind
kind: "ConstStatement"
toIR
toIR(
ctx: ToIRContextI,
map: Definitions
): void
toString
toString(): string
type
type: DataType