# Functions
BlockToBytes returns binary BigEndian representation of given block number.
CodeDBKey returns CodeDBPrefix with appended codeHash creating key used in baseDB for Codes.
No description provided by the author
DecodeCodeDBKey decodes key created by CodeDBKey back to hash.
No description provided by the author
DecodeSubstateDBKey decodes key created by SubstateDBBlockPrefix back to block and tx number.
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
No description provided by the author
No description provided by the author
NewBaseDB creates new instance of BaseDB with customizable options.
NewCodeDB creates new instance of CodeDB with customizable options.
NewDefaultBaseDB creates new instance of BaseDB with default options.
NewDefaultCodeDB creates new instance of CodeDB with default options.
No description provided by the author
NewDefaultSubstateDB creates new instance of SubstateDB with default options.
NewDefaultUpdateDB creates new instance of UpdateDB with default options.
NewReadOnlyBaseDB creates a new instance of read-only BaseDB.
NewReadOnlyCodeDB creates a new instance of read-only CodeDB.
No description provided by the author
NewReadOnlySubstateDB creates a new instance of read-only SubstateDB.
NewReadOnlyUpdateDB creates a new instance of read-only UpdateDB.
NewSubstateDB creates new instance of SubstateDB with customizable options.
NewUpdateDB creates new instance of UpdateDB with customizable options.
OpenBaseDB opens existing database.
SubstateDBBlockPrefix returns SubstateDBPrefix with appended block number creating prefix used in baseDB for Substates.
SubstateDBKey returns SubstateDBPrefix with appended block number creating key used in baseDB for Substates.
No description provided by the author
# Constants
CodeDBPrefix + codeHash (256-bit) -> code.
DestroyedAccountPrefix + block (64-bit) -> SuicidedAccountLists.
No description provided by the author
SubstateDBPrefix + block (64-bit) + tx (64-bit) -> substateRLP.
UpdateDBPrefix + block (64-bit) + tx (64-bit) -> substateRLP.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
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
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
CodeDB is a wrappe around BaseDB.
Iterator iterates over a database's key/value pairs in ascending key order.
KeyValueWriter wraps the Put method of a backing data store.
SubstateDB is a wrapper around CodeDB.
UpdateDB represents a CodeDB with in which the UpdateSet is inserted.
# Type aliases
No description provided by the author
No description provided by the author