pub type DKGPublicKeySignature<T: Config> = StorageValue<_GeneratedPrefixForStorageDKGPublicKeySignature<T>, BoundedVec<u8, T::MaxSignatureLength>, ValueQuery>;
Expand description

Signature of the current DKG public key

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