pallet_shards::pallet

Type Alias DkgTimeoutCounter

Source
pub type DkgTimeoutCounter<T: Config> = StorageMap<_GeneratedPrefixForStorageDkgTimeoutCounter<T>, Blake2_128Concat, BlockNumberFor<T>, u32, ValueQuery>;
Expand description

Maps BlockNumber to the number of shards scheduled to timeout

Storage type is [StorageMap] with key type BlockNumberFor < T > and value type u32.

Aliased Typeยง

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