Type Alias pallet_axelar_router::pallet::ChainNameById
source · pub type ChainNameById<T: Config> = StorageMap<_GeneratedPrefixForStorageChainNameById<T>, Twox64Concat, AxelarId, ChainName>;
Expand description
Storage type is [StorageMap
] with key type AxelarId
and value type ChainName
.
Aliased Type§
struct ChainNameById<T: Config>(/* private fields */);