예제 #1
0
 public async Task <QTResponseModel> SendCommandAsync(WalletCommands command, params string[] args)
 => await SendCommandAsync(command.GetValue(), args);
예제 #2
0
 public async Task <QTResponseModel> SendCommandAsync(WalletCommands command)
 => await SendCommandAsync(command.GetValue(), new string[0]);