Versions in this module Expand all Collapse all v0 v0.43.1 Aug 24, 2021 Changes in this version + type Store struct + func NewStore(parent types.KVStore, parentStoreKey types.StoreKey, ...) *Store + func (s *Store) CacheWrap() types.CacheWrap + func (s *Store) CacheWrapWithListeners(_ types.StoreKey, _ []types.WriteListener) types.CacheWrap + func (s *Store) CacheWrapWithTrace(_ io.Writer, _ types.TraceContext) types.CacheWrap + func (s *Store) Delete(key []byte) + func (s *Store) Get(key []byte) []byte + func (s *Store) GetStoreType() types.StoreType + func (s *Store) Has(key []byte) bool + func (s *Store) Iterator(start, end []byte) types.Iterator + func (s *Store) ReverseIterator(start, end []byte) types.Iterator + func (s *Store) Set(key []byte, value []byte)