Exemple #1
0
 public async Task <BlockAPIResult> GetDealerByAccountIdAsync(string accountId)
 {
     if (!CheckServiceStatus())
     {
         return(null);
     }
     return(await _node.GetDealerByAccountIdAsync(accountId));
 }