public void GetTotalBalance() { var service = new ColxService("http://localhost:51573", "MyColxWallet", "itnosaoed39i", "itnosaoed39i", 60); Console.WriteLine("Colx node balance: " + service.GetBalance("", 0, false)); Assert.That(service.GetBalance("", 0, false), Is.GreaterThan(0m)); }
public decimal GetTotalBalance() => service.GetBalance("", -1, null);