Module frontier_template_node::rpc::eth
source · Structs§
- Manage LRU caches for block data and their transaction statuses. These are large and take a lot of time to fetch from the database. Storing them in an LRU cache will allow to reduce database accesses when many subsequent requests are related to the same blocks.
- Extra dependencies for Ethereum compatibility.
Traits§
Functions§
- Instantiate Ethereum-compatible RPC extensions.
Type Aliases§
- Maximum fee history cache size.
- On-memory stored filters created through the
eth_newFilter
RPC.