Esempio n. 1
0
 /// <summary>
 /// Set TxHash to the history operation.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// Identifier of the history operation.
 /// </param>
 /// <param name='txHash'>
 /// TxHash of the history operation.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ErrorResponse> SetTxHashAsync(this IPayHistoryAPI operations, string id = default(string), string txHash = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.SetTxHashWithHttpMessagesAsync(id, txHash, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }