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