package
1.10.20
Repository: https://github.com/code-payments/code-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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.

# Constants

todo: 64 levels causes an overflow issue.
No description provided by the author

# 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.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author