suspend fun retrieveBlockBodyBytes(blockHash: Bytes): Bytes?
Retrieves a block body into the repository as its serialized RLP bytes representation.
blockHash - the hash of the block stored
blockHash
Return a future with the bytes if found