Пример #1
0
 public async Task <AccountHeightAPIResult> GetAccountHeightAsync(string AccountId)
 {
     if (!CheckServiceStatus())
     {
         return(null);
     }
     return(await _node.GetAccountHeightAsync(AccountId));
 }