Example #1
0
 public Task <TransactionReceipt> RemoveReverseRequestAndWaitForReceiptAsync(RemoveReverseFunction removeReverseFunction, CancellationTokenSource cancellationToken = null)
 {
     return(ContractHandler.SendRequestAndWaitForReceiptAsync(removeReverseFunction, cancellationToken));
 }
Example #2
0
 public Task <string> RemoveReverseRequestAsync(RemoveReverseFunction removeReverseFunction)
 {
     return(ContractHandler.SendRequestAsync(removeReverseFunction));
 }