Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the module's MsgServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper is the keeper for the module
func NewKeeper ¶
func NewKeeper( earnKeeper types.EarnKeeper, liquidKeeper types.LiquidKeeper, stakingKeeper types.StakingKeeper, ) Keeper
NewKeeper creates a new keeper
Click to show internal directories.
Click to hide internal directories.