pub type AliasToAccount<T> = StorageMap<_GeneratedPrefixForStorageAliasToAccount<T>, Blake2_128Concat, ContextualAlias, <T as Config>::AccountId, OptionQuery>;
Expand description
Conversion of a contextual alias to an account ID.
Storage type is [StorageMap
] with key type ContextualAlias
and value type < T as frame_system :: Config > :: AccountId
.
Aliased Type§
struct AliasToAccount<T>(/* private fields */);