UNPKG

@eliseev_s/tolk-tlb-transpiler

Version:

Transpile Tolk structs to TLB definitions and generate TypeScript wrappers for TON blockchain smart contracts

6 lines 339 B
export declare const TYPE_MAPPINGS: Record<string, string>; /** * Common TLB definitions that are used across generators */ export declare const COMMON_TLB_DEFINITIONS = "// Common TLB definitions\nleft$0 {X:Type} {Y:Type} value:X = Either X Y;\nright$1 {X:Type} {Y:Type} value:Y = Either X Y;\n"; //# sourceMappingURL=constants.d.ts.map