compile
export function compile(
rawExpr: string
| SourceMappedStringI
| Expr,
options: CompileOptions
): UplcProgramV2
Arguments
Name | Type | Description |
---|---|---|
rawExpr | string | SourceMappedStringI | Expr | |
options | CompileOptions |
Return value
UplcProgramV2