UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

3 lines (2 loc) 154 B
export type LitteralPurpose = "spend" | "mint" | "withdraw" | "certify"; export declare function isLitteralPurpose(stuff: any): stuff is LitteralPurpose;