Type Definition sp_consensus_grandpa::Commit

source ·
pub type Commit<Header> = Commit<<Header as HeaderT>::Hash, <Header as HeaderT>::Number, AuthoritySignature, AuthorityId>;
Expand description

A commit message for this chain’s block type.