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