pub type MaxRegistrationsPerBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageMaxRegistrationsPerBlock<T>, u16, ValueQuery, T::DefaultMaxRegistrationsPerBlock>;Expand description
Maximum amount of agent registrations per block, tracked by
RegistrationsThisBlock.
Storage type is [StorageValue] with value type u16.
Aliased Typeยง
struct MaxRegistrationsPerBlock<T: Config>(/* private fields */);