makePairType
Overload 1
export function makePairType(
first: UplcType,
second: UplcType
): UplcType
Arguments
1. first
first: UplcType
2. second
second: UplcType
Returns
UplcType
Overload 2
export function makePairType(args: {
first: UplcType
second: UplcType
}): UplcType
Arguments
1. args
args: {
first: UplcType
second: UplcType
}
Returns
UplcType