Expand description
Provider-related utilities.
Structs§
- Eip1559
Estimation - Return type of EIP1155 gas fee estimator.
Enums§
- Eip1559
Estimator - EIP-1559 estimator variants
Constants§
- EIP1559_
BASE_ FEE_ MULTIPLIER - Multiplier for the current base fee to estimate max base fee for the next block.
- EIP1559_
FEE_ ESTIMATION_ PAST_ BLOCKS - The number of blocks from the past for which the fee rewards are fetched for fee estimation.
- EIP1559_
FEE_ ESTIMATION_ REWARD_ PERCENTILE - The default percentile of gas premiums that are fetched for fee estimation.
- EIP1559_
MIN_ PRIORITY_ FEE - The minimum priority fee to provide.
Traits§
- Eip1559
Estimator Fn - A trait responsible for estimating EIP-1559 values
Functions§
- eip1559_
default_ estimator - The default EIP-1559 fee estimator.
Type Aliases§
- Estimator
Function - An estimator function for EIP1559 fees.
- Joined
Recommended Fillers - Helper type representing the joined recommended fillers i.e
GasFiller
,BlobGasFiller
,NonceFiller
, andChainIdFiller
.