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