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 ¶ added in v0.12.0
type BankKeeper ¶ added in v0.12.0
type StakingKeeper ¶ added in v0.12.0
type StakingMsgServer ¶ added in v0.12.0
type StakingMsgServer interface { CreateValidator(ctx context.Context, msg *stypes.MsgCreateValidator) (*stypes.MsgCreateValidatorResponse, error) Delegate(ctx context.Context, msg *stypes.MsgDelegate) (*stypes.MsgDelegateResponse, error) }
Click to show internal directories.
Click to hide internal directories.