package
1.14.7
Repository: https://github.com/onflow/go-ethereum.git
Documentation: pkg.go.dev

# Functions

New initializes the hash-based node database.

# Variables

Defaults is the default setting for database if it's not specified.

# Structs

Config contains the settings for database.
Database is an intermediate write layer between the trie data structures and the disk database.

# Interfaces

ChildResolver defines the required method to decode the provided trie node and iterate the children on top.