Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 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) GetPruning() pruningtypes.PruningOptions + func (s *Store) SetPruning(pruning pruningtypes.PruningOptions) + func (s Store) CacheWrap() 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)