menu
lunaris_engine package
documentation
Tree/merkle_tree.dart
MerkleTree<T>
rootHash property
rootHash property
dark_mode
light_mode
rootHash
property
String
?
get
rootHash
Gets the root hash of the tree
Implementation
String? get rootHash => root?.hash;
lunaris_engine package
documentation
Tree/merkle_tree
MerkleTree<T>
rootHash property
MerkleTree class