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