Type Alias relay_substrate_client::SignedBlockOf
source · pub type SignedBlockOf<C> = <C as Chain>::SignedBlock;
Expand description
Signed block type of given chain.
pub type SignedBlockOf<C> = <C as Chain>::SignedBlock;
Signed block type of given chain.