Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + type Store struct + func NewStore(parent types.KVStore, prefix []byte) Store + 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) 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, value []byte) Other modules containing this package github.com/tpkeeper/cosmos-sdk