示例#1
0
 public async Task <BlockAPIResult> GetLastServiceBlock(string AccountId, string Signature)
 {
     CheckSyncState();
     return(await _node.GetLastServiceBlock(AccountId, Signature));
 }