UNPKG

eth-rpc-cache

Version:

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

2 lines (1 loc) 77 B
export declare const getKey: (method: string, params?: unknown[]) => string;