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
- Stores information about approved candidates for aggregation
- Snapshot of collator delegation stake at the start of the round
- Points for each collator per round
- Maps collator to its aggregator
- The pool of collator candidates, each with their total backing stake
- Get collator candidate state associated with an account if account is a candidate else None
- Commission percent taken off of rewards for all collators
- Get delegator state associated with an account if account is delegating else None
- Total points awarded to collators for block production in the round
- Current round index and next round scheduled transition
- Stored once per session, maps aggregator to list of assosiated candidates
- Stores information about rewards per each session
- The collator candidates selected for the current round Block authors selection algorithm details
Pallet::select_top_candidates
- Warning: Doc-Only
- Total capital locked by this staking pallet
- The total candidates selected every round