UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

5 lines (4 loc) 260 B
import type { UPLCTerm } from "@harmoniclabs/uplc"; import type { IRTerm } from "../IRTerm.js"; import { CompilerOptions } from "./CompilerOptions.js"; export declare function compileIRToUPLC(term: IRTerm, paritalOptions?: Partial<CompilerOptions>): UPLCTerm;