package
1.8.23
Repository: https://github.com/onther-tech/go-ethereum.git
Documentation: pkg.go.dev

# Functions

NewDBStore creates a new instance of DBStore.
NewInmemoryStore returns a new instance of DBStore.

# Variables

ErrNotFound is returned when no results are returned from the database.

# Structs

DBStore uses LevelDB to store values.

# Interfaces

Store defines methods required to get, set, delete values for different keys and close the underlying resources.