github.com/aakash4dev/cometbft@v0.38.2/spec/p2p/legacy-docs/messages/evidence.md (about) 1 --- 2 order: 3 3 --- 4 5 # Evidence 6 7 ## Channel 8 9 Evidence has one channel. The channel identifier is listed below. 10 11 | Name | Number | 12 |-----------------|--------| 13 | EvidenceChannel | 56 | 14 15 ## Message Types 16 17 ### EvidenceList 18 19 EvidenceList consists of a list of verified evidence. This evidence will already have been propagated throughout the network. EvidenceList is used in two places, as a p2p message and within the block [block](../../../core/data_structures.md#block) as well. 20 21 | Name | Type | Description | Field Number | 22 |----------|-------------------------------------------------------------|------------------------|--------------| 23 | evidence | repeated [Evidence](../../../core/data_structures.md#evidence) | List of valid evidence | 1 |