Type Alias pallet_moonbeam_orbiters::pallet::CollatorsPool
source · pub type CollatorsPool<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageCollatorsPool<T>, Blake2_128Concat, T::AccountId, CollatorPoolInfo<T::AccountId>>;
Expand description
Current orbiters, with their “parent” collator
Storage type is [CountedStorageMap
] with key type T :: AccountId and value type CollatorPoolInfo < T :: AccountId >.
Aliased Type§
struct CollatorsPool<T: Config>(/* private fields */);