Type Alias pallet_offences_subspace::Reports

source ·
pub type Reports<T: Config> = StorageMap<_GeneratedPrefixForStorageReports<T>, Twox64Concat, <T as Config>::Hash, OffenceDetails<FarmerPublicKey>>;
Expand description

The primary structure that holds all offence records keyed by report identifiers.

Storage type is [StorageMap] with key type ReportIdOf < T > and value type OffenceDetails < FarmerPublicKey >.

Aliased Type§

struct Reports<T: Config>(/* private fields */);