Type Definition frame::runtime::types_common::OpaqueBlock
source · pub type OpaqueBlock = Block<Header<BlockNumber, BlakeTwo256>, OpaqueExtrinsic>;Expand description
The opaque block type. This is the same BlockOf, but it has
[sp_runtime::OpaqueExtrinsic] as its final extrinsic type.
This should be provided to the client side as the extrinsic type.