Type Definition pallet_dkg_proposals::pallet::ChainNonces

source ·
pub type ChainNonces<T: Config> = StorageMap<_GeneratedPrefixForStorageChainNonces<T>, Blake2_256, TypedChainId, ProposalNonce>;
Expand description

All whitelisted chains and their respective transaction counts

Storage type is [StorageMap] with key type TypedChainId and value type ProposalNonce.