UNPKG

create-tezos-smart-contract

Version:

Node.js toolset to write, test and deploy Tezos smart contracts

5 lines (4 loc) 286 B
import { Command } from 'commander'; import { LigoCompilerOptions } from '../../modules/ligo'; export declare const addCompileCommand: (program: Command, debugHook: (cmd: Command) => void) => void; export declare const compile: (options: Partial<LigoCompilerOptions>) => Promise<void>;