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. See Era payout.
Storage type is StorageValue with value type Percent.
Aliased Typeยง
pub struct MaxStakedRewards<T>(/* private fields */);