Type Alias pallet_msa::pallet::PublicKeyToMsaId
source · 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 */);