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 689 B
import { BoundExperimentalBuidlerEVMMessageTraceHook, 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, experimentalBuidlerEVMMessageTraceHooks?: BoundExperimentalBuidlerEVMMessageTraceHook[]): IEthereumProvider; export declare function wrapEthereumProvider(provider: IEthereumProvider, netConfig: Partial<NetworkConfig>): IEthereumProvider; //# sourceMappingURL=construction.d.ts.map