Module gas

Source
Expand description

This module contains services related to gas price fetching and calculation.

Re-exports§

pub use cache::*;

Modules§

cache
Gas Price Cache Module
evm_gas_price
This module provides services for estimating gas prices on the Ethereum Virtual Machine (EVM). It includes traits and implementations for calculating gas price multipliers based on transaction speed and fetching gas prices using JSON-RPC.
fetchers
Gas price fetcher system for EVM networks.
handlers
Price parameter handlers for network-specific gas price customizations.
price_params_handler
Network-specific price parameter overrides.