merkleRoot property
Hash
get
merkleRoot
Gets the merkle root calculated from all transactions. Note: This is a simplified implementation that doesn't actually calculate the merkle tree - it just returns the header's merkle root.
Implementation
Hash get merkleRoot => header.merkleRoot;