CommonUplcValueProps
export type CommonUplcValueProps = {
flatSize: number
isEqual(other: UplcValue): boolean
memSize: number
toFlat(writer: FlatWriter): void
toString(): string
type: UplcType
}
export type CommonUplcValueProps = {
flatSize: number
isEqual(other: UplcValue): boolean
memSize: number
toFlat(writer: FlatWriter): void
toString(): string
type: UplcType
}