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.