Skip to main content

Commit

Type Alias Commit 

Source
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: Height

Block height

§round: Round

Round

§block_id: Id

Block ID

§signatures: Vec<CommitSig>

Signatures