UNPKG

eth-rpc-cache

Version:

A simple cache for Ethereum RPC requests extensible with different caching strategies

4 lines (3 loc) 159 B
export { createEthRpcCache } from './rpc' export { perBlockStrategy } from './strategies/per-block' export { permanentStrategy } from './strategies/permanent'