UplcList
export type UplcList = CommonUplcValueProps & {
isDataList(): boolean
isDataMap(): boolean
items: UplcValue[]
itemType: UplcType
kind: "list"
length: number
}
export type UplcList = CommonUplcValueProps & {
isDataList(): boolean
isDataMap(): boolean
items: UplcValue[]
itemType: UplcType
kind: "list"
length: number
}