示例#1
0
 public bool BlockExists(string blockUniqueId)
 {
     return(_blockchainRepository.BlockExists(blockUniqueId));
 }