Example #1
0
 public Task <TransactionReceipt> FlushRequestAndWaitForReceiptAsync(FlushFunction flushFunction, CancellationTokenSource cancellationToken = null)
 {
     return(ContractHandler.SendRequestAndWaitForReceiptAsync(flushFunction, cancellationToken));
 }
Example #2
0
 public Task <string> FlushRequestAsync(FlushFunction flushFunction)
 {
     return(ContractHandler.SendRequestAsync(flushFunction));
 }