Type Definition sc_network_common::sync::message::BlockResponse
source · pub type BlockResponse<B> = BlockResponse<<B as BlockT>::Header, <B as BlockT>::Hash, <B as BlockT>::Extrinsic>;
Expand description
Type alias for using the BlockResponse type using block type parameters.