Пример #1
0
 public async Task <BlockAPIResult> GetServiceBlockByIndexAsync(string blockType, int Index)
 {
     if (!CheckServiceStatus())
     {
         return(null);
     }
     return(await _node.GetServiceBlockByIndexAsync(blockType, Index));
 }