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) 408 B
import { PStruct } from "../../../../PTypes/PStruct/pstruct.js"; import { Term } from "../../../../Term/index.js"; import { Methods, StructDefinition } from "../../../../type_system/types.js"; import { TermStruct } from "../TermStruct.js"; export declare function mockPStructMethods<SDef extends StructDefinition, SMethods extends Methods>(struct: Term<PStruct<SDef, SMethods>>): TermStruct<SDef, SMethods>;