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