pub type GlobalMaxCommission<T: Config> = StorageValue<_GeneratedPrefixForStorageGlobalMaxCommission<T>, Perbill, OptionQuery>;
Expand description

The maximum commission that can be charged by a pool. Used on commission payouts to bound pool commissions that are > GlobalMaxCommission, necessary if a future GlobalMaxCommission is lower than some current pool commissions.

Storage type is [StorageValue] with value type Perbill.

Aliased Type§

struct GlobalMaxCommission<T: Config>(/* private fields */);