Module tendermint::vote[][src]

Expand description

Votes from validators

Structs

CanonicalVote is used for protobuf encoding a Vote

Voting power

SignVoteRequest is a request to sign a vote

SignedVote is the union of a canonicalized vote, the signature on the sign bytes of that vote and the id of the validator who signed it.

SignedVoteResponse is a response containing a signed vote or an error

ValidatorIndex for a particular Vote

Votes are signed messages from validators for a particular block which include information about the validator signing it.

Enums

Types of votes