Type Definition pallet_attesters::pallet::NextBatch

source ·
pub type NextBatch<T: Config> = StorageMap<_GeneratedPrefixForStorageNextBatch<T>, Identity, TargetId, BatchMessage<BlockNumberFor<T>>>;
Expand description

Storage type is [StorageMap] with key type TargetId and value type BatchMessage < BlockNumberFor < T > >.