pallet_msa::pallet

Type Alias PublicKeyToMsaId

Source
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 */);