Documentation ¶
Index ¶
- type Module
- func (m *Module) HandleBlock(block *tmctypes.ResultBlock, res *tmctypes.ResultBlockResults, _ []*juno.Tx, ...) error
- func (m *Module) HandleMsg(_ int, msg sdk.Msg, tx *juno.Tx) error
- func (m *Module) HandleMsgExec(index int, _ *authz.MsgExec, _ int, executedMsg sdk.Msg, tx *juno.Tx) error
- func (m *Module) HandleMsgGrantAllowance(tx *juno.Tx, msg *feegranttypes.MsgGrantAllowance) error
- func (m *Module) HandleMsgRevokeAllowance(tx *juno.Tx, msg *feegranttypes.MsgRevokeAllowance) error
- func (m *Module) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represent x/feegrant module
func (*Module) HandleBlock ¶
func (m *Module) HandleBlock( block *tmctypes.ResultBlock, res *tmctypes.ResultBlockResults, _ []*juno.Tx, _ *tmctypes.ResultValidators, ) error
HandleBlock implements BlockModule
func (*Module) HandleMsgExec ¶ added in v1.0.3
func (m *Module) HandleMsgExec(index int, _ *authz.MsgExec, _ int, executedMsg sdk.Msg, tx *juno.Tx) error
HandleMsgExec implements modules.AuthzMessageModule
func (*Module) HandleMsgGrantAllowance ¶
func (m *Module) HandleMsgGrantAllowance(tx *juno.Tx, msg *feegranttypes.MsgGrantAllowance) error
HandleMsgGrantAllowance allows to properly handle a MsgGrantAllowance
func (*Module) HandleMsgRevokeAllowance ¶
func (m *Module) HandleMsgRevokeAllowance(tx *juno.Tx, msg *feegranttypes.MsgRevokeAllowance) error
HandleMsgRevokeAllowance allows to properly handle a MsgRevokeAllowance
Click to show internal directories.
Click to hide internal directories.