abstract fun requestBlockHeader(blockHash: Hash, connection: WireConnection = connectionSelectionStrategy().selectConnection()): AsyncResult<BlockHeader>
(source)
Requests a block header
connection
- the connection to use
Return
a handle to the completion of the operation