@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) • 358 B
TypeScript
import { PByteString } from "../../PTypes/index.js";
import { TermFn } from "../../PTypes/PFn/PFn.js";
import { ToPType } from "../../type_system/ts-pluts-conversion.js";
import { PairT, TermType } from "../../type_system/types.js";
export declare function pshowPair<T extends PairT<TermType, TermType>>(t: T): TermFn<[ToPType<T>, ToPType<T>], PByteString>;