Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
func NewMsgServerImpl(keeper paramskeeper.Keeper) types.MsgServer
NewMsgServerImpl returns an implementation of the bank MsgServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct {
paramskeeper.Keeper
}
Keeper define a slashing keeper
func NewKeeper ¶
func NewKeeper(keeper paramskeeper.Keeper) Keeper
NewKeeper creates a slashing keeper
func (Keeper) UpdateParams ¶
HandleValidatorSignature handles a validator signature, must be called once per validator per block. Block all subsequent logic if this validator has been removed.
Click to show internal directories.
Click to hide internal directories.