# Offences

## Configuration Trait

`Event`

`IdentificationTuple` - Full ID of the validator

`OnOffenceHandler` - A handler called for every offense report.

## Storage

`Reports` - a StorageMap which stores the report ID can the offense detail for all offense reports.

`ConcurrentReportsIndex` - A vector of reports of the same kind that happened at the same time slot.

`ReportsByKindIndex` - Enumerates all reports of a kind along with the time they happened.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.build3.network/developers/notes-about-substrate/prebuilt-pallets/offences.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
