Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2021 Changes in this version + func DefaultProofRuntime() (prt *merkle.ProofRuntime) + func RequireProof(subpath string) bool + type Store struct + func NewStore(db dbm.DB) *Store + func (rs *Store) CacheMultiStore() types.CacheMultiStore + func (rs *Store) CacheMultiStoreWithVersion(version int64) (types.CacheMultiStore, error) + func (rs *Store) CacheWrap() types.CacheWrap + func (rs *Store) CacheWrapWithTrace(_ io.Writer, _ types.TraceContext) types.CacheWrap + func (rs *Store) Commit() types.CommitID + func (rs *Store) GetCommitKVStore(key types.StoreKey) types.CommitKVStore + func (rs *Store) GetCommitStore(key types.StoreKey) types.CommitStore + func (rs *Store) GetKVStore(key types.StoreKey) types.KVStore + func (rs *Store) GetPruning() types.PruningOptions + func (rs *Store) GetStore(key types.StoreKey) types.Store + func (rs *Store) GetStoreType() types.StoreType + func (rs *Store) LastCommitID() types.CommitID + func (rs *Store) LoadLatestVersion() error + func (rs *Store) LoadLatestVersionAndUpgrade(upgrades *types.StoreUpgrades) error + func (rs *Store) LoadVersion(ver int64) error + func (rs *Store) LoadVersionAndUpgrade(ver int64, upgrades *types.StoreUpgrades) error + func (rs *Store) MountStoreWithDB(key types.StoreKey, typ types.StoreType, db dbm.DB) + func (rs *Store) Query(req abci.RequestQuery) abci.ResponseQuery + func (rs *Store) Restore(height uint64, format uint32, chunks <-chan io.ReadCloser, ...) error + func (rs *Store) SetInitialVersion(version int64) error + func (rs *Store) SetInterBlockCache(c types.MultiStorePersistentCache) + func (rs *Store) SetLazyLoading(lazyLoading bool) + func (rs *Store) SetPruning(pruningOpts types.PruningOptions) + func (rs *Store) SetTracer(w io.Writer) types.MultiStore + func (rs *Store) SetTracingContext(tc types.TraceContext) types.MultiStore + func (rs *Store) Snapshot(height uint64, format uint32) (<-chan io.ReadCloser, error) + func (rs *Store) TracingEnabled() bool