Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + type Store struct + func NewStore() *Store + func NewStoreWithDB(db *dbm.MemDB) *Store + func (s *Store) Commit() (id types.CommitID) + func (s *Store) CommitterCommit(interface{}) (_ types.CommitID, _ interface{}) + func (s *Store) GetDBReadCount() int + func (s *Store) GetDBReadTime() int + func (s *Store) GetDBWriteCount() int + func (s *Store) GetFlatKVReadCount() int + func (s *Store) GetFlatKVReadTime() int + func (s *Store) GetFlatKVWriteCount() int + func (s *Store) GetFlatKVWriteTime() int + func (s *Store) GetNodeReadCount() int + func (s *Store) GetPruning() types.PruningOptions + func (s *Store) ResetCount() + func (s *Store) SetPruning(pruning types.PruningOptions) + func (s *Store) SetUpgradeVersion(int64) + func (s Store) CacheWrap() types.CacheWrap + func (s Store) CacheWrapWithListeners(storeKey types.StoreKey, listeners []types.WriteListener) types.CacheWrap + func (s Store) CacheWrapWithTrace(w io.Writer, tc types.TraceContext) types.CacheWrap + func (s Store) GetStoreType() types.StoreType + func (s Store) LastCommitID() (id types.CommitID) + func (s Store) LastCommitVersion() (v int64)