Module pallet_transaction_fees::storage_types

source ·
Expand description

Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes.

To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.

Structs§

  • Temporary value (cleared at block finalization) which contains current block author, so we can issue fees during block finalization.
  • Temporary value (cleared at block finalization) which contains current block fees, so we can issue fees during block finalization.
  • Temporary value (cleared at block finalization) used to determine if the transaction_byte_fee is used to validate extrinsic or execute extrinsic.
  • The value of transaction_byte_fee for both the current and the next block.