pub type PublicKeyToMsaId<T: Config> = StorageMap<_GeneratedPrefixForStoragePublicKeyToMsaId<T>, Twox64Concat, T::AccountId, MessageSourceId, OptionQuery>;
Expand description

Storage type for key to MSA information

Storage type is [StorageMap] with key type T :: AccountId and value type MessageSourceId.

Aliased Type§

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