package
2.0.4+incompatible
Repository: https://github.com/massnetorg/mass-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
This file is only used to check data correctness for 1.1.0 */.
Package memdb implements an instance of the database package that uses memory for the block storage.
No description provided by the author

# Functions

AddDBDriver adds a back end database driver to available interfaces.
CreateDB intializes and opens a database.
OpenDB opens an existing database.
No description provided by the author
SupportedDBs returns a slice of strings that represent the database drivers that have been registered and are therefore supported.

# Constants

AddrIndexKeySize is the number of bytes used by keys into the BlockAddrIndex.

# Variables

Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.
Errors that the various database functions may return.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DriverDB defines a structure for backend drivers to use when they registered themselves as a backend which implements the Db interface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TxReply is used to return individual transaction information when data about multiple transactions is requested in a single call.
No description provided by the author

# Interfaces

Db defines a generic interface that is used to request and insert data into the mass block chain.

# Type aliases

No description provided by the author
No description provided by the author
BlockAddrIndex represents the indexing structure for addresses.
No description provided by the author
No description provided by the author
No description provided by the author
BlockTxAddrIndex represents the indexing structure for txs.