Type Definition sc_finality_grandpa::Commit
source · [−]pub type Commit<Block> = Commit<<Block as BlockT>::Hash, NumberFor<Block>, AuthoritySignature, AuthorityId>;
Expand description
A commit message for this chain’s block type.
pub type Commit<Block> = Commit<<Block as BlockT>::Hash, NumberFor<Block>, AuthoritySignature, AuthorityId>;
A commit message for this chain’s block type.