github.com/ari-anchor/sei-tendermint@v0.0.0-20230519144642-dc826b7b56bb/spec/p2p/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 ### Evidence 18 19 Verified evidence that has already been propagated throughout the network. This evidence will appear within the EvidenceList struct of a [block](../../core/data_structures.md#block) as well. 20 21 | Name | Type | Description | Field Number | 22 |----------|-------------------------------------------------------------|------------------------|--------------| 23 | evidence | [Evidence](../../core/data_structures.md#evidence) | Valid evidence | 1 |