Example #1
0
 public async Task <GetSyncStateAPIResult> GetSyncState()
 {
     CheckSyncState();
     return(await _node.GetSyncState());
 }