Module consensus_types::vote_msg
source · Structs
- VoteMsg is the struct that is ultimately sent by the voter in response for receiving a proposal. VoteMsg carries the
LedgerInfo
of a block that is going to be committed in case this vote is gathers QuorumCertificate (see the detailed explanation in the comments ofLedgerInfo
).