Ejemplo n.º 1
0
 public Task <Wallet> GetPoolWalletAsync(string token)
 => GetAsync <Wallet>(ServerRoutes.GetPoolWallet(ApiUrl), token);
Ejemplo n.º 2
0
 public Task <Wallet> GetPoolWalletAsync()
 => GetAsync <Wallet>(ServerRoutes.GetPoolWallet());