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) 290 B
import { ToPType } from "../../../../type_system/ts-pluts-conversion.js"; import { TermType } from "../../../../type_system/types.js"; import { UtilityTermOf } from "../addUtilityForType.js"; export declare function makeMockUtilityTerm<T extends TermType>(t: T): UtilityTermOf<ToPType<T>>;