Documentation
¶
Index ¶
- type PoolMock
- func (*PoolMock) AggregateUnaggregatedAttestations(_ context.Context) error
- func (*PoolMock) AggregateUnaggregatedAttestationsBySlotIndex(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) error
- func (*PoolMock) AggregatedAttestationCount() int
- func (m *PoolMock) AggregatedAttestations() []ethpb.Att
- func (*PoolMock) AggregatedAttestationsBySlotIndex(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.Attestation
- func (*PoolMock) AggregatedAttestationsBySlotIndexElectra(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.AttestationElectra
- func (*PoolMock) BlockAttestations() []ethpb.Att
- func (*PoolMock) DeleteAggregatedAttestation(_ ethpb.Att) error
- func (*PoolMock) DeleteBlockAttestation(_ ethpb.Att) error
- func (*PoolMock) DeleteForkchoiceAttestation(_ ethpb.Att) error
- func (*PoolMock) DeleteSeenUnaggregatedAttestations() (int, error)
- func (*PoolMock) DeleteUnaggregatedAttestation(_ ethpb.Att) error
- func (*PoolMock) ForkchoiceAttestationCount() int
- func (*PoolMock) ForkchoiceAttestations() []ethpb.Att
- func (*PoolMock) HasAggregatedAttestation(_ ethpb.Att) (bool, error)
- func (*PoolMock) SaveAggregatedAttestation(_ ethpb.Att) error
- func (m *PoolMock) SaveAggregatedAttestations(atts []ethpb.Att) error
- func (*PoolMock) SaveBlockAttestation(_ ethpb.Att) error
- func (*PoolMock) SaveBlockAttestations(_ []ethpb.Att) error
- func (*PoolMock) SaveForkchoiceAttestation(_ ethpb.Att) error
- func (*PoolMock) SaveForkchoiceAttestations(_ []ethpb.Att) error
- func (*PoolMock) SaveUnaggregatedAttestation(_ ethpb.Att) error
- func (m *PoolMock) SaveUnaggregatedAttestations(atts []ethpb.Att) error
- func (*PoolMock) UnaggregatedAttestationCount() int
- func (m *PoolMock) UnaggregatedAttestations() ([]ethpb.Att, error)
- func (*PoolMock) UnaggregatedAttestationsBySlotIndex(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.Attestation
- func (*PoolMock) UnaggregatedAttestationsBySlotIndexElectra(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.AttestationElectra
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoolMock ¶
PoolMock --
func (*PoolMock) AggregateUnaggregatedAttestations ¶
AggregateUnaggregatedAttestations --
func (*PoolMock) AggregateUnaggregatedAttestationsBySlotIndex ¶
func (*PoolMock) AggregateUnaggregatedAttestationsBySlotIndex(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) error
AggregateUnaggregatedAttestationsBySlotIndex --
func (*PoolMock) AggregatedAttestationCount ¶
AggregatedAttestationCount --
func (*PoolMock) AggregatedAttestations ¶
AggregatedAttestations --
func (*PoolMock) AggregatedAttestationsBySlotIndex ¶
func (*PoolMock) AggregatedAttestationsBySlotIndex(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.Attestation
AggregatedAttestationsBySlotIndex --
func (*PoolMock) AggregatedAttestationsBySlotIndexElectra ¶ added in v5.2.0
func (*PoolMock) AggregatedAttestationsBySlotIndexElectra(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.AttestationElectra
AggregatedAttestationsBySlotIndexElectra --
func (*PoolMock) BlockAttestations ¶
BlockAttestations --
func (*PoolMock) DeleteAggregatedAttestation ¶
DeleteAggregatedAttestation --
func (*PoolMock) DeleteBlockAttestation ¶
DeleteBlockAttestation --
func (*PoolMock) DeleteForkchoiceAttestation ¶
DeleteForkchoiceAttestation --
func (*PoolMock) DeleteSeenUnaggregatedAttestations ¶
DeleteSeenUnaggregatedAttestations --
func (*PoolMock) DeleteUnaggregatedAttestation ¶
DeleteUnaggregatedAttestation --
func (*PoolMock) ForkchoiceAttestationCount ¶
ForkchoiceAttestationCount --
func (*PoolMock) ForkchoiceAttestations ¶
ForkchoiceAttestations --
func (*PoolMock) HasAggregatedAttestation ¶
HasAggregatedAttestation --
func (*PoolMock) SaveAggregatedAttestation ¶
SaveAggregatedAttestation --
func (*PoolMock) SaveAggregatedAttestations ¶
SaveAggregatedAttestations --
func (*PoolMock) SaveBlockAttestation ¶
SaveBlockAttestation --
func (*PoolMock) SaveBlockAttestations ¶
SaveBlockAttestations --
func (*PoolMock) SaveForkchoiceAttestation ¶
SaveForkchoiceAttestation --
func (*PoolMock) SaveForkchoiceAttestations ¶
SaveForkchoiceAttestations --
func (*PoolMock) SaveUnaggregatedAttestation ¶
SaveUnaggregatedAttestation --
func (*PoolMock) SaveUnaggregatedAttestations ¶
SaveUnaggregatedAttestations --
func (*PoolMock) UnaggregatedAttestationCount ¶
UnaggregatedAttestationCount --
func (*PoolMock) UnaggregatedAttestations ¶
UnaggregatedAttestations --
func (*PoolMock) UnaggregatedAttestationsBySlotIndex ¶
func (*PoolMock) UnaggregatedAttestationsBySlotIndex(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.Attestation
UnaggregatedAttestationsBySlotIndex --
func (*PoolMock) UnaggregatedAttestationsBySlotIndexElectra ¶ added in v5.2.0
func (*PoolMock) UnaggregatedAttestationsBySlotIndexElectra(_ context.Context, _ primitives.Slot, _ primitives.CommitteeIndex) []*ethpb.AttestationElectra
UnaggregatedAttestationsBySlotIndexElectra --