Exemplo n.º 1
0
 private async Task SetTradeHashes(IEthereumTransactionRequest txRequest, string hash)
 {
     foreach (var id in txRequest.OperationIds)
     {
         await _clientTradesRepositoryClient.UpdateBlockchainHashAsync(txRequest.ClientId, id, hash);
     }
 }