UNPKG

eth-rpc-cache

Version:

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

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