Versions in this module Expand all Collapse all v0 v0.33.2 Apr 3, 2019 Changes in this version + type Store struct + func NewStore(parent types.KVStore) *Store + func (store *Store) CacheWrap() types.CacheWrap + func (store *Store) CacheWrapWithTrace(w io.Writer, tc types.TraceContext) types.CacheWrap + func (store *Store) Delete(key []byte) + func (store *Store) Get(key []byte) (value []byte) + func (store *Store) GetStoreType() types.StoreType + func (store *Store) Has(key []byte) bool + func (store *Store) Iterator(start, end []byte) types.Iterator + func (store *Store) ReverseIterator(start, end []byte) types.Iterator + func (store *Store) Set(key []byte, value []byte) + func (store *Store) Write()