UplcBool
export type UplcBool = CommonUplcValueProps & {
bool: boolean
kind: "bool"
toUplcData(): ConstrData
value: boolean
}export type UplcBool = CommonUplcValueProps & {
bool: boolean
kind: "bool"
toUplcData(): ConstrData
value: boolean
}