Type Alias pallet_collator_selection::pallet::PendingApplications
source · pub type PendingApplications<T: Config> = StorageMap<_GeneratedPrefixForStoragePendingApplications<T>, Twox64Concat, T::AccountId, <<T as Config>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance, OptionQuery>;Expand description
Pending applications to become a collator.
Storage type is [StorageMap] with key type T :: AccountId and value type BalanceOf < T >.
Aliased Type§
struct PendingApplications<T: Config>(/* private fields */);