pub type PublicKeyToMsaId<T: Config> = StorageMap<_GeneratedPrefixForStoragePublicKeyToMsaId<T>, Twox64Concat, T::AccountId, MessageSourceId, OptionQuery>;Expand description
Storage type for key to MSA information
- Key: AccountId
 - Value: 
MessageSourceId 
Storage type is [StorageMap] with key type T :: AccountId and value type MessageSourceId.
Aliased Typeยง
struct PublicKeyToMsaId<T: Config>(/* private fields */);