Type Alias pallet_runtime_configs::EnableDomains

source ·
pub type EnableDomains<T> = StorageValue<_GeneratedPrefixForStorageEnableDomains<T>, bool, ValueQuery>;
Expand description

Whether to enable calls in pallet-domains.

Storage type is [StorageValue] with value type bool.

Aliased Type§

struct EnableDomains<T>(/* private fields */);