Beispiel #1
0
 private async Task SetTransferHashes(IEthereumTransactionRequest txRequest, string hash)
 {
     foreach (var id in txRequest.OperationIds)
     {
         await _transferEventsRepositoryClient.UpdateBlockChainHashAsync(txRequest.ClientId, id, hash);
     }
 }