pub type Commit = Commit;Expand description
A commit contains the justification (ie. a set of signatures) that a block was consensus, as committed by a set previous block of validators.
Aliased Type§
pub struct Commit {
pub height: Height,
pub round: Round,
pub block_id: Id,
pub signatures: Vec<CommitSig>,
}Fields§
§height: HeightBlock height
round: RoundRound
block_id: IdBlock ID
signatures: Vec<CommitSig>Signatures