//
pkg.gl
Category
github.com/onflow/go-ethereum
triedb
package
1.14.7
Repository:
https://github.com/onflow/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
12
Files
308 SLOC
#
Packages
database
No description provided by the author
hashdb
No description provided by the author
pathdb
No description provided by the author
#
Functions
NewDatabase
NewDatabase initializes the trie database with default settings, note the legacy hash-based scheme is used by default.
#
Variables
HashDefaults
HashDefaults represents a config for using hash-based scheme with default settings.
#
Structs
Config
Config defines all necessary options for database.
Database
Database is the wrapper of the underlying backend which is shared by different types of node backend as an entrypoint.