Versions in this module Expand all Collapse all v0 v0.60.1 Sep 27, 2024 Changes in this version + type Store struct + func NewStore() *Store + func (ts *Store) Commit() (id types.CommitID) + func (ts *Store) GetPruning() pruningtypes.PruningOptions + func (ts *Store) GetStoreType() types.StoreType + func (ts *Store) LastCommitID() (id types.CommitID) + func (ts *Store) SetPruning(pruningtypes.PruningOptions)