Пример #1
0
 public async Task <AccountHeightAPIResult> GetAsync()
 {
     CheckSyncState();
     return(await _node.GetSyncHeight());
 }