Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IKeeper ¶
type IKeeper interface {
Codec() codec.BinaryCodec
StoreKey() sdk.StoreKey
GetParams(ctx sdk.Context) (params types.Params)
SetParams(ctx sdk.Context, params types.Params)
}
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, skey sdk.StoreKey, pspace paramtypes.Subspace) IKeeper
NewKeeper creates and returns an instance for deployment keeper
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper of the deployment store
func (Keeper) Codec ¶ added in v0.24.0
func (k Keeper) Codec() codec.BinaryCodec
Codec returns keeper codec
Click to show internal directories.
Click to hide internal directories.