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

storeBlockHeader

suspend fun storeBlockHeader(header: BlockHeader): Unit (source)

Stores a block header in the repository.

Parameters

header - the block header to store

Return
handle to the storage operation completion