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) 340 B
import { PType } from "../../../../PType/index.js"; import { PPair } from "../../../../PTypes/PPair/index.js"; import { Term } from "../../../../Term/index.js"; import { TermPair } from "../TermPair.js"; export declare function mockPPairMethods<PFst extends PType, PSnd extends PType>(_pair: Term<PPair<PFst, PSnd>>): TermPair<PFst, PSnd>;