v2

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

Documentation

Index

Constants

View Source
const (
	BeaconBlockAttesterSlashingType = "BEACON_API_ETH_V2_BEACON_BLOCK_ATTESTER_SLASHING"
)
View Source
const (
	BeaconBlockBLSToExecutionChangeType = "BEACON_API_ETH_V2_BEACON_BLOCK_BLS_TO_EXECUTION_CHANGE"
)
View Source
const (
	BeaconBlockDepositType = "BEACON_API_ETH_V2_BEACON_BLOCK_DEPOSIT"
)
View Source
const (
	BeaconBlockElaboratedAttestationType = "BEACON_API_ETH_V2_BEACON_BLOCK_ELABORATED_ATTESTATION"
)
View Source
const (
	BeaconBlockExecutionTransactionType = "BEACON_API_ETH_V2_BEACON_BLOCK_EXECUTION_TRANSACTION"
)
View Source
const (
	BeaconBlockProposerSlashingType = "BEACON_API_ETH_V2_BEACON_BLOCK_PROPOSER_SLASHING"
)
View Source
const (
	BeaconBlockType = "BEACON_API_ETH_V2_BEACON_BLOCK"
)
View Source
const (
	BeaconBlockV2Type = "BEACON_API_ETH_V2_BEACON_BLOCK_V2"
)
View Source
const (
	BeaconBlockVoluntaryExitType = "BEACON_API_ETH_V2_BEACON_BLOCK_VOLUNTARY_EXIT"
)
View Source
const (
	BeaconBlockWithdrawalType = "BEACON_API_ETH_V2_BEACON_BLOCK_WITHDRAWAL"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BeaconBlock

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

func NewBeaconBlock

func NewBeaconBlock(log logrus.FieldLogger, event *xatu.DecoratedEvent, cache store.Cache) *BeaconBlock

func (*BeaconBlock) AppendServerMeta added in v0.0.135

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

func (*BeaconBlock) Filter

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

func (*BeaconBlock) Type

func (b *BeaconBlock) Type() string

func (*BeaconBlock) Validate

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

type BeaconBlockAttesterSlashing

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

func NewBeaconBlockAttesterSlashing

func NewBeaconBlockAttesterSlashing(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconBlockAttesterSlashing

func (*BeaconBlockAttesterSlashing) AppendServerMeta added in v0.0.135

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

func (*BeaconBlockAttesterSlashing) Filter

func (*BeaconBlockAttesterSlashing) Type

func (*BeaconBlockAttesterSlashing) Validate

type BeaconBlockBLSToExecutionChange

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

func (*BeaconBlockBLSToExecutionChange) AppendServerMeta added in v0.0.135

func (*BeaconBlockBLSToExecutionChange) Filter

func (*BeaconBlockBLSToExecutionChange) Type

func (*BeaconBlockBLSToExecutionChange) Validate

type BeaconBlockDeposit

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

func NewBeaconBlockDeposit

func NewBeaconBlockDeposit(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconBlockDeposit

func (*BeaconBlockDeposit) AppendServerMeta added in v0.0.135

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

func (*BeaconBlockDeposit) Filter

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

func (*BeaconBlockDeposit) Type

func (b *BeaconBlockDeposit) Type() string

func (*BeaconBlockDeposit) Validate

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

type BeaconBlockElaboratedAttestation added in v0.0.139

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

func NewBeaconBlockElaboratedAttestation added in v0.0.139

func NewBeaconBlockElaboratedAttestation(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconBlockElaboratedAttestation

func (*BeaconBlockElaboratedAttestation) AppendServerMeta added in v0.0.139

func (*BeaconBlockElaboratedAttestation) Filter added in v0.0.139

func (*BeaconBlockElaboratedAttestation) Type added in v0.0.139

func (*BeaconBlockElaboratedAttestation) Validate added in v0.0.139

type BeaconBlockExecutionTransaction

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

func (*BeaconBlockExecutionTransaction) AppendServerMeta added in v0.0.135

func (*BeaconBlockExecutionTransaction) Filter

func (*BeaconBlockExecutionTransaction) Type

func (*BeaconBlockExecutionTransaction) Validate

type BeaconBlockProposerSlashing

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

func NewBeaconBlockProposerSlashing

func NewBeaconBlockProposerSlashing(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconBlockProposerSlashing

func (*BeaconBlockProposerSlashing) AppendServerMeta added in v0.0.135

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

func (*BeaconBlockProposerSlashing) Filter

func (*BeaconBlockProposerSlashing) Type

func (*BeaconBlockProposerSlashing) Validate

type BeaconBlockV2

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

func NewBeaconBlockV2

func NewBeaconBlockV2(log logrus.FieldLogger, event *xatu.DecoratedEvent, cache store.Cache) *BeaconBlockV2

func (*BeaconBlockV2) AppendServerMeta added in v0.0.135

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

func (*BeaconBlockV2) Filter

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

func (*BeaconBlockV2) Type

func (b *BeaconBlockV2) Type() string

func (*BeaconBlockV2) Validate

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

type BeaconBlockVoluntaryExit

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

func NewBeaconBlockVoluntaryExit

func NewBeaconBlockVoluntaryExit(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconBlockVoluntaryExit

func (*BeaconBlockVoluntaryExit) AppendServerMeta added in v0.0.135

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

func (*BeaconBlockVoluntaryExit) Filter

func (*BeaconBlockVoluntaryExit) Type

func (b *BeaconBlockVoluntaryExit) Type() string

func (*BeaconBlockVoluntaryExit) Validate

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

type BeaconBlockWithdrawal

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

func NewBeaconBlockWithdrawal

func NewBeaconBlockWithdrawal(log logrus.FieldLogger, event *xatu.DecoratedEvent) *BeaconBlockWithdrawal

func (*BeaconBlockWithdrawal) AppendServerMeta added in v0.0.135

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

func (*BeaconBlockWithdrawal) Filter

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

func (*BeaconBlockWithdrawal) Type

func (b *BeaconBlockWithdrawal) Type() string

func (*BeaconBlockWithdrawal) Validate

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

Jump to

Keyboard shortcuts

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