UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

4 lines (3 loc) 152 B
import { TermType } from "./types.js"; import { ConstType } from "@harmoniclabs/uplc"; export declare function termTyToConstTy(t: TermType): ConstType;