Versions in this module Expand all Collapse all v0 v0.47.5 Sep 22, 2023 Changes in this version + type Store struct + func NewStore(parent types.KVStore, gasMeter types.GasMeter, gasConfig types.GasConfig) *Store + func (gs *Store) CacheWrap() types.CacheWrap + func (gs *Store) CacheWrapWithTrace(_ io.Writer, _ types.TraceContext) types.CacheWrap + func (gs *Store) Delete(key []byte) + func (gs *Store) Get(key []byte) (value []byte) + func (gs *Store) GetStoreType() types.StoreType + func (gs *Store) Has(key []byte) bool + func (gs *Store) Iterator(start, end []byte) types.Iterator + func (gs *Store) ReverseIterator(start, end []byte) types.Iterator + func (gs *Store) Set(key []byte, value []byte)