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) 275 B
import { PList } from "../../../../PTypes/index.js"; import { Term } from "../../../../Term/index.js"; import { TermType, ToPType } from "../../../../type_system/index.js"; export declare function _pnil<ElemsT extends TermType>(elemsT: ElemsT): Term<PList<ToPType<ElemsT>>>;