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

hasBlockHeader

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

Returns true if the store contains the block header.

Parameters

blockHash - the hash of the block stored

Return
a future with a boolean result