UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

6 lines (5 loc) 314 B
import { PType } from "../../../../PType/index.js"; import type { PList } from "../../../../PTypes/index.js"; import { Term } from "../../../../Term/index.js"; import { TermList } from "../TermList.js"; export declare function mockPListMethods<PElemsT extends PType>(lst: Term<PList<PElemsT>>): TermList<PElemsT>;