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>(PhantomData<(_GeneratedPrefixForStorageConcurrentReportsIndex<T>, Twox64Concat, [u8; 16], Twox64Concat, Vec<u8>, Vec<<T as Config>::Hash>, ValueQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageConcurrentReportsIndex<T>, Twox64Concat, [u8; 16], Twox64Concat, Vec<u8>, Vec<<T as Config>::Hash>, ValueQuery, GetDefault, GetDefault)>