makeUplcProgramV3
Overload 1
export function makeUplcProgramV3(root: UplcTerm): UplcProgramV3
Arguments
Name | Type | Description |
---|---|---|
root | UplcTerm |
Return value
UplcProgramV3
Overload 2
export function makeUplcProgramV3(
root: UplcTerm,
options: UplcProgramV3Options
): UplcProgramV3
Arguments
Name | Type | Description |
---|---|---|
root | UplcTerm | |
options | UplcProgramV3Options |
Return value
UplcProgramV3
Overload 3
export function makeUplcProgramV3(props: {
options?: UplcProgramV3Options
root: UplcTerm
}): UplcProgramV3
Arguments
Name | Type | Description |
---|---|---|
props | { options?: UplcProgramV3Options root: UplcTerm } |
Return value
UplcProgramV3