Type Alias pallet_rings::pallet::ChainsUnderMaintenance

source ·
pub type ChainsUnderMaintenance<T: Config> = StorageMap<_GeneratedPrefixForStorageChainsUnderMaintenance<T>, Blake2_128Concat, MultiLocation, bool>;
Expand description

Maps chain’s and their maintenance status.

Storage type is [StorageMap] with key type MultiLocation and value type bool.

Aliased Type§

struct ChainsUnderMaintenance<T: Config>(/* private fields */);