Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the global paramstore
func NewKeeper ¶
func NewKeeper(cdc *codec.Codec, key *sdk.KVStoreKey, tkey *sdk.TransientStoreKey) (k Keeper)
NewKeeper constructs a params keeper
func (Keeper) GetSubspace ¶ added in v0.25.0
func (k Keeper) GetSubspace(storename string) (Subspace, bool)
Get existing substore from keeper
type KeyValuePairs ¶ added in v0.25.0
type KeyValuePairs = subspace.KeyValuePairs
re-export types from subspace
type ReadOnlySubspace ¶
type ReadOnlySubspace = subspace.ReadOnlySubspace
re-export types from subspace
type TypeTable ¶ added in v0.25.0
type TypeTable = subspace.TypeTable
re-export types from subspace
func NewTypeTable ¶ added in v0.25.0
func NewTypeTable(keytypes ...interface{}) TypeTable
re-export functions from subspace
Click to show internal directories.
Click to hide internal directories.