UNPKG

@openzeppelin/test-environment

Version:
6 lines 305 B
import type { JsonRpcPayload, JsonRpcResponse } from 'web3-core-helpers'; export declare type JsonRpcCallback = (error: Error | null, result?: JsonRpcResponse) => void; export interface Provider { send(payload: JsonRpcPayload, callback: JsonRpcCallback): void; } //# sourceMappingURL=provider.d.ts.map