Function transform_hypersync_block

Source
pub fn transform_hypersync_block(
    chain: Blockchain,
    received_block: Block,
) -> Result<Block, Error>
Expand description

Converts a HyperSync block format to our internal [Block] type.