package
1.8.17
Repository: https://github.com/haechi-labs/go-ethereum.git
Documentation: pkg.go.dev

# Functions

NewLDBDatabase returns a LevelDB wrapped object.
No description provided by the author
No description provided by the author
NewTable returns a Database object that prefixes all keys with a given string.
NewTableBatch returns a Batch object which prefixes all keys with a given string.

# Constants

Code using batches should try to add this much data to the batch.

# Variables

No description provided by the author

# Structs

No description provided by the author
* This is a test memory database.

# Interfaces

Batch is a write-only database that commits changes to its host database when Write is called.
Database wraps all database operations.
Deleter wraps the database delete operation supported by both batches and regular databases.
Putter wraps the database write operation supported by both batches and regular databases.