Type Alias pallet_inv4::pallet::CoreMembers

source ·
pub type CoreMembers<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageCoreMembers<T>, Blake2_128Concat, T::CoreId, Blake2_128Concat, T::AccountId, ()>;
Expand description

Stores a list of members for each Core. This storage should be always handled by the runtime and mutated by CoreAssets hooks.

Storage type is [StorageDoubleMap] with key1 type T :: CoreId, key2 type T :: AccountId and value type ().

Aliased Type§

struct CoreMembers<T: Config>(/* private fields */);