trietest

package module
v0.0.0-...-b50b37c Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2021 License: MIT Imports: 7 Imported by: 0

README

trietest

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotFound     = errors.New("trietest: not found")
	ErrNotSupported = errors.New("trietest: not supported")
)

Functions

This section is empty.

Types

type Trie

type Trie interface {
	Delete(key []byte) error
	Get(key []byte) ([]byte, error)
	Hash() []byte
	Put(key, val []byte) error
	Serialize() ([]byte, bool)
}

func NewEthTrie

func NewEthTrie() Trie

func NewMPTrie

func NewMPTrie() Trie

func NewZhangTrie

func NewZhangTrie() Trie

Jump to

Keyboard shortcuts

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