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