示例#1
0
 public MerkleNode GetMerkleRoot()
 {
     return(MerkleNode.GetRoot(this.Transactions.Select(t => t.GetHash())));
 }