pub type NextDKGPublicKey<T: Config> = StorageValue<_GeneratedPrefixForStorageNextDKGPublicKey<T>, (AuthoritySetId, BoundedVec<u8, T::MaxKeyLength>), OptionQuery>;
Expand description

Holds public key for next session

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