예제 #1
0
 public string CalculateHash()
 {
     return(BlockHash.Calculate(Index, PreviousHash, TimeStamp, Data));
 }