Type Definition pallet_attesters::pallet::Batches

source ·
pub type Batches<T: Config> = StorageMap<_GeneratedPrefixForStorageBatches<T>, Identity, TargetId, Vec<BatchMessage<BlockNumberFor<T>>>>;
Expand description

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