Documentation ¶
Overview ¶
Package node contains the node for the explorer service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExplorerBackfiller ¶
type ExplorerBackfiller struct { // ChainBackfillers is a mapping of chain IDs -> chain backfillers. ChainBackfillers map[uint32]*backfill.ChainBackfiller // contains filtered or unexported fields }
ExplorerBackfiller is a backfiller that aggregates all backfilling from ChainBackfillers.
func NewExplorerBackfiller ¶
func NewExplorerBackfiller(consumerDB db.ConsumerDB, config config.Config, clients map[uint32]bind.ContractBackend, handler metrics.Handler) (*ExplorerBackfiller, error)
NewExplorerBackfiller creates a new backfiller for the explorer.
nolint:gocognit
Click to show internal directories.
Click to hide internal directories.