rrelayer_core 0.7.0

Core types and functionality for rrelayer - a powerful blockchain transaction relay service
Documentation
mod base;
pub use base::{
    get_gas_estimator, BaseGasFeeEstimator, GasEstimatorError, GasEstimatorResult, GasPriceResult,
};

mod blocknative;
pub use blocknative::BlockNativeGasProviderSetupConfig;

mod custom;
pub use custom::CustomGasFeeEstimator;

mod etherscan;
pub use etherscan::EtherscanGasProviderSetupConfig;

mod fallback;

mod infura;
pub use infura::InfuraGasProviderSetupConfig;

mod tenderly;
pub use tenderly::TenderlyGasProviderSetupConfig;