Type Alias pallet_staking::MinimumActiveStake
source · pub type MinimumActiveStake<T> = StorageValue<_GeneratedPrefixForStorageMinimumActiveStake<T>, BalanceOf<T>, ValueQuery>;
Expand description
The minimum active nominator stake of the last successful election.
Storage type is [StorageValue
] with value type BalanceOf < T >
.
Aliased Type§
struct MinimumActiveStake<T>(/* private fields */);