Module tendermint::evidence[][src]

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 Todo: harmonize google::protobuf::Duration, std::time::Duration and this. Too many structs. https://github.com/informalsystems/tendermint-rs/issues/741

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.