UplcInt
export type UplcInt = CommonUplcValueProps & {
kind: "int"
signed: boolean
toFlatUnsigned(w: FlatWriter): void
toSigned(): UplcInt
toUnsigned(): UplcInt
value: bigint
}
export type UplcInt = CommonUplcValueProps & {
kind: "int"
signed: boolean
toFlatUnsigned(w: FlatWriter): void
toSigned(): UplcInt
toUnsigned(): UplcInt
value: bigint
}