pub type PreviousPublicKey<T: Config> = StorageValue<_GeneratedPrefixForStoragePreviousPublicKey<T>, (AuthoritySetId, BoundedVec<u8, T::MaxKeyLength>), ValueQuery>;
Expand description

Holds public key for immediate past session

Storage type is [StorageValue] with value type (dkg_runtime_primitives :: AuthoritySetId, BoundedVec < u8, T :: MaxKeyLength >).