Multi-chain parallel storage read layer for xenith.
Provides [MultiChainReader], which issues concurrent EVM storage reads and
contract calls across many chains and reports slot-level divergence. Depends
on [xenith_core] for error types and chain identifiers. Enable the
live-rpc feature to use the alloy-backed AlloyProvider against real
JSON-RPC nodes; [MockProvider] is always available for tests.
use HashMap;
use ChainId;
use MultiChainReader;
# async
See the [xenith_core] crate for core types and traits.