keeper

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMsgServerImpl

func NewMsgServerImpl(keeper Keeper) types.MsgServer

NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.

Types

type Keeper

type Keeper struct {
	Valset     types.ValsetKeeper
	Upgrade    types.UpgradeKeeper
	AppVersion string

	ExternalChains []types.ExternalChainSupporterKeeper
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(
	cdc codec.BinaryCodec,
	storeKey,
	memKey storetypes.StoreKey,
	ps paramtypes.Subspace,
	appVersion string,
	valset types.ValsetKeeper,
	upgrade types.UpgradeKeeper,
) *Keeper

func (Keeper) CheckChainVersion added in v0.10.2

func (k Keeper) CheckChainVersion(ctx sdk.Context)

CheckChainVersion will exit if the app version and the government proposed versions do not match.

func (Keeper) GetParams

func (k Keeper) GetParams(ctx sdk.Context) types.Params

GetParams get all parameters as types.Params

func (Keeper) JailValidatorsWithMissingExternalChainInfos

func (k Keeper) JailValidatorsWithMissingExternalChainInfos(ctx sdk.Context) error

func (Keeper) Logger

func (k Keeper) Logger(ctx sdk.Context) log.Logger

func (Keeper) Params

func (Keeper) SetParams

func (k Keeper) SetParams(ctx sdk.Context, params types.Params)

SetParams set the params

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL