コード例 #1
0
 public async Task <BlockAPIResult> FindExecForVoteAsync(string voteid)
 {
     if (!CheckServiceStatus())
     {
         return(null);
     }
     return(await _node.FindExecForVoteAsync(voteid));
 }