Skip to main content

UplcType

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