suspend fun retrieveBlockBody(blockHash: Hash): BlockBody?
(source)suspend fun retrieveBlockBody(blockHash: Bytes): BlockBody?
(source)
Retrieves a block body into the repository.
blockHash
- the hash of the block stored
Return
a future with the block if found