pub type Unassigned<T: Config> = StorageMap<_GeneratedPrefixForStorageUnassigned<T>, Blake2_128Concat, NetworkId, Vec<AccountId>, ValueQuery>;
Expand description
Unassigned online members per network sorted by stake and then AccountId
Storage type is [StorageMap
] with key type NetworkId
and value type Vec < AccountId >
.
Aliased Typeยง
struct Unassigned<T: Config>(/* private fields */);