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: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BeaconBlobSidecarType = "BEACON_API_ETH_V1_BEACON_BLOB_SIDECAR"
)
View Source
const (
	BeaconCommitteeType = "BEACON_API_ETH_V1_BEACON_COMMITTEE"
)
View Source
const (
	BeaconP2PAttestationType = "BEACON_P2P_ATTESTATION"
)
View Source
const (
	BeaconProposerDutyType = "BEACON_API_ETH_V1_PROPOSER_DUTY"
)
View Source
const (
	DebugForkChoiceReorgType = "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG"
)
View Source
const (
	DebugForkChoiceReorgV2Type = "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_REORG_V2"
)
View Source
const (
	DebugForkChoiceType = "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE"
)
View Source
const (
	DebugForkChoiceV2Type = "BEACON_API_ETH_V1_DEBUG_FORK_CHOICE_V2"
)
View Source
const (
	EventsAttestationType = "BEACON_API_ETH_V1_EVENTS_ATTESTATION"
)
View Source
const (
	EventsAttestationV2Type = "BEACON_API_ETH_V1_EVENTS_ATTESTATION_V2"
)
View Source
const (
	EventsBlobSidecarType = "BEACON_API_ETH_V1_EVENTS_BLOB_SIDECAR"
)
View Source
const (
	EventsBlockType = "BEACON_API_ETH_V1_EVENTS_BLOCK"
)
View Source
const (
	EventsBlockV2Type = "BEACON_API_ETH_V1_EVENTS_BLOCK_V2"
)
View Source
const (
	EventsChainReorgType = "BEACON_API_ETH_V1_EVENTS_CHAIN_REORG"
)
View Source
const (
	EventsChainReorgV2Type = "BEACON_API_ETH_V1_EVENTS_CHAIN_REORG_V2"
)
View Source
const (
	EventsContributionAndProofType = "BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF"
)
View Source
const (
	EventsContributionAndProofV2Type = "BEACON_API_ETH_V1_EVENTS_CONTRIBUTION_AND_PROOF_V2"
)
View Source
const (
	EventsFinalizedCheckpointType = "BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT"
)
View Source
const (
	EventsFinalizedCheckpointV2Type = "BEACON_API_ETH_V1_EVENTS_FINALIZED_CHECKPOINT_V2"
)
View Source
const (
	EventsHeadType = "BEACON_API_ETH_V1_EVENTS_HEAD"
)
View Source
const (
	EventsHeadV2Type = "BEACON_API_ETH_V1_EVENTS_HEAD_V2"
)
View Source
const (
	EventsVoluntaryExitType = "BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT"
)
View Source
const (
	EventsVoluntaryExitV2Type = "BEACON_API_ETH_V1_EVENTS_VOLUNTARY_EXIT_V2"
)
View Source
const (
	ValidatorAttestationDataType = "BEACON_API_ETH_V1_VALIDATOR_ATTESTATION_DATA"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BeaconBlobSidecar

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

func NewBeaconBlobSidecar

func NewBeaconBlobSidecar(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconBlobSidecar

func (*BeaconBlobSidecar) AppendServerMeta added in v0.0.135

func (b *BeaconBlobSidecar) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*BeaconBlobSidecar) Filter

func (b *BeaconBlobSidecar) Filter(_ context.Context) bool

func (*BeaconBlobSidecar) Type

func (b *BeaconBlobSidecar) Type() string

func (*BeaconBlobSidecar) Validate

func (b *BeaconBlobSidecar) Validate(_ context.Context) error

type BeaconCommittee

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

func NewBeaconCommittee

func NewBeaconCommittee(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconCommittee

func (*BeaconCommittee) AppendServerMeta added in v0.0.135

func (b *BeaconCommittee) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*BeaconCommittee) Filter

func (b *BeaconCommittee) Filter(_ context.Context) bool

func (*BeaconCommittee) Type

func (b *BeaconCommittee) Type() string

func (*BeaconCommittee) Validate

func (b *BeaconCommittee) Validate(_ context.Context) error

type BeaconP2PAttestation added in v0.0.134

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

func NewBeaconP2PAttestation added in v0.0.134

func NewBeaconP2PAttestation(log logrus.FieldLogger, event *xatu.DecoratedEvent, geoipProvider geoip.Provider) *BeaconP2PAttestation

func (*BeaconP2PAttestation) AppendServerMeta added in v0.0.135

func (b *BeaconP2PAttestation) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*BeaconP2PAttestation) Filter added in v0.0.134

