Type Definition pallet_xdns::pallet::EpochHistory

source ·
pub type EpochHistory<T: Config> = StorageMap<_GeneratedPrefixForStorageEpochHistory<T>, Identity, GatewayVendor, Vec<EpochEstimate<BlockNumberFor<T>>>>;
Expand description

Storage type is [StorageMap] with key type GatewayVendor and value type Vec < EpochEstimate < BlockNumberFor < T > > >.