Beispiel #1
0
 public async Task <Block> GetBlockByIndexAsync(long index)
 {
     return(await _blocks.GetByIndexAsync(index));
 }