Documentation ¶
Index ¶
- Variables
- func First(st Store, start, end []byte) (kv std.KVPair, ok bool)
- func Last(st Store, start, end []byte) (kv std.KVPair, ok bool)
- func NewCommitMultiStore(db dbm.DB) types.CommitMultiStore
- type CommitID
- type CommitMultiStore
- type CommitStore
- type CommitStoreConstructor
- type Committer
- type Gas
- type GasConfig
- type GasMeter
- type GasOverflowException
- type Iterator
- type KVPair
- type MultiStore
- type OutOfGasException
- type PruningOptions
- type Queryable
- type Store
- type StoreKey
- type StoreOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PruneNothing = types.PruneNothing PruneEverything = types.PruneEverything PruneSyncable = types.PruneSyncable NewGasMeter = types.NewGasMeter NewInfiniteGasMeter = types.NewInfiniteGasMeter NewPassthroughGasMeter = types.NewPassthroughGasMeter DefaultGasConfig = types.DefaultGasConfig PrefixIterator = types.PrefixIterator ReversePrefixIterator = types.ReversePrefixIterator NewStoreKey = types.NewStoreKey )
Functions ¶
func NewCommitMultiStore ¶
func NewCommitMultiStore(db dbm.DB) types.CommitMultiStore
Types ¶
type CommitMultiStore ¶
type CommitMultiStore = types.CommitMultiStore
Import cosmos-sdk/types/store.go for convenience.
type CommitStore ¶
type CommitStore = types.CommitStore
Import cosmos-sdk/types/store.go for convenience.
type CommitStoreConstructor ¶
type CommitStoreConstructor = types.CommitStoreConstructor
Import cosmos-sdk/types/store.go for convenience.
type GasOverflowException ¶
type GasOverflowException = types.GasOverflowException
Import cosmos-sdk/types/store.go for convenience.
type MultiStore ¶
type MultiStore = types.MultiStore
Import cosmos-sdk/types/store.go for convenience.
type OutOfGasException ¶
type OutOfGasException = types.OutOfGasException
Import cosmos-sdk/types/store.go for convenience.
type PruningOptions ¶
type PruningOptions = types.PruningOptions
Import cosmos-sdk/types/store.go for convenience.
func NewPruningOptionsFromString ¶
func NewPruningOptionsFromString(strategy string) (opt PruningOptions)
type StoreOptions ¶
type StoreOptions = types.StoreOptions
Import cosmos-sdk/types/store.go for convenience.
Click to show internal directories.
Click to hide internal directories.