Module tendermint::evidence[][src]

Expand description

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

Structs

Conflicting headers evidence.

Evidence data is a wrapper for a list of Evidence.

Duplicate vote evidence

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

Evidence collection parameters

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.