Module fetchers

Source
Expand description

Gas price fetcher system for EVM networks.

This module provides a flexible gas price fetcher framework that supports network-specific methods while maintaining a consistent interface. The system automatically selects the most appropriate fetcher strategy based on network characteristics.

Modules§

default
Default gas price fetcher using standard EVM methods.
polygon_zkevm
Polygon zkEVM specialized gas price fetcher.

Structs§

GasPriceFetcherFactory
Factory for creating network-appropriate gas price fetchers.

Enums§

GasPriceFetcher
Gas price fetcher strategies for different network types.