Exemplo n.º 1
0
 public async Task <BlockAPIResult> GetBlockByUIndex(long uindex)
 {
     CheckSyncState();
     return(await _node.GetBlockByUIndex(uindex));
 }