Example #1
0
 public UInt64 GetCurrentBlockchainHeight()
 {
     return(chain_.GetLastHeightAsync().Result.Result);
 }