referrerpolicy=no-referrer-when-downgrade

MinValidatorBond

Type Alias MinValidatorBond 

Source
pub type MinValidatorBond<T: Config> = StorageValue<_GeneratedPrefixForStorageMinValidatorBond<T>, BalanceOf<T>, ValueQuery>;
Expand description

The minimum active bond to become and maintain the role of a validator.

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Type§

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