UNPKG

@nomiclabs/buidler

Version:

Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

5 lines 555 B
import { HDAccountsConfig, IEthereumProvider, NetworkConfig, NetworkConfigAccounts, ProjectPaths } from "../../../types"; export declare function isHDAccountsConfig(accounts?: NetworkConfigAccounts): accounts is HDAccountsConfig; export declare function createProvider(networkName: string, networkConfig: NetworkConfig, solcVersion?: string, paths?: ProjectPaths): IEthereumProvider; export declare function wrapEthereumProvider(provider: IEthereumProvider, netConfig: Partial<NetworkConfig>): IEthereumProvider; //# sourceMappingURL=construction.d.ts.map