UNPKG

@d3or/slotseek

Version:

A library for finding the storage slots on an ERC20 token for balances and approvals, which can be used to mock the balances and approvals of an address when estimating gas costs of transactions that would fail if the address did not have the required bal

4 lines 174 B
import { CacheMapType } from './types'; export declare const approvalCache: CacheMapType; export declare const balanceCache: CacheMapType; //# sourceMappingURL=cache.d.ts.map