UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

9 lines (8 loc) 250 B
import { IConfiguration } from '../interfaces/configuration'; export declare class ConfigurationService { private configStore; constructor(); get: () => IConfiguration; set: (infuraProjectId: string) => void; clear: () => void; }