# Functions
InitializeNew initializes a new MerkleTree backed by the provided DB.
LoadExisting loads an existing MerkleTree from the provided DB.
ValidateAddLeaf is used by Store implementations to validate AddLeaf calls.
ValidateCreate is used by Store implementations to validate Create calls.
Verify verifies that a merkle proof is correct.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MerkleTree is a DB-backed merkle tree implementation.
No description provided by the author
Level 0 = leaf Level (0, Record.Levels) = subtree Level Record.Levels = root.
# Interfaces
Store is a DB layer to support persistent merkle trees.