UNPKG

@harmoniclabs/plu-ts-onchain

Version:

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

17 lines (16 loc) 257 B
export declare enum IRNodeKind { Var = 0, Func = 1, App = 2, Const = 3, Native = 4, Letted = 5, Hoisted = 6, Error = 7, Forced = 8, Delayed = 9, Constr = 10, Case = 11, Recursive = 12, SelfCall = 13 }