pub type DkgTimeout<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageDkgTimeout<T>, Blake2_128Concat, BlockNumberFor<T>, Blake2_128Concat, ShardId, (), OptionQuery>;
Expand description
Tracks BlockNumber
at which the shard with ShardId
will DKG timeout.
Storage type is [StorageDoubleMap
] with key1 type BlockNumberFor < T >, key2 type ShardId and value type ().
Aliased Typeยง
struct DkgTimeout<T: Config>(/* private fields */);