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§
- Active
Era - The active era information, it holds index and start.
- Bonded
- Map from all locked “stash” accounts to the controller account.
- Bonded
Eras - A mapping from still-bonded eras to the first session index of that era.
- Canceled
Slash Payout - The amount of currency given to reporters of a slash event which was canceled by extraordinary circumstances (e.g. governance).
- Chill
Threshold - The threshold for when users can start calling
chill_other
for other validators / nominators. The threshold is compared to the actual number of validators / nominators (CountFor*
) in the system compared to the configured max (Max*Count
). - Claimed
Rewards - History of claimed paged rewards by era and validator.
- Current
Era - The current era index.
- Current
Planned Session - The last planned session scheduled by the session pallet.
- Eras
Reward Points - Rewards for the last
Config::HistoryDepth
eras. If reward hasn’t been set or has been removed then 0 reward is returned. - Eras
Stakers - Exposure of validator at era.
- Eras
Stakers Clipped - Clipped Exposure of validator at era.
- Eras
Stakers Overview - Summary of validator exposure at a given era.
- Eras
Stakers Paged - Paginated exposure of a validator at given era.
- Eras
Start Session Index - The session index at which the era start for the last
Config::HistoryDepth
eras. - Eras
Total Stake - The total amount staked for the last
Config::HistoryDepth
eras. If total hasn’t been set or has been removed then 0 stake is returned. - Eras
Validator Prefs - Similar to
ErasStakers
, this holds the preferences of validators. - Eras
Validator Reward - The total validator era payout for the last
Config::HistoryDepth
eras. - Force
Era - Mode of era forcing.
- Invulnerables
- Any validators that may never be slashed or forcibly kicked. It’s a Vec since they’re easy to initialize and the performance hit is minimal (we expect no more than four invulnerables) and restricted to testnets.
- Ledger
- Map from all (unlocked) “controller” accounts to the info regarding the staking.
- MaxNominators
Count - The maximum nominator count before we stop allowing new validators to join.
- MaxStaked
Rewards - Maximum staked rewards, i.e. the percentage of the era inflation that is used for stake rewards. See Era payout.
- MaxValidators
Count - The maximum validator count before we stop allowing new validators to join.
- MinCommission
- The minimum amount of commission that validators can set.
- MinNominator
Bond - The minimum active bond to become and maintain the role of a nominator.
- MinValidator
Bond - The minimum active bond to become and maintain the role of a validator.
- Minimum
Active Stake - The minimum active nominator stake of the last successful election.
- Minimum
Validator Count - Minimum number of staking participants before emergency conditions are imposed.
- Nominator
Slash InEra - All slashing events on nominators, mapped by era to the highest slash value of the era.
- Nominators
- The map from nominator stash key to their nomination preferences, namely the validators that they wish to support.
- Payee
- Where the reward payment should be made. Keyed by stash.
- Slash
Reward Fraction - The percentage of the slash that is distributed to reporters.
- Slashing
Spans - Slashing spans for stash accounts.
- Span
Slash - Records information about the maximum slash of a stash within a slashing span, as well as how much reward has been paid out.
- Unapplied
Slashes - All unapplied slashes that are queued for later.
- Validator
Count - The ideal number of active validators.
- Validator
Slash InEra - All slashing events on validators, mapped by era to the highest slash proportion and slash value of the era.
- Validators
- The map from (wannabe) validator stash key to the preferences of that validator.
- Virtual
Stakers - Stakers whose funds are managed by other pallets.