Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepositIndexer ¶
type DepositIndexer struct {
// contains filtered or unexported fields
}
func NewDepositIndexer ¶
func NewDepositIndexer(indexer *IndexerCtx) *DepositIndexer
type IndexerCtx ¶
type IndexerCtx struct {
// contains filtered or unexported fields
}
func NewIndexerCtx ¶
func NewIndexerCtx(logger logrus.FieldLogger, executionPool *execution.Pool, consensusPool *consensus.Pool, beaconIndexer *beacon.Indexer) *IndexerCtx
NewIndexerCtx creates a new IndexerCtx
func (*IndexerCtx) AddClientInfo ¶
func (ictx *IndexerCtx) AddClientInfo(client *execution.Client, priority int, archive bool)
Click to show internal directories.
Click to hide internal directories.