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