# Functions
BatchToOperations converts a batch of changes into array of dboper.Operation.
NewBoltDBStore returns a new ready to use BoltDB storage with created bucket.
NewLevelDBStore returns a new LevelDBStore object that will initialize the database found at the given path.
NewMemCachedStore creates a new MemCachedStore object.
NewMemoryStore creates a new MemoryStore object.
NewPrivateMemCachedStore creates a new private (unlocked) MemCachedStore object.
NewStore creates storage with preselected in configuration database type.
# Constants
KeyPrefix constants.
DataMPT is used for MPT node entries identified by Uint256.
DataMPTAux is used to store additional MPT data like height-root mappings and local/validated heights.
Executable subtypes.
Executable subtypes.
KeyPrefix constants.
KeyPrefix constants.
KeyPrefix constants.
KeyPrefix constants.
STTempStorage is used to store contract storage items during state sync process in order not to mess up the previous state which has its own items stored by STStorage prefix.
KeyPrefix constants.
KeyPrefix constants.
KeyPrefix constants.
SYSStateChangeStage is used to store the phase of a state changing process which is one of the state jump or state reset.
KeyPrefix constants.
KeyPrefix constants.
KeyPrefix constants.
# Variables
Bucket represents bucket used in boltdb to store all the data.
ErrKeyNotFound is an error returned by Store implementations when a certain key is not found.
# Structs
BoltDBStore it is the storage implementation for storing and retrieving blockchain data.
No description provided by the author
No description provided by the author
LevelDBStore is the official storage implementation for storing and retrieving blockchain data.
No description provided by the author
MemCachedStore is a wrapper around persistent store that caches all changes being made for them to be later flushed in one batch.
MemoryStore is an in-memory implementation of a Store, mainly used for testing.
SeekRange represents options for Store.Seek operation.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author