Module tendermint_light_client::evidence[][src]

Expand description

Fork evidence data structures and interfaces.

Structs

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

Enums

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

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