func (*BeaconP2PAttestation) Type added in v0.0.134

func (b *BeaconP2PAttestation) Type() string

func (*BeaconP2PAttestation) Validate added in v0.0.134

func (b *BeaconP2PAttestation) Validate(_ context.Context) error

type BeaconProposerDuty added in v0.0.136

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

func NewBeaconProposerDuty added in v0.0.136

func NewBeaconProposerDuty(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconProposerDuty

func (*BeaconProposerDuty) AppendServerMeta added in v0.0.136

func (b *BeaconProposerDuty) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*BeaconProposerDuty) Filter added in v0.0.136

func (b *BeaconProposerDuty) Filter(_ context.Context) bool

func (*BeaconProposerDuty) Type added in v0.0.136

func (b *BeaconProposerDuty) Type() string

func (*BeaconProposerDuty) Validate added in v0.0.136

func (b *BeaconProposerDuty) Validate(_ context.Context) error

type DebugForkChoice

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

func NewDebugForkChoice

func NewDebugForkChoice(log logrus.FieldLogger, event *xatu.DecoratedEvent) *DebugForkChoice

func (*DebugForkChoice) AppendServerMeta added in v0.0.135

func (b *DebugForkChoice) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*DebugForkChoice) Filter

func (b *DebugForkChoice) Filter(_ context.Context) bool

func (*DebugForkChoice) Type

func (b *DebugForkChoice) Type() string

func (*DebugForkChoice) Validate

func (b *DebugForkChoice) Validate(_ context.Context) error

type DebugForkChoiceReorg

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

func NewDebugForkChoiceReorg

func NewDebugForkChoiceReorg(log logrus.FieldLogger, event *xatu.DecoratedEvent) *DebugForkChoiceReorg

func (*DebugForkChoiceReorg) AppendServerMeta added in v0.0.135

func (b *DebugForkChoiceReorg) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*DebugForkChoiceReorg) Filter

func (*DebugForkChoiceReorg) Type

func (b *DebugForkChoiceReorg) Type() string

func (*DebugForkChoiceReorg) Validate

func (b *DebugForkChoiceReorg) Validate(_ context.Context) error

type DebugForkChoiceReorgV2

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

func NewDebugForkChoiceReorgV2

func NewDebugForkChoiceReorgV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *DebugForkChoiceReorgV2

func (*DebugForkChoiceReorgV2) AppendServerMeta added in v0.0.135

func (b *DebugForkChoiceReorgV2) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*DebugForkChoiceReorgV2) Filter

func (*DebugForkChoiceReorgV2) Type

func (b *DebugForkChoiceReorgV2) Type() string

func (*DebugForkChoiceReorgV2) Validate

type DebugForkChoiceV2

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

func NewDebugForkChoiceV2

func NewDebugForkChoiceV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *DebugForkChoiceV2

func (*DebugForkChoiceV2) AppendServerMeta added in v0.0.135

func (b *DebugForkChoiceV2) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*DebugForkChoiceV2) Filter

func (b *DebugForkChoiceV2) Filter(_ context.Context) bool

func (*DebugForkChoiceV2) Type

func (b *DebugForkChoiceV2) Type() string

func (*DebugForkChoiceV2) Validate

func (b *DebugForkChoiceV2) Validate(_ context.Context) error

type EventsAttestation

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

func NewEventsAttestation

