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) 230 B
import { PType } from "../../PType/index.js"; import { Term } from "../../Term/index.js"; import { TermType } from "../../type_system/types.js"; export declare function matchNCtorsIdxs(_n: number, returnT: TermType): Term<PType>;