Type Definition pallet_offences::pallet::Reports
source · pub type Reports<T: Config> = StorageMap<_GeneratedPrefixForStorageReports<T>, Twox64Concat, <T as Config>::Hash, OffenceDetails<T::AccountId, T::IdentificationTuple>>;
Expand description
The primary structure that holds all offence records keyed by report identifiers.