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