Module 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§

CapacityLedger
Storage for target Capacity usage.
CurrentEpoch
Storage for the current epoch number
CurrentEpochInfo
Storage for the current epoch info
CurrentEraInfo
Information about the current reward era. Checked every block.
CurrentEraProviderBoostTotal
How much is staked this era
EpochLength
Storage for the epoch length
ProviderBoostHistories
Individual history for each account that has Provider-Boosted.
ProviderBoostRewardPools
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.
StakingAccountLedger
Storage for keeping a ledger of staked token amounts for accounts.
StakingTargetLedger
Storage to record how many tokens were targeted to an MSA.
UnstakeUnlocks
Warning: Doc-Only