pub type JailedKeygenAuthorities<T: Config> = StorageMap<_GeneratedPrefixForStorageJailedKeygenAuthorities<T>, Blake2_256, T::DKGId, BlockNumberFor<T>, ValueQuery>;
Expand description

Tracks jailed authorities for keygen by mapping to the block number when the authority was last jailed

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