예제 #1
0
 public async Task <BlockAPIResult> GetServiceGenesisBlockAsync()
 {
     // always response to query. node bootstrap need this api.
     //if (! await CheckServiceStatusAsync()) return null;
     return(await _node.GetServiceGenesisBlockAsync());
 }