merkletree

package
v0.0.0-...-0ff5682 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package merkle provides implementations for merkle tree.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MerkleTree

type MerkleTree interface {
	SetLeaf(idx *big.Int, hash common.Hash) error
	Leaf(idx *big.Int) (common.Hash, error)
	Root() common.Hash
	SetRoot(hash common.Hash)
}

MerkleTree interface defines functions to interact with merkle tree

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL