@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) • 301 B
TypeScript
import { PByteString, PList, TermFn } from "../../PTypes/index.js";
import { TermType } from "../../type_system/types.js";
import { ToPType } from "../../type_system/index.js";
export declare function pshowList<ElemsT extends TermType>(elems_t: ElemsT): TermFn<[PList<ToPType<ElemsT>>], PByteString>;