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

Tracks jailed authorities for signing 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 >.