Type Alias pallet_offences::pallet::ConcurrentReportsIndex
source · pub type ConcurrentReportsIndex<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageConcurrentReportsIndex<T>, Twox64Concat, Kind, Twox64Concat, Vec<u8>, Vec<<T as Config>::Hash>, ValueQuery>;
Expand description
A vector of reports of the same kind that happened at the same time slot.
Storage type is [StorageDoubleMap
] with key1 type Kind, key2 type OpaqueTimeSlot and value type Vec < ReportIdOf < T > >.
Aliased Type§
struct ConcurrentReportsIndex<T: Config>(/* private fields */);