@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
4 lines (3 loc) • 490 B
TypeScript
export declare const pBoolToData: import("../../../index.js").Term<import("../../../index.js").PLam<import("../../../index.js").PBool, import("../../../index.js").PAsData<import("../../../index.js").PBool>>> & {
$: (someInput: import("../../index.js").PappArg<import("../../../index.js").PBool>) => import("../../index.js").UtilityTermOf<import("../../../index.js").PAsData<import("../../../index.js").PBool>>;
} & import("../UtilityTerms/BaseUtilityTerm.js").BaseUtilityTermExtension;