示例#1
0
 public virtual BlockchainTree GetLongestBlockchain()
 {
     return(_blockchainRepository.GetLongestBlockchain());
 }