ResQ.Blockchain.INeoClient
INeoClient.GetBlockHeightAsync(CancellationToken) Method
Gets the current block height of the blockchain.Parameters
cancellationToken System.Threading.CancellationToken
Cancellation token for the operation.
Returns
System.Threading.Tasks.Task<System.UInt64>The current block height as an unsigned 64-bit integer.
Exceptions
System.OperationCanceledExceptionThrown when the operation is cancelled.