package
5.6.3-darwinv2-rc0+incompatible
Repository: https://github.com/scroll-tech/go-ethereum.git
Documentation: pkg.go.dev

# Functions

New returns a wrapped map with all the required database interface methods implemented.
NewWithCap returns a wrapped map pre-allocated to the provided capcity with all the required database interface methods implemented.

# Variables

ErrMemorydbNotFound is returned if a key is requested that is not found in the provided memory database.

# Structs

Database is an ephemeral key-value store.