v1

package
v0.0.169 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: GPL-3.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ProposerDutyDeriverName = xatu.CannonType_BEACON_API_ETH_V1_PROPOSER_DUTY
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BeaconBlobDeriver

type BeaconBlobDeriver struct {
	// contains filtered or unexported fields
}

func (*BeaconBlobDeriver) ActivationFork added in v0.0.140

func (b *BeaconBlobDeriver) ActivationFork() string

func (*BeaconBlobDeriver) CannonType

func (b *BeaconBlobDeriver) CannonType() xatu.CannonType

func (*BeaconBlobDeriver) Name

func (b *BeaconBlobDeriver) Name() string

func (*BeaconBlobDeriver) OnEventsDerived

func (b *BeaconBlobDeriver) OnEventsDerived(ctx context.Context, fn func(ctx context.Context, events []*xatu.DecoratedEvent) error)

func (*BeaconBlobDeriver) Start

func (b *BeaconBlobDeriver) Start(ctx context.Context) error

func (*BeaconBlobDeriver) Stop

func (b *BeaconBlobDeriver) Stop(ctx context.Context) error

type BeaconBlobDeriverConfig

type BeaconBlobDeriverConfig struct {
	Enabled bool `yaml:"enabled" default:"true"`
}

type ProposerDutyDeriver added in v0.0.136

type ProposerDutyDeriver struct {
	// contains filtered or unexported fields
}

func NewProposerDutyDeriver added in v0.0.136

func NewProposerDutyDeriver(log logrus.FieldLogger, config *ProposerDutyDeriverConfig, iter *iterator.BackfillingCheckpoint, beacon *ethereum.BeaconNode, clientMeta *xatu.ClientMeta) *ProposerDutyDeriver

func (*ProposerDutyDeriver) ActivationFork added in v0.0.140

func (b *ProposerDutyDeriver) ActivationFork() string

func (*ProposerDutyDeriver) CannonType added in v0.0.136

func (b *ProposerDutyDeriver) CannonType() xatu.CannonType

func (*ProposerDutyDeriver) Name added in v0.0.136

func (b *ProposerDutyDeriver) Name() string

func (*ProposerDutyDeriver) OnEventsDerived added in v0.0.136

func (b *ProposerDutyDeriver) OnEventsDerived(ctx context.Context, fn func(ctx context.Context, events []*xatu.DecoratedEvent) error)

func (*ProposerDutyDeriver) Start added in v0.0.136

func (b *ProposerDutyDeriver) Start(ctx context.Context) error

func (*ProposerDutyDeriver) Stop added in v0.0.136

type ProposerDutyDeriverConfig added in v0.0.136

type ProposerDutyDeriverConfig struct {
	Enabled bool `yaml:"enabled" default:"true"`
}

Jump to

Keyboard shortcuts

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