Exemplo n.º 1
0
 public void ShouldFindTransactions()
 {
     var test = TEST_BUNDLE;
     // ReSharper disable once UnusedVariable
     var resp = _iotaApi.FindTransactions(new[] { test }.ToList(),
                                          new[] { test }.ToList(), new[] { test }.ToList(), new[] { test }.ToList());
 }
Exemplo n.º 2
0
 public void shouldFindTransactions()
 {
     string test = TEST_BUNDLE;
     FindTransactionsResponse resp = iotaApi.FindTransactions(new[] { test }.ToList(),
                                                              new[] { test }.ToList(), new[] { test }.ToList(), new[] { test }.ToList());
 }