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§
- Capacity
Ledger - Storage for target Capacity usage.
- Current
Epoch - Storage for the current epoch number
- Current
Epoch Info - Storage for the current epoch info
- Current
EraInfo - Information about the current reward era. Checked every block.
- Current
EraProvider Boost Total - How much is staked this era
- Epoch
Length - Storage for the epoch length
- Provider
Boost Histories - Individual history for each account that has Provider-Boosted.
- Provider
Boost Reward Pools - Reward Pool history is divided into chunks of size RewardPoolChunkLength. ProviderBoostHistoryLimit is the total number of items, the key is the chunk number.
- Retargets
- stores how many times an account has retargeted, and when it last retargeted.
- Staking
Account Ledger - Storage for keeping a ledger of staked token amounts for accounts.
- Staking
Target Ledger - Storage to record how many tokens were targeted to an MSA.
- Unstake
Unlocks - Warning: Doc-Only