Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(keeper *order.DexKeeper, tokenMapper tokens.Mapper, govKeeper gov.Keeper) sdk.Handler
NewHandler initialises dex message handlers
Types ¶
type DelistHooks ¶
type DelistHooks struct {
// contains filtered or unexported fields
}
func NewDelistHooks ¶
func NewDelistHooks(orderKeeper *order.DexKeeper) DelistHooks
func (DelistHooks) OnProposalSubmitted ¶
func (hooks DelistHooks) OnProposalSubmitted(ctx sdk.Context, proposal gov.Proposal) error
type ListHooks ¶
type ListHooks struct {
// contains filtered or unexported fields
}
func NewListHooks ¶
func NewListHooks(orderKeeper *order.DexKeeper, tokenMapper tokens.Mapper) ListHooks
func (ListHooks) OnProposalSubmitted ¶
func (hooks ListHooks) OnProposalSubmitted(ctx sdk.Context, proposal gov.Proposal) error
Click to show internal directories.
Click to hide internal directories.