func NewEventsAttestation(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsAttestation

func (*EventsAttestation) AppendServerMeta added in v0.0.135

func (b *EventsAttestation) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsAttestation) Filter

func (b *EventsAttestation) Filter(ctx context.Context) bool

func (*EventsAttestation) Type

func (b *EventsAttestation) Type() string

func (*EventsAttestation) Validate

func (b *EventsAttestation) Validate(ctx context.Context) error

type EventsAttestationV2

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

func NewEventsAttestationV2

func NewEventsAttestationV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsAttestationV2

func (*EventsAttestationV2) AppendServerMeta added in v0.0.135

func (b *EventsAttestationV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsAttestationV2) Filter

func (b *EventsAttestationV2) Filter(ctx context.Context) bool

func (*EventsAttestationV2) Type

func (b *EventsAttestationV2) Type() string

func (*EventsAttestationV2) Validate

func (b *EventsAttestationV2) Validate(ctx context.Context) error

type EventsBlobSidecar

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

func NewEventsBlobSidecar

func NewEventsBlobSidecar(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsBlobSidecar

func (*EventsBlobSidecar) AppendServerMeta added in v0.0.135

func (b *EventsBlobSidecar) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsBlobSidecar) Filter

func (b *EventsBlobSidecar) Filter(ctx context.Context) bool

func (*EventsBlobSidecar) Type

func (b *EventsBlobSidecar) Type() string

func (*EventsBlobSidecar) Validate

func (b *EventsBlobSidecar) Validate(ctx context.Context) error

type EventsBlock

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

func NewEventsBlock

func NewEventsBlock(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsBlock

func (*EventsBlock) AppendServerMeta added in v0.0.135

func (b *EventsBlock) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsBlock) Filter

func (b *EventsBlock) Filter(ctx context.Context) bool

func (*EventsBlock) Type

func (b *EventsBlock) Type() string

func (*EventsBlock) Validate

func (b *EventsBlock) Validate(ctx context.Context) error

type EventsBlockV2

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

func NewEventsBlockV2

func NewEventsBlockV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsBlockV2

func (*EventsBlockV2) AppendServerMeta added in v0.0.135

func (b *EventsBlockV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsBlockV2) Filter

func (b *EventsBlockV2) Filter(ctx context.Context) bool

func (*EventsBlockV2) Type

func (b *EventsBlockV2) Type() string

func (*EventsBlockV2) Validate

func (b *EventsBlockV2) Validate(ctx context.Context) error

type EventsChainReorg

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

func NewEventsChainReorg

func NewEventsChainReorg(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsChainReorg

func (*EventsChainReorg) AppendServerMeta added in v0.0.135

func (b *EventsChainReorg) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsChainReorg) Filter

func (b *EventsChainReorg) Filter(ctx context.Context) bool

func (*EventsChainReorg) Type

func (b *EventsChainReorg) Type() string

func (*EventsChainReorg) Validate

func (b *EventsChainReorg) Validate(ctx context.Context) error

type EventsChainReorgV2

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

func NewEventsChainReorgV2

func NewEventsChainReorgV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsChainReorgV2

func (*EventsChainReorgV2) AppendServerMeta added in v0.0.135

func (b *EventsChainReorgV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsChainReorgV2) Filter

func (b *EventsChainReorgV2) Filter(ctx context.Context) bool

func (*EventsChainReorgV2) Type

func (b *EventsChainReorgV2) Type() string

func (*EventsChainReorgV2) Validate

func (b *EventsChainReorgV2) Validate(ctx context.Context) error

type EventsContributionAndProof

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

func NewEventsContributionAndProof

func NewEventsContributionAndProof(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsContributionAndProof

func (*EventsContributionAndProof) AppendServerMeta added in v0.0.135

func (b *EventsContributionAndProof) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsContributionAndProof) Filter

func (*EventsContributionAndProof) Type

func (*EventsContributionAndProof) Validate

type EventsContributionAndProofV2

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

func NewEventsContributionAndProofV2

func NewEventsContributionAndProofV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsContributionAndProofV2

