Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Messenger ¶
type Messenger struct {
// contains filtered or unexported fields
}
Messenger handles messages for the Incentive module.
func NewMessenger ¶
func NewMessenger( keeper *keeper.Keeper, stakingKeeper *stakingkeeper.Keeper, commitmentKeeper *commitmentkeeper.Keeper, parameterKeeper *parameterkeeper.Keeper, ) *Messenger
type Querier ¶
type Querier struct {
// contains filtered or unexported fields
}
Querier handles queries for the Incentive module.
func NewQuerier ¶
func NewQuerier(keeper *keeper.Keeper, stakingKeeper *stakingkeeper.Keeper) *Querier
func (*Querier) HandleQuery ¶
Click to show internal directories.
Click to hide internal directories.