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.
Trait
Config
1 parent bf8525b commit b8abe90Copy full SHA for b8abe90
README.md
@@ -8,9 +8,9 @@ transaction to be included. This includes:
8
chance to be included by the transaction queue.
9
10
Additionally, this module allows one to configure:
11
- - The mapping between one unit of weight to one unit of fee via [`Trait::WeightToFee`].
+ - The mapping between one unit of weight to one unit of fee via [`Config::WeightToFee`].
12
- A means of updating the fee for the next block, via defining a multiplier, based on the
13
final state of the chain at the end of the previous block. This can be configured via
14
- [`Trait::FeeMultiplierUpdate`]
+ [`Config::FeeMultiplierUpdate`]
15
16
License: Apache-2.0
0 commit comments