예제 #1
0
파일: KthCsAPI.cs 프로젝트: k-nuth/cs-api
 public IBlock GetBlockByHeight(UInt64 height)
 {
     return(chain_.GetBlockByHeightAsync(height).Result.Result.BlockData);
 }