You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
749 B

  1. ---
  2. order: 3
  3. ---
  4. # Evidence
  5. ## Channel
  6. Evidence has one channel. The channel identifier is listed below.
  7. | Name | Number |
  8. |-----------------|--------|
  9. | EvidenceChannel | 56 |
  10. ## Message Types
  11. ### Evidence
  12. 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.
  13. | Name | Type | Description | Field Number |
  14. |----------|-------------------------------------------------------------|------------------------|--------------|
  15. | evidence | [Evidence](../../core/data_structures.md#evidence) | Valid evidence | 1 |