# Functions
NewFileHashStore returns a HashStore implement in file.
NewMemHashStore returns a HashStore implement in memory.
No description provided by the author
NewTree returns a CompactMerkleTree instance.
# Variables
No description provided by the author
# Structs
CompactMerkleTree calculate merkle tree with compact hash store in HashStore.
MerkleVerifier verify inclusion and consist proof.
No description provided by the author
# Interfaces
HashStore is an interface for persist hash.