mint

package
v0.0.0-...-82415a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2021 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleBlock

func HandleBlock(block *tmctypes.ResultBlock, mintClient minttypes.QueryClient, db *database.Db) error

HandleBlock represents a method that is called each time a new block is created

func RegisterPeriodicOps

func RegisterPeriodicOps(scheduler *gocron.Scheduler, minClient minttypes.QueryClient, db *database.Db) error

RegisterPeriodicOps 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 represent database/mint module

func NewModule

func NewModule(mintClient minttypes.QueryClient, db *database.Db) *Module

NewModule returns a new Module instance

func (*Module) HandleBlock

func (m *Module) HandleBlock(block *tmctypes.ResultBlock, _ []*juno.Tx, _ *tmctypes.ResultValidators) error

HandleBlock implements modules.BlockModule

func (*Module) Name

func (m *Module) Name() string

Name implements modules.Module

func (*Module) RegisterPeriodicOperations

func (m *Module) RegisterPeriodicOperations(scheduler *gocron.Scheduler) error

RegisterPeriodicOperations implements modules.PeriodicOperationsModule

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL