tuweni / org.apache.tuweni.eth.repository / BlockchainRepository / retrieveBlockBody

retrieveBlockBody

suspend fun retrieveBlockBody(blockHash: Bytes): BlockBody? (source)

Retrieves a block body into the repository.

Parameters

blockHash - the hash of the block stored

Return
a future with the block if found