Skip to main content

JustificationCommitment

Trait JustificationCommitment 

Source
pub trait JustificationCommitment { }
Expand description

Definition (Justification commitment). The justification commitment of a vote is the hash of the CommittedQuorum it cites, which — because that struct embeds the commitment of the quorum below it — transitively commits to the entire chain of validated quorums underneath. It is one of the six components of the SignedVotePayload, so votes citing different chains are votes on different payloads and never aggregate into one certificate.

Implementors§