Type Definition pallet_staking::MinCommission

source ·
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.