We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b4490 commit 3385a8bCopy full SHA for 3385a8b
frame/base-fee/src/lib.rs
@@ -15,6 +15,11 @@
15
// See the License for the specific language governing permissions and
16
// limitations under the License.
17
18
+//! # BaseFee pallet
19
+//!
20
+//! The BaseFee pallet is responsible for managing the `BaseFeePerGas` value.
21
+//! This pallet can dynamically adjust the `BaseFeePerGas` by utilizing `Elasticity`.
22
+
23
#![cfg_attr(not(feature = "std"), no_std)]
24
#![allow(clippy::comparison_chain)]
25
#![warn(unused_crate_dependencies)]
0 commit comments