UNPKG

eth-json-rpc-middleware

Version:
4 lines (3 loc) 184 B
import { JsonRpcMiddleware } from 'json-rpc-engine'; import type { Block } from './types'; export declare function createInflightCacheMiddleware(): JsonRpcMiddleware<string[], Block>;