Example #1
0
 public async Task <Block> GetBlockByHashAsync(byte[] hash)
 {
     return(await _blocks.GetByHashAsync(hash));
 }