Type Definition pallet_dkg_metadata::pallet::DKGPublicKey

source ·
pub type DKGPublicKey<T: Config> = StorageValue<_GeneratedPrefixForStorageDKGPublicKey<T>, (AuthoritySetId, BoundedVec<u8, T::MaxKeyLength>), ValueQuery>;
Expand description

Holds active public key for ongoing session

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