pub type MinCommission<T: Config> = StorageValue<_GeneratedPrefixForStorageMinCommission<T>, Perbill, ValueQuery>;Expand description
The minimum amount of commission that validators can set.
If set to 0, no limit exists.
Storage type is StorageValue with value type Perbill.
Aliased Typeยง
pub struct MinCommission<T: Config>(/* private fields */);