Module tendermint_light_client::evidence[][src]

Fork evidence data structures and interfaces.

Structs

ProdEvidenceReporter

Production implementation of the EvidenceReporter component, which reports evidence to full nodes via RPC.

Enums

Evidence

Evidence of malfeasance by validators (i.e. signing conflicting votes). encoded using an Amino prefix. There is currently only a single type of evidence: DuplicateVoteEvidence.

Traits

EvidenceReporter

Interface for reporting evidence to full nodes, typically via the RPC client.