Documentation ¶
Overview ¶
Package backfill provides a command to backfill the consumer database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChainBackfiller ¶
type ChainBackfiller struct { // Fetcher is the Fetcher to use to fetch logs. Fetcher fetcher.ScribeFetcher // contains filtered or unexported fields }
ChainBackfiller is an explorer backfiller for a chain.
func NewChainBackfiller ¶
func NewChainBackfiller(consumerDB db.ConsumerDB, bridgeParser *parser.BridgeParser, swapParsers map[common.Address]*parser.SwapParser, messageBusParser *parser.MessageBusParser, cctpParser *parser.CCTPParser, fetcher fetcher.ScribeFetcher, chainConfig indexerconfig.ChainConfig) *ChainBackfiller
NewChainBackfiller creates a new backfiller for a chain.
Click to show internal directories.
Click to hide internal directories.