Type Alias pallet_did_lookup::pallet::ConnectedDids
source · pub type ConnectedDids<T> = StorageMap<_GeneratedPrefixForStorageConnectedDids<T>, Blake2_128Concat, LinkableAccountId, ConnectionRecord<<T as Config>::DidIdentifier, <T as Config>::AccountId, BalanceOf<T>>>;
Expand description
Mapping from account identifiers to DIDs.
Storage type is [StorageMap
] with key type LinkableAccountId
and value type ConnectionRecordOf < T >
.
Aliased Type§
struct ConnectedDids<T>(/* private fields */);