pub type MinNominatorBond<T: Config> = StorageValue<_GeneratedPrefixForStorageMinNominatorBond<T>, BalanceOf<T>, ValueQuery>;Expand description
The minimum active bond to become and maintain the role of a nominator.
Storage type is [StorageValue] with value type BalanceOf < T >.
Aliased Type§
struct MinNominatorBond<T: Config>(/* private fields */);