pub type RegistrationsThisInterval<T: Config> = StorageValue<_GeneratedPrefixForStorageRegistrationsThisInterval<T>, u16, ValueQuery>;
Expand description
Number of agent registrations that happened in the last
BurnConfiguration::target_registrations_interval
blocks.
Storage type is [StorageValue
] with value type u16
.
Aliased Typeยง
struct RegistrationsThisInterval<T: Config>(/* private fields */);