pub type NextPublicKeySignature<T: Config> = StorageValue<_GeneratedPrefixForStorageNextPublicKeySignature<T>, BoundedVec<u8, T::MaxSignatureLength>, OptionQuery>;
Expand description

Signature of the DKG public key for the next session

Storage type is [StorageValue] with value type BoundedVec < u8, T :: MaxSignatureLength >.