func (*EventsContributionAndProofV2) AppendServerMeta added in v0.0.135

func (b *EventsContributionAndProofV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsContributionAndProofV2) Filter

func (*EventsContributionAndProofV2) Type

func (*EventsContributionAndProofV2) Validate

type EventsFinalizedCheckpoint

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

func NewEventsFinalizedCheckpoint

func NewEventsFinalizedCheckpoint(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsFinalizedCheckpoint

func (*EventsFinalizedCheckpoint) AppendServerMeta added in v0.0.135

func (b *EventsFinalizedCheckpoint) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsFinalizedCheckpoint) Filter

func (*EventsFinalizedCheckpoint) Type

func (*EventsFinalizedCheckpoint) Validate

type EventsFinalizedCheckpointV2

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

func NewEventsFinalizedCheckpointV2

func NewEventsFinalizedCheckpointV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsFinalizedCheckpointV2

func (*EventsFinalizedCheckpointV2) AppendServerMeta added in v0.0.135

func (b *EventsFinalizedCheckpointV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsFinalizedCheckpointV2) Filter

func (*EventsFinalizedCheckpointV2) Type

func (*EventsFinalizedCheckpointV2) Validate

type EventsHead

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

func NewEventsHead

func NewEventsHead(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsHead

func (*EventsHead) AppendServerMeta added in v0.0.135

func (b *EventsHead) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsHead) Filter

func (b *EventsHead) Filter(ctx context.Context) bool

func (*EventsHead) Type

func (b *EventsHead) Type() string

func (*EventsHead) Validate

func (b *EventsHead) Validate(ctx context.Context) error

type EventsHeadV2

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

func NewEventsHeadV2

func NewEventsHeadV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsHeadV2

func (*EventsHeadV2) AppendServerMeta added in v0.0.135

func (b *EventsHeadV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsHeadV2) Filter

func (b *EventsHeadV2) Filter(ctx context.Context) bool

func (*EventsHeadV2) Type

func (b *EventsHeadV2) Type() string

func (*EventsHeadV2) Validate

func (b *EventsHeadV2) Validate(ctx context.Context) error

type EventsVoluntaryExit

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

func NewEventsVoluntaryExit

func NewEventsVoluntaryExit(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsVoluntaryExit

func (*EventsVoluntaryExit) AppendServerMeta added in v0.0.135

func (b *EventsVoluntaryExit) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsVoluntaryExit) Filter

func (b *EventsVoluntaryExit) Filter(ctx context.Context) bool

func (*EventsVoluntaryExit) Type

func (b *EventsVoluntaryExit) Type() string

func (*EventsVoluntaryExit) Validate

func (b *EventsVoluntaryExit) Validate(ctx context.Context) error

type EventsVoluntaryExitV2

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

func NewEventsVoluntaryExitV2

func NewEventsVoluntaryExitV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *EventsVoluntaryExitV2

func (*EventsVoluntaryExitV2) AppendServerMeta added in v0.0.135

func (b *EventsVoluntaryExitV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*EventsVoluntaryExitV2) Filter

func (b *EventsVoluntaryExitV2) Filter(ctx context.Context) bool

func (*EventsVoluntaryExitV2) Type

func (b *EventsVoluntaryExitV2) Type() string

func (*EventsVoluntaryExitV2) Validate

func (b *EventsVoluntaryExitV2) Validate(ctx context.Context) error

type ValidatorAttestationData

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

func NewValidatorAttestationData

func NewValidatorAttestationData(log logrus.FieldLogger, event *xatu.DecoratedEvent) *ValidatorAttestationData

func (*ValidatorAttestationData) AppendServerMeta added in v0.0.135

func (b *ValidatorAttestationData) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta

func (*ValidatorAttestationData) Filter

func (*ValidatorAttestationData) Type

func (b *ValidatorAttestationData) Type() string

func (*ValidatorAttestationData) Validate

Jump to

Keyboard shortcuts

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