pub type MemberShard<T: Config> = StorageMap<_GeneratedPrefixForStorageMemberShard<T>, Blake2_128Concat, AccountId, ShardId, OptionQuery>;
Expand description
Maps AccountId
to ShardId
indicating the shard a member is part of.
Storage type is [StorageMap
] with key type AccountId
and value type ShardId
.
Aliased Typeยง
struct MemberShard<T: Config>(/* private fields */);