Documentation ¶
Index ¶
- Variables
- 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 NewCommitMultiStore(db dbm.DB) types.CommitMultiStore
- type CacheKVStore
- type CacheMultiStore
- type CacheWrap
- type CacheWrapper
- type CommitID
- type CommitKVStore
- type CommitMultiStore
- type CommitStore
- type Committer
- type Gas
- type GasConfig
- type GasMeter
- type Iterator
- type KVPair
- type KVStore
- type MultiStore
- type PruningOptions
- type Queryable
- type Store
- type StoreKey
- type StoreType
- type TraceContext
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PruneNothing = types.PruneNothing PruneEverything = types.PruneEverything PruneSyncable = types.PruneSyncable )
nolint - reexport
Functions ¶
func NewCommitMultiStore ¶
func NewCommitMultiStore(db dbm.DB) types.CommitMultiStore
Types ¶
type CacheKVStore ¶
type CacheKVStore = types.CacheKVStore
Import cosmos-sdk/types/store.go for convenience. nolint
type CacheMultiStore ¶
type CacheMultiStore = types.CacheMultiStore
Import cosmos-sdk/types/store.go for convenience. nolint
type CacheWrapper ¶
type CacheWrapper = types.CacheWrapper
Import cosmos-sdk/types/store.go for convenience. nolint
type CommitKVStore ¶
type CommitKVStore = types.CommitKVStore
Import cosmos-sdk/types/store.go for convenience. nolint
type CommitMultiStore ¶
type CommitMultiStore = types.CommitMultiStore
Import cosmos-sdk/types/store.go for convenience. nolint
type CommitStore ¶
type CommitStore = types.CommitStore
Import cosmos-sdk/types/store.go for convenience. nolint
type MultiStore ¶
type MultiStore = types.MultiStore
Import cosmos-sdk/types/store.go for convenience. nolint
type PruningOptions ¶
type PruningOptions = types.PruningOptions
Import cosmos-sdk/types/store.go for convenience. nolint
func NewPruningOptionsFromString ¶
func NewPruningOptionsFromString(strategy string) (opt PruningOptions)
type TraceContext ¶
type TraceContext = types.TraceContext
Import cosmos-sdk/types/store.go for convenience. nolint
Click to show internal directories.
Click to hide internal directories.