Example #1
0
        public async Task <AccountsResponse> AccountsAsync()
        {
            var client = new WalletService.WalletServiceClient(_channel);

            return(await client.AccountsAsync(new AccountsRequest(), cancellationToken : _tokenSource.Token));
        }