Versions in this module Expand all Collapse all v0 v0.33.2 Apr 3, 2019 v0.31.2 Feb 12, 2019 Changes in this version + func LoadStore(db dbm.DB, id types.CommitID, pruning types.PruningOptions) (types.CommitStore, error) + type Store struct + func UnsafeNewStore(tree *iavl.MutableTree, numRecent int64, storeEvery int64) *Store + func (st *Store) CacheWrap() types.CacheWrap + func (st *Store) CacheWrapWithTrace(w io.Writer, tc types.TraceContext) types.CacheWrap + func (st *Store) Commit() types.CommitID + func (st *Store) Delete(key []byte) + func (st *Store) Get(key []byte) (value []byte) + func (st *Store) GetStoreType() types.StoreType + func (st *Store) Has(key []byte) (exists bool) + func (st *Store) Iterator(start, end []byte) types.Iterator + func (st *Store) LastCommitID() types.CommitID + func (st *Store) Query(req abci.RequestQuery) (res abci.ResponseQuery) + func (st *Store) ReverseIterator(start, end []byte) types.Iterator + func (st *Store) Set(key, value []byte) + func (st *Store) SetPruning(opt types.PruningOptions) + func (st *Store) VersionExists(version int64) bool