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