Type Alias pallet_collator_selection::pallet::NonCandidates
source · pub type NonCandidates<T: Config> = StorageMap<_GeneratedPrefixForStorageNonCandidates<T>, Twox64Concat, T::AccountId, (SessionIndex, <<T as Config>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance), OptionQuery>;
Expand description
Candidates who initiated leave intent or kicked.
Storage type is [StorageMap
] with key type T :: AccountId
and value type (SessionIndex, BalanceOf < T >)
.
Aliased Type§
struct NonCandidates<T: Config>(/* private fields */);