Type Definition pallet_xdns::pallet::VerifierOverviewStoreHistory
source · pub type VerifierOverviewStoreHistory<T: Config> = StorageMap<_GeneratedPrefixForStorageVerifierOverviewStoreHistory<T>, Twox64Concat, GatewayVendor, Vec<FinalityVerifierActivity<BlockNumberFor<T>>>, ValueQuery>;
Expand description
Storage type is [StorageMap
] with key type GatewayVendor
and value type Vec < FinalityVerifierActivity < BlockNumberFor < T > > >
.