Type Alias AgentsFrozen

Source
pub type AgentsFrozen<T: Config> = StorageValue<_GeneratedPrefixForStorageAgentsFrozen<T>, bool, ValueQuery, ConstBool<false>>;
Expand description

Determines if new agents can be registered on the chain.

Storage type is [StorageValue] with value type bool.

Aliased Typeยง

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