Documentation
¶
Overview ¶
Package backfill provides a command to backfill the consumer database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainBackfiller ¶
type ChainBackfiller struct {
// contains filtered or unexported fields
}
ChainBackfiller is an explorer backfiller for a chain.
func NewChainBackfiller ¶
func NewChainBackfiller(chainID uint32, consumerDB db.ConsumerDB, fetchBlockIncrement uint64, bridgeParser *consumer.BridgeParser, bridgeAddress common.Address, swapParsers map[common.Address]*consumer.SwapParser, fetcher consumer.Fetcher, bridgeConfigAddress common.Address) *ChainBackfiller
NewChainBackfiller creates a new backfiller for a chain.
Click to show internal directories.
Click to hide internal directories.