Exemplo n.º 1
0
 private BlockResponse GetBlock(string hash)
 {
     return(client.GetBlock(hash));
 }