Module eth

Source

Structs§

EthBlockDataCacheTask
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.
EthDeps
Extra dependencies for Ethereum compatibility.

Traits§

EthConfig

Functions§

create_eth
Instantiate Ethereum-compatible RPC extensions.

Type Aliases§

FeeHistoryCache
FeeHistoryCacheLimit
Maximum fee history cache size.
FilterPool
On-memory stored filters created through the eth_newFilter RPC.