Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleBlock ¶
func HandleBlock(block *tmctypes.ResultBlock, client distrtypes.QueryClient, db *database.BigDipperDb) error
HandleBlock represents a method that is called each time a new block is created
func RegisterPeriodicOps ¶
func RegisterPeriodicOps( scheduler *gocron.Scheduler, distrClient distrtypes.QueryClient, db *database.BigDipperDb, ) error
PeriodicStakingOperations returns the AdditionalOperation that periodically runs fetches from the LCD to make sure that constantly changing data are synced properly.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module represents the x/distr module
func NewModule ¶
func NewModule(grpConnection *grpc.ClientConn, db *database.BigDipperDb) *Module
NewModule returns a new Module instance
func (*Module) HandleBlock ¶
func (m *Module) HandleBlock(b *tmctypes.ResultBlock, _ []*types.Tx, vals *tmctypes.ResultValidators) error
HandleBlock implements modules.Module
Click to show internal directories.
Click to hide internal directories.