UNPKG

create-tezos-smart-contract

Version:

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

8 lines (7 loc) 176 B
import { Config } from "./types"; export declare class ConfigFile { config: Config; constructor(config?: Config); static getName(): string; validate(): void; }