Type Alias pallet_inv4::pallet::CoreByAccount
source · pub type CoreByAccount<T: Config> = StorageMap<_GeneratedPrefixForStorageCoreByAccount<T>, Blake2_128Concat, T::AccountId, T::CoreId>;Expand description
Mapping of account id -> core id.
Storage type is [StorageMap] with key type T :: AccountId and value type T :: CoreId.
Aliased Type§
struct CoreByAccount<T: Config>(/* private fields */);