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.

3 lines 233 B
import { IEthereumProvider } from "../../../types"; export declare function wrapSend(provider: IEthereumProvider, sendWrapper: (method: string, params: any[]) => Promise<any>): IEthereumProvider; //# sourceMappingURL=wrapper.d.ts.map