Module parachain_staking::pallet::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
- The number of authored blocks for collators. It is updated via the
note_author
hook when authoring a block . - The number of blocks for which rewards have been claimed by an address.
- The staking information for a candidate.
- Delegation staking information.
- Warning: Doc-Only
- Inflation configuration.
- Delegation information for the latest session in which a delegator delegated.
- The year in which the last automatic reduction of the reward rates occurred.
- The maximum amount a collator candidate can stake.
- The maximum number of collator candidates selected at each round.
- The accumulated rewards for collator candidates and delegators.
- Current round number and next round scheduled transition.
- The collator candidates with the highest amount of stake.
- Total funds locked to back the currently selected collators. The sum of all collator and their delegator stakes.
- The funds waiting to be unstaked.