示例#1
0
 public virtual void SetUp()
 {
     _client  = new MusZil_APIClient(DEV_URL);
     _repo    = new AccountsRepository();
     _address = new Address("zil1fs6jhg4axvj9ekscq6v7ddwxxd9tthpxl7820q");
     _account = AccountFactory.New(_pk);
     _wallet  = new Wallet(_account);
     _zil     = new Zilliqa();
 }
示例#2
0
 public static Account MakeAccount(string address)
 {
     return(AccountFactory.New(address));
 }