UNPKG

erc20-wizard

Version:

CLI for creating and deploying ERC20 tokens on Ethereum network.

6 lines (5 loc) 281 B
import PrivateKeyProvider from 'truffle-privatekey-provider'; import { EthereumNetworkType } from '../types/ethereum-network'; export interface IEthereumProviderService { createWeb3PrivateKeyProvider(networkType: EthereumNetworkType, privateKey: string): PrivateKeyProvider; }