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