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

hasBlockBody

suspend fun hasBlockBody(blockHash: Bytes): Boolean (source)

Returns true if the store contains the block body.

Parameters

blockHash - the hash of the block stored

Return
a future with a boolean result