[][src]Module tendermint::evidence

Evidence of malfeasance by validators (i.e. signing conflicting votes).

Structs

ConflictingHeadersEvidence

Conflicting headers evidence.

Data

Evidence data is a wrapper for a list of Evidence.

DuplicateVoteEvidence

Duplicate vote evidence

Duration

Duration is a wrapper around std::time::Duration essentially, to keep the usages look cleaner i.e. you can avoid using serde annotations everywhere

Params

Evidence collection parameters

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.