pub type AgentUpdateCooldown<T: Config> = StorageValue<_GeneratedPrefixForStorageAgentUpdateCooldown<T>, BlockNumberFor<T>, ValueQuery, T::DefaultAgentUpdateCooldown>;
Expand description
Cooldown (in blocks) in which an agent needs to wait between each update_agent
call.
Storage type is [StorageValue
] with value type BlockNumberFor < T >
.
Aliased Typeยง
struct AgentUpdateCooldown<T: Config>(/* private fields */);