Type Definition pallet_attesters::pallet::BatchesToSign

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

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