예제 #1
0
 public Task <Wallet> GetPoolWalletAsync(string token)
 => GetAsync <Wallet>(ServerRoutes.GetPoolWallet(ApiUrl), token);
예제 #2
0
 public Task <Wallet> GetPoolWalletAsync()
 => GetAsync <Wallet>(ServerRoutes.GetPoolWallet());