Expand description
Gas Price Cache Module
This module provides caching functionality for EVM gas prices to reduce RPC calls and improve performance. It implements a stale-while-revalidate pattern for optimal response times.
Structsยง
- GasPrice
Cache - Thread-safe gas price cache supporting multiple networks
- GasPrice
Cache Entry - Represents an entry in the gas price cache.
- GasPrice
Snapshot