UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

8 lines (7 loc) 134 B
import { PType } from "./index.js"; /** * @abstract */ export declare class PDataRepresentable extends PType { constructor(); }