Walletrpc.WalletService.WalletServiceClient.Accounts C# (CSharp) Method

Accounts() public method

public Accounts ( global request, Grpc.Core.CallOptions options ) : global::Walletrpc.AccountsResponse
request global
options Grpc.Core.CallOptions
return global::Walletrpc.AccountsResponse
      public global::Walletrpc.AccountsResponse Accounts(global::Walletrpc.AccountsRequest request, CallOptions options)
      {
        var call = CreateCall(__Method_Accounts, options);
        return Calls.BlockingUnaryCall(call, request);
      }
      public AsyncUnaryCall<global::Walletrpc.AccountsResponse> AccountsAsync(global::Walletrpc.AccountsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))

Same methods

WalletService.WalletServiceClient::Accounts ( global request, Grpc.Core.Metadata headers = null, System.DateTime deadline = null, CancellationToken cancellationToken = default(CancellationToken) ) : global::Walletrpc.AccountsResponse