Type Definition sc_consensus_grandpa::CatchUp

pub type CatchUp<Header> = CatchUp<<Header as Header>::Hash, <Header as Header>::Number, Signature, Public>;
Expand description

A catch up message for this chain’s block type.