Example #1
0
 public IBlock GetBlockByHeight(UInt64 height)
 {
     return(chain_.GetBlockByHeightAsync(height).Result.Result.BlockData);
 }