Crate pallet_base_fee
source ·Expand description
§BaseFee pallet
The BaseFee pallet is responsible for managing the BaseFeePerGas
value.
This pallet can dynamically adjust the BaseFeePerGas
by utilizing Elasticity
.
Re-exports§
pub use self::pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.