Documentation
¶
Overview ¶
Package state provides a caching layer atop the Ethereum state trie.
Index ¶
- func NewDatabase(db ethdb.Database) ethstate.Database
- func NewDatabaseWithConfig(db ethdb.Database, config *triedb.Config) ethstate.Database
- func NewDatabaseWithNodeDB(db ethdb.Database, triedb *triedb.Database) ethstate.Database
- type Database
- type Dump
- type DumpAccount
- type DumpCollector
- type DumpConfig
- type StateDB
- type Trie
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDatabaseWithConfig ¶
Types ¶
type DumpAccount ¶
type DumpAccount = ethstate.DumpAccount
type DumpCollector ¶
type DumpCollector = ethstate.DumpCollector
type DumpConfig ¶
type DumpConfig = ethstate.DumpConfig
Click to show internal directories.
Click to hide internal directories.