コード例 #1
0
 public Task <string> GetPoolWalletAddressAsync(string token)
 => GetAsync <string>(ServerRoutes.GetPoolWalletAddress(), AuthenticationScheme, token);