Exemple #1
0
 public async Task <AccountHeightAPIResult> GetAccountHeight(string AccountId, string Signature)
 {
     CheckSyncState();
     return(await _node.GetAccountHeight(AccountId, Signature));
 }