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