pub type RegistrationsThisBlock<T> = StorageValue<_GeneratedPrefixForStorageRegistrationsThisBlock<T>, u16, ValueQuery>;Expand description
Number of agent registrations that happened this block.
Storage type is [StorageValue] with value type u16.
Aliased Typeยง
struct RegistrationsThisBlock<T>(/* private fields */);