Exemple #1
0
 public Zilliqa(string APIURL)
 {
     _client = new MusZil_APIClient(APIURL);
 }
Exemple #2
0
 public Zilliqa(bool test = true)
 {
     _client = test ?  new MusZil_APIClient(TESTNET): new MusZil_APIClient(MAINNET);
 }