Пример #1
0
 public MerkleNode GetMerkleRoot()
 {
     return(MerkleNode.GetRoot(Transactions.Select(t => t.GetHash())));
 }