Skip to main content

CommonUplcDataProps

export type CommonUplcDataProps = {
  dataPath??: string
  isEqual(other: UplcData): boolean
  memSize: number
  rawData??: any
  toCbor(): number[]
  toSchemaJson(): string
  toString(): string
}