Versions in this module Expand all Collapse all v0 v0.34.7 Oct 3, 2019 Changes in this version + type Store struct + func NewFromKVStore(store types.KVStore, stores map[types.StoreKey]types.CacheWrapper, ...) Store + func NewStore(db dbm.DB, stores map[types.StoreKey]types.CacheWrapper, ...) Store + func (cms Store) CacheMultiStore() types.CacheMultiStore + func (cms Store) CacheWrap() types.CacheWrap + func (cms Store) CacheWrapWithTrace(_ io.Writer, _ types.TraceContext) types.CacheWrap + func (cms Store) GetKVStore(key types.StoreKey) types.KVStore + func (cms Store) GetStore(key types.StoreKey) types.Store + func (cms Store) GetStoreType() types.StoreType + func (cms Store) SetTracer(w io.Writer) types.MultiStore + func (cms Store) SetTracingContext(tc types.TraceContext) types.MultiStore + func (cms Store) TracingEnabled() bool + func (cms Store) Write()