Documentation ¶
Index ¶
- func First(st KVStore, start, end []byte) (kv cmn.KVPair, ok bool)
- func Last(st KVStore, start, end []byte) (kv cmn.KVPair, ok bool)
- func NewCacheKVStore(parent KVStore) *cacheKVStore
- func NewCommitMultiStore(db dbm.DB) *rootMultiStore
- type CacheKVStore
- type CacheMultiStore
- type CacheWrap
- type CacheWrapper
- type CommitID
- type CommitKVStore
- type CommitMultiStore
- type CommitStore
- type Committer
- type Iterator
- type KVStore
- type MultiStore
- type Queryable
- type Store
- type StoreKey
- type StoreType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCacheKVStore ¶
func NewCacheKVStore(parent KVStore) *cacheKVStore
func NewCommitMultiStore ¶
Types ¶
type CacheKVStore ¶
type CacheKVStore = types.CacheKVStore
type CacheMultiStore ¶
type CacheMultiStore = types.CacheMultiStore
type CacheWrapper ¶
type CacheWrapper = types.CacheWrapper
type CommitKVStore ¶
type CommitKVStore = types.CommitKVStore
type CommitMultiStore ¶
type CommitMultiStore = types.CommitMultiStore
type CommitStore ¶
type CommitStore = types.CommitStore
func LoadIAVLStore ¶
func LoadIAVLStore(db dbm.DB, id CommitID) (CommitStore, error)
type MultiStore ¶
type MultiStore = types.MultiStore
Click to show internal directories.
Click to hide internal directories.