Type Definition btlib::ConcreteBlock
source · pub type ConcreteBlock<T, C> = MerkleStream<BlockStream<T, C>>;
Expand description
The composition of a BlockStream in a MerkleStream.
pub type ConcreteBlock<T, C> = MerkleStream<BlockStream<T, C>>;
The composition of a BlockStream in a MerkleStream.