Module 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§

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