示例#1
0
文件: KthCsAPI.cs 项目: k-nuth/cs-api
 public IBlock GetBlockByHeight(UInt64 height)
 {
     return(chain_.GetBlockByHeightAsync(height).Result.Result.BlockData);
 }