package
0.19.0-rc4
Repository: https://github.com/eeonevision/tendermint.git
Documentation: pkg.go.dev

# Functions

DecodeMessage decodes a byte-array into a EvidenceMessage.
No description provided by the author
NewEvidenceReactor returns a new EvidenceReactor with the given config and evpool.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
EvidenceMessage contains a list of evidence.
EvidencePool maintains a pool of valid evidence in an EvidenceStore.
EvidenceReactor handles evpool evidence broadcasting amongst peers.
EvidenceStore is a store of all the evidence we've seen, including evidence that has been committed, evidence that has been verified but not broadcast, and evidence that has been broadcast but not yet committed.

# Interfaces

EvidenceMessage is a message sent or received by the EvidenceReactor.