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