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) 153 B
import type { PUnit } from "../../../PTypes/PUnit.js"; import { Term } from "../../../Term/index.js"; export declare const pmakeUnit: () => Term<PUnit>;