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