makeUplcList
Overload 1
export function makeUplcList(
UplcType: UplcType,
items: UplcValue[]
): UplcList
Arguments
1. UplcType
UplcType: UplcType
2. items
items: UplcValue[]
Returns
UplcList
Overload 2
export function makeUplcList(args: {
items: UplcValue[]
itemType: UplcType
}): UplcList
Arguments
1. args
args: {
items: UplcValue[]
itemType: UplcType
}
Returns
UplcList