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) 288 B
import { Cloneable } from "../../utils/Cloneable.js"; import { PDataRepresentable } from "../PType/PDataRepresentable.js"; export declare class PString extends PDataRepresentable implements Cloneable<PString> { private _pstring; constructor(str?: string); clone(): PString; }