Documentation ¶
Index ¶
- Constants
- type BeaconBlobSidecar
- type BeaconCommittee
- type BeaconP2PAttestation
- type BeaconProposerDuty
- type DebugForkChoice
- type DebugForkChoiceReorg
- type DebugForkChoiceReorgV2
- type DebugForkChoiceV2
- type EventsAttestation
- type EventsAttestationV2
- type EventsBlobSidecar
- type EventsBlock
- type EventsBlockV2
- type EventsChainReorg
- type EventsChainReorgV2
- type EventsContributionAndProof
- func (b *EventsContributionAndProof) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
- func (b *EventsContributionAndProof) Filter(ctx context.Context) bool
- func (b *EventsContributionAndProof) Type() string
- func (b *EventsContributionAndProof) Validate(ctx context.Context) error
- type EventsContributionAndProofV2
- func (b *EventsContributionAndProofV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
- func (b *EventsContributionAndProofV2) Filter(ctx context.Context) bool
- func (b *EventsContributionAndProofV2) Type() string
- func (b *EventsContributionAndProofV2) Validate(ctx context.Context) error
- type EventsFinalizedCheckpoint
- func (b *EventsFinalizedCheckpoint) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
- func (b *EventsFinalizedCheckpoint) Filter(ctx context.Context) bool
- func (b *EventsFinalizedCheckpoint) Type() string
- func (b *EventsFinalizedCheckpoint) Validate(ctx context.Context) error
- type EventsFinalizedCheckpointV2
- func (b *EventsFinalizedCheckpointV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
- func (b *EventsFinalizedCheckpointV2) Filter(ctx context.Context) bool
- func (b *EventsFinalizedCheckpointV2) Type() string
- func (b *EventsFinalizedCheckpointV2) Validate(ctx context.Context) error
- type EventsHead
- type EventsHeadV2
- type EventsVoluntaryExit
- type EventsVoluntaryExitV2
- type ValidatorAttestationData
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) Type ¶
func (b *BeaconBlobSidecar) Type() string
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) Type ¶
func (b *BeaconCommittee) Type() string
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 (b *BeaconP2PAttestation) Filter(_ context.Context) bool
func (*BeaconP2PAttestation) Type ¶ added in v0.0.134
func (b *BeaconP2PAttestation) Type() string
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
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) Type ¶
func (b *DebugForkChoice) Type() string
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) Type ¶
func (b *DebugForkChoiceReorg) Type() string
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 (b *DebugForkChoiceReorgV2) Filter(_ context.Context) bool
func (*DebugForkChoiceReorgV2) Type ¶
func (b *DebugForkChoiceReorgV2) Type() string
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) Type ¶
func (b *DebugForkChoiceV2) Type() string
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) Type ¶
func (b *EventsAttestation) Type() string
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) Type ¶
func (b *EventsAttestationV2) Type() string
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) Type ¶
func (b *EventsBlobSidecar) Type() string
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) Type ¶
func (b *EventsBlock) Type() string
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) Type ¶
func (b *EventsBlockV2) Type() string
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) Type ¶
func (b *EventsChainReorg) Type() string
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) Type ¶
func (b *EventsChainReorgV2) Type() string
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 (b *EventsContributionAndProof) Filter(ctx context.Context) bool
func (*EventsContributionAndProof) Type ¶
func (b *EventsContributionAndProof) Type() string
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 (b *EventsContributionAndProofV2) Filter(ctx context.Context) bool
func (*EventsContributionAndProofV2) Type ¶
func (b *EventsContributionAndProofV2) Type() string
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 (b *EventsFinalizedCheckpoint) Filter(ctx context.Context) bool
func (*EventsFinalizedCheckpoint) Type ¶
func (b *EventsFinalizedCheckpoint) Type() string
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 (b *EventsFinalizedCheckpointV2) Filter(ctx context.Context) bool
func (*EventsFinalizedCheckpointV2) Type ¶
func (b *EventsFinalizedCheckpointV2) Type() string
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) Type ¶
func (b *EventsHead) Type() string
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) Type ¶
func (b *EventsHeadV2) Type() string
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) Type ¶
func (b *EventsVoluntaryExit) Type() string
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
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 (b *ValidatorAttestationData) Filter(_ context.Context) bool
func (*ValidatorAttestationData) Type ¶
func (b *ValidatorAttestationData) Type() string
Source Files ¶
- beacon_blob_sidecar.go
- beacon_committee.go
- beacon_p2p_attestation.go
- beacon_proposer_duty.go
- debug_fork_choice.go
- debug_fork_choice_reorg.go
- debug_fork_choice_reorg_v2.go
- debug_fork_choice_v2.go
- events_attestation.go
- events_attestation_v2.go
- events_blob_sidecar.go
- events_block.go
- events_block_v2.go
- events_chain_reorg.go
- events_chain_reorg_v2.go
- events_contribution_and_proof.go
- events_contribution_and_proof_v2.go
- events_finalized_checkpoint.go
- events_finalized_checkpoint_v2.go
- events_head.go
- events_head_v2.go
- events_voluntary_exit.go
- events_voluntary_exit_v2.go
- validator_attestation_data.go
Click to show internal directories.
Click to hide internal directories.