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

storeBlock

suspend fun storeBlock(block: Block): Unit (source)

Stores a block into the repository.

Parameters

block - the block to store

Return
a handle to the storage operation completion