public MerkleNode GetMerkleRoot() { return(MerkleNode.GetRoot(this.Transactions.Select(t => t.GetHash()))); }