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 329 B
import { IEthereumProvider } from "../../../types"; export declare function rpcQuantityToNumber(quantity?: string): number; export declare function numberToRpcQuantity(n: number): string; export declare function createChainIdGetter(provider: IEthereumProvider): () => Promise<number>; //# sourceMappingURL=provider-utils.d.ts.map