UNPKG

create-tezos-smart-contract

Version:

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

4 lines (3 loc) 215 B
import { Command } from 'commander'; export declare const addTestCommand: (program: Command, debugHook: (cmd: Command) => void) => void; export declare const test: (program: Command, options: any) => Promise<void>;