suspend fun retrieveBlockHeader(blockHash: Hash): BlockHeader?
(source)suspend fun retrieveBlockHeader(blockHash: Bytes): BlockHeader?
(source)
Retrieves a block header into the repository.
blockHash
- the hash of the block stored
Return
a future with the block header if found