Documentation ¶
Index ¶
- func HandleBlock(cfg *config.Config, block *tmctypes.ResultBlock, client distrtypes.QueryClient, ...) error
- func HandleMsg(tx *juno.Tx, msg sdk.Msg, distrClient distrtypes.QueryClient, ...) error
- func RegisterPeriodicOps(scheduler *gocron.Scheduler, distrClient distrtypes.QueryClient, ...) error
- type Module
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleBlock ¶
func HandleBlock(cfg *config.Config, block *tmctypes.ResultBlock, client distrtypes.QueryClient, db *database.Db) error
HandleBlock represents a method that is called each time a new block is created
func HandleMsg ¶
func HandleMsg( tx *juno.Tx, msg sdk.Msg, distrClient distrtypes.QueryClient, bankClient banktypes.QueryClient, db *database.Db, ) error
HandleMsg allows to handle the different utils related to the distribution module
func RegisterPeriodicOps ¶
func RegisterPeriodicOps( scheduler *gocron.Scheduler, distrClient distrtypes.QueryClient, db *database.Db, ) error
RegisterPeriodicOps registers the additional utils that periodically run
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represents the x/distr module
func NewModule ¶
func NewModule(cfg *config.Config, bankClient banktypes.QueryClient, distrClient distrtypes.QueryClient, db *database.Db) *Module
NewModule returns a new Module instance
func (*Module) HandleBlock ¶
func (m *Module) HandleBlock(b *tmctypes.ResultBlock, _ []*types.Tx, _ *tmctypes.ResultValidators) error
HandleBlock implements modules.BlockModule
Source Files ¶
Click to show internal directories.
Click to hide internal directories.