pub type MaxStakedRewards<T> = StorageValue<_GeneratedPrefixForStorageMaxStakedRewards<T>, Percent, OptionQuery>;Expand description
Maximum staked rewards, i.e. the percentage of the era inflation that is used for stake rewards.
Only used in legacy minting mode (DisableMinting = false).
Storage type is [StorageValue] with value type Percent.
Aliased Type§
pub struct MaxStakedRewards<T>(/* private fields */);