Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ModuleName defines the module name.
ModuleName = "evmstaking"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthKeeper ¶
type StakingKeeper ¶
type StakingMsgServer ¶
type StakingMsgServer interface { CreateValidator(ctx context.Context, msg *stypes.MsgCreateValidator) (*stypes.MsgCreateValidatorResponse, error) Delegate(ctx context.Context, msg *stypes.MsgDelegate) (*stypes.MsgDelegateResponse, error) EditValidator(ctx context.Context, msg *stypes.MsgEditValidator) (*stypes.MsgEditValidatorResponse, error) }
Click to show internal directories.
Click to hide internal directories.