Type Definition sp_finality_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.
pub type Commit<Header> = Commit<<Header as HeaderT>::Hash, <Header as HeaderT>::Number, AuthoritySignature, AuthorityId>;
A commit message for this chain’s block type.