ResQ.Blockchain.MockNeoClient
MockNeoClient.GetBlockHeightAsync(CancellationToken) Method
Gets the current mock block height.Parameters
cancellationToken System.Threading.CancellationToken
Cancellation token for the operation.
Implements GetBlockHeightAsync(CancellationToken)
Returns
System.Threading.Tasks.Task<System.UInt64>The current block height, starting at 1,000,000 and incrementing with each transaction.