@harmoniclabs/plu-ts-onchain
Version:
An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript
6 lines (5 loc) • 373 B
TypeScript
import type { PBool } from "../../../PTypes/PBool.js";
import type { PFn } from "../../../PTypes/PFn/PFn.js";
import { type TermType, type ToPType } from "../../../type_system/index.js";
import type { UtilityTermOf } from "../UtilityTerms/addUtilityForType.js";
export declare function pstdEq<T extends TermType>(t: T): UtilityTermOf<PFn<[ToPType<T>, ToPType<T>], PBool>>;