Documentation ¶
Index ¶
- Constants
- type BeaconBlobSidecar
- type BeaconCommittee
- type DebugForkChoice
- type DebugForkChoiceReorg
- type DebugForkChoiceReorgV2
- type DebugForkChoiceV2
- type EventsAttestation
- type EventsAttestationV2
- type EventsBlobSidecar
- type EventsBlock
- type EventsBlockV2
- type EventsChainReorg
- type EventsChainReorgV2
- type EventsContributionAndProof
- type EventsContributionAndProofV2
- type EventsFinalizedCheckpoint
- type EventsFinalizedCheckpointV2
- 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 (
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) 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) Type ¶
func (b *BeaconCommittee) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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
- 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.