Expand description
Lazy loading implementation for Frontier backend.
This module provides a wrapper around the standard Frontier backend that enables lazy loading functionality. It intercepts Ethereum-specific queries and routes them through the RPC client to fetch data on-demand from a remote node.
Structsยง
- A wrapper around the Frontier backend that supports lazy loading.