UNPKG

swapnet-sdk-test-4

Version:
18 lines (17 loc) 343 B
export type EthCallOverride = { [address: string]: { balance: string; nonce: string; code: string; stateDiff: { [slot: string]: string; }; state: { [slot: string]: string; }; }; }; export type Access = { address: string; storageKeys: string[]; };