Exemplo n.º 1
0
 public Zilliqa(string APIURL)
 {
     _client = new MusZil_APIClient(APIURL);
 }
Exemplo n.º 2
0
 public Zilliqa(bool test = true)
 {
     _client = test ?  new MusZil_APIClient(TESTNET): new MusZil_APIClient(MAINNET);
 }