@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
10 lines (9 loc) • 1.06 kB
TypeScript
export declare const pdigitToString: import("../../index.js").Term<import("../../index.js").PLam<import("../../index.js").PInt, import("../../index.js").PByteString>> & {
$: (input: import("../index.js").PappArg<import("../../index.js").PInt>) => import("../index.js").UtilityTermOf<import("../../index.js").PByteString>;
};
export declare const ppositiveIntToBs: import("../../index.js").Term<import("../../index.js").PLam<import("../../index.js").PInt, import("../../index.js").PByteString>> & {
$: (input: import("../index.js").PappArg<import("../../index.js").PInt>) => import("../index.js").UtilityTermOf<import("../../index.js").PByteString>;
};
export declare const pshowInt: import("../../index.js").Term<import("../../index.js").PLam<import("../../index.js").PInt, import("../../index.js").PByteString>> & {
$: (someInput: import("../index.js").PappArg<import("../../index.js").PInt>) => import("../index.js").UtilityTermOf<import("../../index.js").PByteString>;
} & import("../std/UtilityTerms/BaseUtilityTerm.js").BaseUtilityTermExtension;