Documentation ¶
Index ¶
Constants ¶
View Source
const ( StoreKey = types.StoreKey TStoreKey = types.TStoreKey DefaultCodespace = types.DefaultCodespace ModuleName = types.ModuleName )
Variables ¶
View Source
var ( NewParamSetPair = types.NewParamSetPair NewKeyTable = types.NewKeyTable )
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 *types.KVStoreKey, tkey *types.TransientStoreKey, codespace types.CodespaceType) (k Keeper)
NewKeeper constructs a params keeper
func (Keeper) GetSubspace ¶
Get existing substore from keeper
type ParamSetPair ¶
type ParamSetPair = types.ParamSetPair
type ParamSetPairs ¶
type ParamSetPairs = types.ParamSetPairs
Click to show internal directories.
Click to hide internal directories.