UplcType
export type UplcType = {
typeBits: string
isData(): boolean
isDataPair(): boolean
isEqual(other: UplcType): boolean
toString(): string
}
export type UplcType = {
typeBits: string
isData(): boolean
isDataPair(): boolean
isEqual(other: UplcType): boolean
toString(): string
}