UNPKG

@ethereumjs/statemanager

Version:
10 lines 453 B
import type { Address } from '@ethereumjs/util'; import type { Proof, RPCStateManager } from '../index.ts'; /** * Get an EIP-1186 proof from the provider * @param address address to get proof of * @param storageSlots storage slots to get proof of * @returns an EIP-1186 formatted proof */ export declare function getRPCStateProof(sm: RPCStateManager, address: Address, storageSlots?: Uint8Array[]): Promise<Proof>; //# sourceMappingURL=rpc.d.ts.map