Type Alias 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 */);