UNPKG

eth-rpc-cache

Version:

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

3 lines (2 loc) 91 B
import { type Strategy } from '../types'; export declare const perBlockStrategy: Strategy;