mock_services

package
v1.9.7-0...-ba03429 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2025 License: LGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Package mock_services is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBeaconState

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

MockBeaconState is a mock of BeaconState interface.

func NewMockBeaconState

func NewMockBeaconState(ctrl *gomock.Controller) *MockBeaconState

NewMockBeaconState creates a new mock instance.

func (*MockBeaconState) AddCurrentEpochAtteastation

func (m *MockBeaconState) AddCurrentEpochAtteastation(attestation *solid.PendingAttestation)

AddCurrentEpochAtteastation mocks base method.

func (*MockBeaconState) AddCurrentEpochParticipationFlags

func (m *MockBeaconState) AddCurrentEpochParticipationFlags(flags cltypes.ParticipationFlags)

AddCurrentEpochParticipationFlags mocks base method.

func (*MockBeaconState) AddEth1DataVote

func (m *MockBeaconState) AddEth1DataVote(vote *cltypes.Eth1Data)

AddEth1DataVote mocks base method.

func (*MockBeaconState) AddHistoricalRoot

func (m *MockBeaconState) AddHistoricalRoot(root common.Hash)

AddHistoricalRoot mocks base method.

func (*MockBeaconState) AddHistoricalSummary

func (m *MockBeaconState) AddHistoricalSummary(summary *cltypes.HistoricalSummary)

AddHistoricalSummary mocks base method.

func (*MockBeaconState) AddInactivityScore

func (m *MockBeaconState) AddInactivityScore(score uint64)

AddInactivityScore mocks base method.

func (*MockBeaconState) AddPreviousEpochAttestation

func (m *MockBeaconState) AddPreviousEpochAttestation(attestation *solid.PendingAttestation)

AddPreviousEpochAttestation mocks base method.

func (*MockBeaconState) AddPreviousEpochParticipationAt

func (m *MockBeaconState) AddPreviousEpochParticipationAt(index int, delta byte)

AddPreviousEpochParticipationAt mocks base method.

func (*MockBeaconState) AddPreviousEpochParticipationFlags

func (m *MockBeaconState) AddPreviousEpochParticipationFlags(flags cltypes.ParticipationFlags)

AddPreviousEpochParticipationFlags mocks base method.

func (*MockBeaconState) AddValidator

func (m *MockBeaconState) AddValidator(validator solid.Validator, balance uint64)

AddValidator mocks base method.

func (*MockBeaconState) AppendPendingConsolidation

func (m *MockBeaconState) AppendPendingConsolidation(consolidation *solid.PendingConsolidation)

AppendPendingConsolidation mocks base method.

func (*MockBeaconState) AppendPendingDeposit

func (m *MockBeaconState) AppendPendingDeposit(deposit *solid.PendingDeposit)

AppendPendingDeposit mocks base method.

func (*MockBeaconState) AppendPendingPartialWithdrawal

func (m *MockBeaconState) AppendPendingPartialWithdrawal(withdrawal *solid.PendingPartialWithdrawal)

AppendPendingPartialWithdrawal mocks base method.

func (*MockBeaconState) AppendValidator

func (m *MockBeaconState) AppendValidator(in solid.Validator)

AppendValidator mocks base method.

func (*MockBeaconState) BaseReward

func (m *MockBeaconState) BaseReward(index uint64) (uint64, error)

BaseReward mocks base method.

func (*MockBeaconState) BaseRewardPerIncrement

func (m *MockBeaconState) BaseRewardPerIncrement() uint64

BaseRewardPerIncrement mocks base method.

func (*MockBeaconState) BeaconConfig

func (m *MockBeaconState) BeaconConfig() *clparams.BeaconChainConfig

BeaconConfig mocks base method.

func (*MockBeaconState) BlockRoot

func (m *MockBeaconState) BlockRoot() ([32]byte, error)

BlockRoot mocks base method.

func (*MockBeaconState) BlockRoots

func (m *MockBeaconState) BlockRoots() solid.HashVectorSSZ

BlockRoots mocks base method.

func (*MockBeaconState) Clone

func (m *MockBeaconState) Clone() clonable.Clonable

Clone mocks base method.

func (*MockBeaconState) CommitteeCount

func (m *MockBeaconState) CommitteeCount(epoch uint64) uint64

CommitteeCount mocks base method.

func (*MockBeaconState) ComputeCommittee

func (m *MockBeaconState) ComputeCommittee(indicies []uint64, slot, index, count uint64) ([]uint64, error)

ComputeCommittee mocks base method.

func (*MockBeaconState) ComputeExitEpochAndUpdateChurn

func (m *MockBeaconState) ComputeExitEpochAndUpdateChurn(exitBalance uint64) uint64

ComputeExitEpochAndUpdateChurn mocks base method.

func (*MockBeaconState) ComputeNextSyncCommittee

func (m *MockBeaconState) ComputeNextSyncCommittee() (*solid.SyncCommittee, error)

ComputeNextSyncCommittee mocks base method.

func (*MockBeaconState) CurrentEpochAttestations

func (m *MockBeaconState) CurrentEpochAttestations() *solid.ListSSZ[*solid.PendingAttestation]

CurrentEpochAttestations mocks base method.

func (*MockBeaconState) CurrentEpochAttestationsLength

func (m *MockBeaconState) CurrentEpochAttestationsLength() int

CurrentEpochAttestationsLength mocks base method.

func (*MockBeaconState) CurrentJustifiedCheckpoint

func (m *MockBeaconState) CurrentJustifiedCheckpoint() solid.Checkpoint

CurrentJustifiedCheckpoint mocks base method.

func (*MockBeaconState) CurrentSyncCommittee

func (m *MockBeaconState) CurrentSyncCommittee() *solid.SyncCommittee

CurrentSyncCommittee mocks base method.

func (*MockBeaconState) DebugPrint

func (m *MockBeaconState) DebugPrint(prefix string)

DebugPrint mocks base method.

func (*MockBeaconState) DecodeSSZ

func (m *MockBeaconState) DecodeSSZ(buf []byte, version int) error

DecodeSSZ mocks base method.

func (*MockBeaconState) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBeaconState) EncodeSSZ

func (m *MockBeaconState) EncodeSSZ(buf []byte) ([]byte, error)

EncodeSSZ mocks base method.

func (*MockBeaconState) EncodingSizeSSZ

func (m *MockBeaconState) EncodingSizeSSZ() int

EncodingSizeSSZ mocks base method.

func (*MockBeaconState) EpochParticipation

func (m *MockBeaconState) EpochParticipation(currentEpoch bool) *solid.ParticipationBitList

EpochParticipation mocks base method.

func (*MockBeaconState) EpochParticipationForValidatorIndex

func (m *MockBeaconState) EpochParticipationForValidatorIndex(isCurrentEpoch bool, index int) cltypes.ParticipationFlags

EpochParticipationForValidatorIndex mocks base method.

func (*MockBeaconState) Eth1Data

func (m *MockBeaconState) Eth1Data() *cltypes.Eth1Data

Eth1Data mocks base method.

func (*MockBeaconState) Eth1DataVotes

func (m *MockBeaconState) Eth1DataVotes() *solid.ListSSZ[*cltypes.Eth1Data]

Eth1DataVotes mocks base method.

func (*MockBeaconState) Eth1DepositIndex

func (m *MockBeaconState) Eth1DepositIndex() uint64

Eth1DepositIndex mocks base method.

func (*MockBeaconState) FinalizedCheckpoint

func (m *MockBeaconState) FinalizedCheckpoint() solid.Checkpoint

FinalizedCheckpoint mocks base method.

func (*MockBeaconState) ForEachBalance

func (m *MockBeaconState) ForEachBalance(fn func(uint64, int, int) bool)

ForEachBalance mocks base method.

func (*MockBeaconState) ForEachSlashingSegment

func (m *MockBeaconState) ForEachSlashingSegment(fn func(int, uint64, int) bool)

ForEachSlashingSegment mocks base method.

func (*MockBeaconState) ForEachValidator

func (m *MockBeaconState) ForEachValidator(fn func(solid.Validator, int, int) bool)

ForEachValidator mocks base method.

func (*MockBeaconState) Fork

func (m *MockBeaconState) Fork() *cltypes.Fork

Fork mocks base method.

func (*MockBeaconState) GenesisTime

func (m *MockBeaconState) GenesisTime() uint64

GenesisTime mocks base method.

func (*MockBeaconState) GenesisValidatorsRoot

func (m *MockBeaconState) GenesisValidatorsRoot() common.Hash

GenesisValidatorsRoot mocks base method.

func (*MockBeaconState) GetActiveValidatorsIndices

func (m *MockBeaconState) GetActiveValidatorsIndices(epoch uint64) []uint64

GetActiveValidatorsIndices mocks base method.

func (*MockBeaconState) GetAttestationParticipationFlagIndicies

func (m *MockBeaconState) GetAttestationParticipationFlagIndicies(data *solid.AttestationData, inclusionDelay uint64, skipAssert bool) ([]uint8, error)

GetAttestationParticipationFlagIndicies mocks base method.

func (*MockBeaconState) GetAttestingIndicies

func (m *MockBeaconState) GetAttestingIndicies(attestation *solid.Attestation, checkBitsLength bool) ([]uint64, error)

GetAttestingIndicies mocks base method.

func (*MockBeaconState) GetBeaconCommitee

func (m *MockBeaconState) GetBeaconCommitee(slot, committeeIndex uint64) ([]uint64, error)

GetBeaconCommitee mocks base method.

func (*MockBeaconState) GetBeaconProposerIndex

func (m *MockBeaconState) GetBeaconProposerIndex() (uint64, error)

GetBeaconProposerIndex mocks base method.

func (*MockBeaconState) GetBlockRootAtSlot

func (m *MockBeaconState) GetBlockRootAtSlot(slot uint64) (common.Hash, error)

GetBlockRootAtSlot mocks base method.

func (*MockBeaconState) GetConsolidationBalanceToConsume

func (m *MockBeaconState) GetConsolidationBalanceToConsume() uint64

GetConsolidationBalanceToConsume mocks base method.

func (*MockBeaconState) GetDepositBalanceToConsume

func (m *MockBeaconState) GetDepositBalanceToConsume() uint64

GetDepositBalanceToConsume mocks base method.

func (*MockBeaconState) GetDepositRequestsStartIndex

func (m *MockBeaconState) GetDepositRequestsStartIndex() uint64

GetDepositRequestsStartIndex mocks base method.

func (*MockBeaconState) GetDomain

func (m *MockBeaconState) GetDomain(domainType [4]byte, epoch uint64) ([]byte, error)

GetDomain mocks base method.

func (*MockBeaconState) GetEarlistConsolidationEpoch

func (m *MockBeaconState) GetEarlistConsolidationEpoch() uint64

GetEarlistConsolidationEpoch mocks base method.

func (*MockBeaconState) GetPendingConsolidations

func (m *MockBeaconState) GetPendingConsolidations() *solid.ListSSZ[*solid.PendingConsolidation]

GetPendingConsolidations mocks base method.

func (*MockBeaconState) GetPendingDeposits

func (m *MockBeaconState) GetPendingDeposits() *solid.ListSSZ[*solid.PendingDeposit]

GetPendingDeposits mocks base method.

func (*MockBeaconState) GetPendingPartialWithdrawals

func (m *MockBeaconState) GetPendingPartialWithdrawals() *solid.ListSSZ[*solid.PendingPartialWithdrawal]

GetPendingPartialWithdrawals mocks base method.

func (*MockBeaconState) GetRandaoMix

func (m *MockBeaconState) GetRandaoMix(index int) [32]byte

GetRandaoMix mocks base method.

func (*MockBeaconState) GetRandaoMixes

func (m *MockBeaconState) GetRandaoMixes(epoch uint64) [32]byte

GetRandaoMixes mocks base method.

func (*MockBeaconState) GetTotalActiveBalance

func (m *MockBeaconState) GetTotalActiveBalance() uint64

GetTotalActiveBalance mocks base method.

func (*MockBeaconState) GetValidatorActivationChurnLimit

func (m *MockBeaconState) GetValidatorActivationChurnLimit() uint64

GetValidatorActivationChurnLimit mocks base method.

func (*MockBeaconState) GetValidatorChurnLimit

func (m *MockBeaconState) GetValidatorChurnLimit() uint64

GetValidatorChurnLimit mocks base method.

func (*MockBeaconState) HashSSZ

func (m *MockBeaconState) HashSSZ() ([32]byte, error)

HashSSZ mocks base method.

func (*MockBeaconState) InitiateValidatorExit

func (m *MockBeaconState) InitiateValidatorExit(index uint64) error

InitiateValidatorExit mocks base method.

func (*MockBeaconState) JustificationBits

func (m *MockBeaconState) JustificationBits() cltypes.JustificationBits

JustificationBits mocks base method.

func (*MockBeaconState) LatestBlockHeader

func (m *MockBeaconState) LatestBlockHeader() cltypes.BeaconBlockHeader

LatestBlockHeader mocks base method.

func (*MockBeaconState) LatestExecutionPayloadHeader

func (m *MockBeaconState) LatestExecutionPayloadHeader() *cltypes.Eth1Header

LatestExecutionPayloadHeader mocks base method.

func (*MockBeaconState) NextSyncCommittee

func (m *MockBeaconState) NextSyncCommittee() *solid.SyncCommittee

NextSyncCommittee mocks base method.

func (*MockBeaconState) NextWithdrawalIndex

func (m *MockBeaconState) NextWithdrawalIndex() uint64

NextWithdrawalIndex mocks base method.

func (*MockBeaconState) NextWithdrawalValidatorIndex

func (m *MockBeaconState) NextWithdrawalValidatorIndex() uint64

NextWithdrawalValidatorIndex mocks base method.

func (*MockBeaconState) PreviousEpochAttestations

func (m *MockBeaconState) PreviousEpochAttestations() *solid.ListSSZ[*solid.PendingAttestation]

PreviousEpochAttestations mocks base method.

func (*MockBeaconState) PreviousEpochAttestationsLength

func (m *MockBeaconState) PreviousEpochAttestationsLength() int

PreviousEpochAttestationsLength mocks base method.

func (*MockBeaconState) PreviousEpochParticipation

func (m *MockBeaconState) PreviousEpochParticipation() *solid.ParticipationBitList

PreviousEpochParticipation mocks base method.

func (*MockBeaconState) PreviousJustifiedCheckpoint

func (m *MockBeaconState) PreviousJustifiedCheckpoint() solid.Checkpoint

PreviousJustifiedCheckpoint mocks base method.

func (*MockBeaconState) PreviousSlot

func (m *MockBeaconState) PreviousSlot() uint64

PreviousSlot mocks base method.

func (*MockBeaconState) PreviousStateRoot

func (m *MockBeaconState) PreviousStateRoot() common.Hash

PreviousStateRoot mocks base method.

func (*MockBeaconState) RandaoMixes

func (m *MockBeaconState) RandaoMixes() solid.HashVectorSSZ

RandaoMixes mocks base method.

func (*MockBeaconState) ResetCurrentEpochAttestations

func (m *MockBeaconState) ResetCurrentEpochAttestations()

ResetCurrentEpochAttestations mocks base method.

func (*MockBeaconState) ResetEpochParticipation

func (m *MockBeaconState) ResetEpochParticipation()

ResetEpochParticipation mocks base method.

func (*MockBeaconState) ResetEth1DataVotes

func (m *MockBeaconState) ResetEth1DataVotes()

ResetEth1DataVotes mocks base method.

func (*MockBeaconState) ResetHistoricalSummaries

func (m *MockBeaconState) ResetHistoricalSummaries()

ResetHistoricalSummaries mocks base method.

func (*MockBeaconState) ResetPreviousEpochAttestations

func (m *MockBeaconState) ResetPreviousEpochAttestations()

ResetPreviousEpochAttestations mocks base method.

func (*MockBeaconState) SetActivationEligibilityEpochForValidatorAtIndex

func (m *MockBeaconState) SetActivationEligibilityEpochForValidatorAtIndex(index int, epoch uint64)

SetActivationEligibilityEpochForValidatorAtIndex mocks base method.

func (*MockBeaconState) SetActivationEpochForValidatorAtIndex

func (m *MockBeaconState) SetActivationEpochForValidatorAtIndex(index int, epoch uint64)

SetActivationEpochForValidatorAtIndex mocks base method.

func (*MockBeaconState) SetBlockRootAt

func (m *MockBeaconState) SetBlockRootAt(index int, root common.Hash)

SetBlockRootAt mocks base method.

func (*MockBeaconState) SetConsolidationBalanceToConsume

func (m *MockBeaconState) SetConsolidationBalanceToConsume(arg0 uint64)

SetConsolidationBalanceToConsume mocks base method.

func (*MockBeaconState) SetCurrentEpochParticipationFlags

func (m *MockBeaconState) SetCurrentEpochParticipationFlags(flags []cltypes.ParticipationFlags)

SetCurrentEpochParticipationFlags mocks base method.

func (*MockBeaconState) SetCurrentJustifiedCheckpoint

func (m *MockBeaconState) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint solid.Checkpoint)

SetCurrentJustifiedCheckpoint mocks base method.

func (*MockBeaconState) SetCurrentSyncCommittee

func (m *MockBeaconState) SetCurrentSyncCommittee(currentSyncCommittee *solid.SyncCommittee)

SetCurrentSyncCommittee mocks base method.

func (*MockBeaconState) SetDepositBalanceToConsume

func (m *MockBeaconState) SetDepositBalanceToConsume(arg0 uint64)

SetDepositBalanceToConsume mocks base method.

func (*MockBeaconState) SetDepositRequestsStartIndex

func (m *MockBeaconState) SetDepositRequestsStartIndex(arg0 uint64)

SetDepositRequestsStartIndex mocks base method.

func (*MockBeaconState) SetEarlistConsolidationEpoch

func (m *MockBeaconState) SetEarlistConsolidationEpoch(arg0 uint64)

SetEarlistConsolidationEpoch mocks base method.

func (*MockBeaconState) SetEffectiveBalanceForValidatorAtIndex

func (m *MockBeaconState) SetEffectiveBalanceForValidatorAtIndex(index int, balance uint64)

SetEffectiveBalanceForValidatorAtIndex mocks base method.

func (*MockBeaconState) SetEpochParticipationForValidatorIndex

func (m *MockBeaconState) SetEpochParticipationForValidatorIndex(isCurrentEpoch bool, index int, flags cltypes.ParticipationFlags)

SetEpochParticipationForValidatorIndex mocks base method.

func (*MockBeaconState) SetEth1Data

func (m *MockBeaconState) SetEth1Data(eth1Data *cltypes.Eth1Data)

SetEth1Data mocks base method.

func (*MockBeaconState) SetEth1DepositIndex

func (m *MockBeaconState) SetEth1DepositIndex(eth1DepositIndex uint64)

SetEth1DepositIndex mocks base method.

func (*MockBeaconState) SetExitEpochForValidatorAtIndex

func (m *MockBeaconState) SetExitEpochForValidatorAtIndex(index int, epoch uint64)

SetExitEpochForValidatorAtIndex mocks base method.

func (*MockBeaconState) SetFinalizedCheckpoint

func (m *MockBeaconState) SetFinalizedCheckpoint(finalizedCheckpoint solid.Checkpoint)

SetFinalizedCheckpoint mocks base method.

func (*MockBeaconState) SetFork

func (m *MockBeaconState) SetFork(fork *cltypes.Fork)

SetFork mocks base method.

func (*MockBeaconState) SetInactivityScores

func (m *MockBeaconState) SetInactivityScores(scores []uint64)

SetInactivityScores mocks base method.

func (*MockBeaconState) SetJustificationBits

func (m *MockBeaconState) SetJustificationBits(justificationBits cltypes.JustificationBits)

SetJustificationBits mocks base method.

func (*MockBeaconState) SetLatestBlockHeader

func (m *MockBeaconState) SetLatestBlockHeader(header *cltypes.BeaconBlockHeader)

SetLatestBlockHeader mocks base method.

func (*MockBeaconState) SetLatestExecutionPayloadHeader

func (m *MockBeaconState) SetLatestExecutionPayloadHeader(header *cltypes.Eth1Header)

SetLatestExecutionPayloadHeader mocks base method.

func (*MockBeaconState) SetNextSyncCommittee

func (m *MockBeaconState) SetNextSyncCommittee(nextSyncCommittee *solid.SyncCommittee)

SetNextSyncCommittee mocks base method.

func (*MockBeaconState) SetNextWithdrawalIndex

func (m *MockBeaconState) SetNextWithdrawalIndex(index uint64)

SetNextWithdrawalIndex mocks base method.

func (*MockBeaconState) SetNextWithdrawalValidatorIndex

func (m *MockBeaconState) SetNextWithdrawalValidatorIndex(index uint64)

SetNextWithdrawalValidatorIndex mocks base method.

func (*MockBeaconState) SetPendingConsolidations

func (m *MockBeaconState) SetPendingConsolidations(consolidations *solid.ListSSZ[*solid.PendingConsolidation])

SetPendingConsolidations mocks base method.

func (*MockBeaconState) SetPendingDeposits

func (m *MockBeaconState) SetPendingDeposits(arg0 *solid.ListSSZ[*solid.PendingDeposit])

SetPendingDeposits mocks base method.

func (*MockBeaconState) SetPendingPartialWithdrawals

func (m *MockBeaconState) SetPendingPartialWithdrawals(arg0 *solid.ListSSZ[*solid.PendingPartialWithdrawal])

SetPendingPartialWithdrawals mocks base method.

func (*MockBeaconState) SetPreviousEpochAttestations

func (m *MockBeaconState) SetPreviousEpochAttestations(attestations *solid.ListSSZ[*solid.PendingAttestation])

SetPreviousEpochAttestations mocks base method.

func (*MockBeaconState) SetPreviousEpochParticipationFlags

func (m *MockBeaconState) SetPreviousEpochParticipationFlags(flags []cltypes.ParticipationFlags)

SetPreviousEpochParticipationFlags mocks base method.

func (*MockBeaconState) SetPreviousJustifiedCheckpoint

func (m *MockBeaconState) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint solid.Checkpoint)

SetPreviousJustifiedCheckpoint mocks base method.

func (*MockBeaconState) SetPreviousStateRoot

func (m *MockBeaconState) SetPreviousStateRoot(root common.Hash)

SetPreviousStateRoot mocks base method.

func (*MockBeaconState) SetRandaoMixAt

func (m *MockBeaconState) SetRandaoMixAt(index int, mix common.Hash)

SetRandaoMixAt mocks base method.

func (*MockBeaconState) SetSlashingSegmentAt

func (m *MockBeaconState) SetSlashingSegmentAt(index int, segment uint64)

SetSlashingSegmentAt mocks base method.

func (*MockBeaconState) SetSlot

func (m *MockBeaconState) SetSlot(slot uint64)

SetSlot mocks base method.

func (*MockBeaconState) SetStateRootAt

func (m *MockBeaconState) SetStateRootAt(index int, root common.Hash)

SetStateRootAt mocks base method.

func (*MockBeaconState) SetValidatorAtIndex

func (m *MockBeaconState) SetValidatorAtIndex(index int, validator solid.Validator)

SetValidatorAtIndex mocks base method.

func (*MockBeaconState) SetValidatorBalance

func (m *MockBeaconState) SetValidatorBalance(index int, balance uint64) error

SetValidatorBalance mocks base method.

func (*MockBeaconState) SetValidatorInactivityScore

func (m *MockBeaconState) SetValidatorInactivityScore(index int, score uint64) error

SetValidatorInactivityScore mocks base method.

func (*MockBeaconState) SetValidatorIsCurrentMatchingHeadAttester

func (m *MockBeaconState) SetValidatorIsCurrentMatchingHeadAttester(index int, value bool) error

SetValidatorIsCurrentMatchingHeadAttester mocks base method.

func (*MockBeaconState) SetValidatorIsCurrentMatchingSourceAttester

func (m *MockBeaconState) SetValidatorIsCurrentMatchingSourceAttester(index int, value bool) error

SetValidatorIsCurrentMatchingSourceAttester mocks base method.

func (*MockBeaconState) SetValidatorIsCurrentMatchingTargetAttester

func (m *MockBeaconState) SetValidatorIsCurrentMatchingTargetAttester(index int, value bool) error

SetValidatorIsCurrentMatchingTargetAttester mocks base method.

func (*MockBeaconState) SetValidatorIsPreviousMatchingHeadAttester

func (m *MockBeaconState) SetValidatorIsPreviousMatchingHeadAttester(index int, value bool) error

SetValidatorIsPreviousMatchingHeadAttester mocks base method.

func (*MockBeaconState) SetValidatorIsPreviousMatchingSourceAttester

func (m *MockBeaconState) SetValidatorIsPreviousMatchingSourceAttester(index int, value bool) error

SetValidatorIsPreviousMatchingSourceAttester mocks base method.

func (*MockBeaconState) SetValidatorIsPreviousMatchingTargetAttester

func (m *MockBeaconState) SetValidatorIsPreviousMatchingTargetAttester(index int, value bool) error

SetValidatorIsPreviousMatchingTargetAttester mocks base method.

func (*MockBeaconState) SetValidatorMinCurrentInclusionDelayAttestation

func (m *MockBeaconState) SetValidatorMinCurrentInclusionDelayAttestation(index int, value *solid.PendingAttestation) error

SetValidatorMinCurrentInclusionDelayAttestation mocks base method.

func (*MockBeaconState) SetValidatorMinPreviousInclusionDelayAttestation

func (m *MockBeaconState) SetValidatorMinPreviousInclusionDelayAttestation(index int, value *solid.PendingAttestation) error

SetValidatorMinPreviousInclusionDelayAttestation mocks base method.

func (*MockBeaconState) SetValidatorSlashed

func (m *MockBeaconState) SetValidatorSlashed(index int, slashed bool) error

SetValidatorSlashed mocks base method.

func (*MockBeaconState) SetVersion

func (m *MockBeaconState) SetVersion(version clparams.StateVersion)

SetVersion mocks base method.

func (*MockBeaconState) SetWithdrawableEpochForValidatorAtIndex

func (m *MockBeaconState) SetWithdrawableEpochForValidatorAtIndex(index int, epoch uint64) error

SetWithdrawableEpochForValidatorAtIndex mocks base method.

func (*MockBeaconState) SetWithdrawalCredentialForValidatorAtIndex

func (m *MockBeaconState) SetWithdrawalCredentialForValidatorAtIndex(index int, creds common.Hash)

SetWithdrawalCredentialForValidatorAtIndex mocks base method.

func (*MockBeaconState) SlashValidator

func (m *MockBeaconState) SlashValidator(slashedInd uint64, whistleblowerInd *uint64) (uint64, error)

SlashValidator mocks base method.

func (*MockBeaconState) SlashingSegmentAt

func (m *MockBeaconState) SlashingSegmentAt(pos int) uint64

SlashingSegmentAt mocks base method.

func (*MockBeaconState) Slot

func (m *MockBeaconState) Slot() uint64

Slot mocks base method.

func (*MockBeaconState) StateRoots

func (m *MockBeaconState) StateRoots() solid.HashVectorSSZ

StateRoots mocks base method.

func (*MockBeaconState) SyncRewards

func (m *MockBeaconState) SyncRewards() (uint64, uint64, error)

SyncRewards mocks base method.

func (*MockBeaconState) UpgradeToAltair

func (m *MockBeaconState) UpgradeToAltair() error

UpgradeToAltair mocks base method.

func (*MockBeaconState) UpgradeToBellatrix

func (m *MockBeaconState) UpgradeToBellatrix() error

UpgradeToBellatrix mocks base method.

func (*MockBeaconState) UpgradeToCapella

func (m *MockBeaconState) UpgradeToCapella() error

UpgradeToCapella mocks base method.

func (*MockBeaconState) UpgradeToDeneb

func (m *MockBeaconState) UpgradeToDeneb() error

UpgradeToDeneb mocks base method.

func (*MockBeaconState) UpgradeToElectra

func (m *MockBeaconState) UpgradeToElectra() error

UpgradeToElectra mocks base method.

func (*MockBeaconState) ValidatorBalance

func (m *MockBeaconState) ValidatorBalance(index int) (uint64, error)

ValidatorBalance mocks base method.

func (*MockBeaconState) ValidatorEffectiveBalance

func (m *MockBeaconState) ValidatorEffectiveBalance(index int) (uint64, error)

ValidatorEffectiveBalance mocks base method.

func (*MockBeaconState) ValidatorExitEpoch

func (m *MockBeaconState) ValidatorExitEpoch(index int) (uint64, error)

ValidatorExitEpoch mocks base method.

func (*MockBeaconState) ValidatorForValidatorIndex

func (m *MockBeaconState) ValidatorForValidatorIndex(index int) (solid.Validator, error)

ValidatorForValidatorIndex mocks base method.

func (*MockBeaconState) ValidatorInactivityScore

func (m *MockBeaconState) ValidatorInactivityScore(index int) (uint64, error)

ValidatorInactivityScore mocks base method.

func (*MockBeaconState) ValidatorIndexByPubkey

func (m *MockBeaconState) ValidatorIndexByPubkey(key [48]byte) (uint64, bool)

ValidatorIndexByPubkey mocks base method.

func (*MockBeaconState) ValidatorIsCurrentMatchingHeadAttester

func (m *MockBeaconState) ValidatorIsCurrentMatchingHeadAttester(idx int) (bool, error)

ValidatorIsCurrentMatchingHeadAttester mocks base method.

func (*MockBeaconState) ValidatorIsCurrentMatchingSourceAttester

func (m *MockBeaconState) ValidatorIsCurrentMatchingSourceAttester(idx int) (bool, error)

ValidatorIsCurrentMatchingSourceAttester mocks base method.

func (*MockBeaconState) ValidatorIsCurrentMatchingTargetAttester

func (m *MockBeaconState) ValidatorIsCurrentMatchingTargetAttester(idx int) (bool, error)

ValidatorIsCurrentMatchingTargetAttester mocks base method.

func (*MockBeaconState) ValidatorIsPreviousMatchingHeadAttester

func (m *MockBeaconState) ValidatorIsPreviousMatchingHeadAttester(idx int) (bool, error)

ValidatorIsPreviousMatchingHeadAttester mocks base method.

func (*MockBeaconState) ValidatorIsPreviousMatchingSourceAttester

func (m *MockBeaconState) ValidatorIsPreviousMatchingSourceAttester(idx int) (bool, error)

ValidatorIsPreviousMatchingSourceAttester mocks base method.

func (*MockBeaconState) ValidatorIsPreviousMatchingTargetAttester

func (m *MockBeaconState) ValidatorIsPreviousMatchingTargetAttester(idx int) (bool, error)

ValidatorIsPreviousMatchingTargetAttester mocks base method.

func (*MockBeaconState) ValidatorLength

func (m *MockBeaconState) ValidatorLength() int

ValidatorLength mocks base method.

func (*MockBeaconState) ValidatorMinCurrentInclusionDelayAttestation

func (m *MockBeaconState) ValidatorMinCurrentInclusionDelayAttestation(index int) (*solid.PendingAttestation, error)

ValidatorMinCurrentInclusionDelayAttestation mocks base method.

func (*MockBeaconState) ValidatorMinPreviousInclusionDelayAttestation

func (m *MockBeaconState) ValidatorMinPreviousInclusionDelayAttestation(index int) (*solid.PendingAttestation, error)

ValidatorMinPreviousInclusionDelayAttestation mocks base method.

func (*MockBeaconState) ValidatorSet

func (m *MockBeaconState) ValidatorSet() *solid.ValidatorSet

ValidatorSet mocks base method.

func (*MockBeaconState) ValidatorWithdrawableEpoch

func (m *MockBeaconState) ValidatorWithdrawableEpoch(index int) (uint64, error)

ValidatorWithdrawableEpoch mocks base method.

func (*MockBeaconState) Version

func (m *MockBeaconState) Version() clparams.StateVersion

Version mocks base method.

type MockBeaconStateAddCurrentEpochAtteastationCall

type MockBeaconStateAddCurrentEpochAtteastationCall struct {
	*gomock.Call
}

MockBeaconStateAddCurrentEpochAtteastationCall wrap *gomock.Call

func (*MockBeaconStateAddCurrentEpochAtteastationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddCurrentEpochAtteastationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddCurrentEpochAtteastationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddCurrentEpochParticipationFlagsCall

type MockBeaconStateAddCurrentEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateAddCurrentEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateAddCurrentEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddCurrentEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddCurrentEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddEth1DataVoteCall

type MockBeaconStateAddEth1DataVoteCall struct {
	*gomock.Call
}

MockBeaconStateAddEth1DataVoteCall wrap *gomock.Call

func (*MockBeaconStateAddEth1DataVoteCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddEth1DataVoteCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddEth1DataVoteCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddHistoricalRootCall

type MockBeaconStateAddHistoricalRootCall struct {
	*gomock.Call
}

MockBeaconStateAddHistoricalRootCall wrap *gomock.Call

func (*MockBeaconStateAddHistoricalRootCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddHistoricalRootCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddHistoricalRootCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddHistoricalSummaryCall

type MockBeaconStateAddHistoricalSummaryCall struct {
	*gomock.Call
}

MockBeaconStateAddHistoricalSummaryCall wrap *gomock.Call

func (*MockBeaconStateAddHistoricalSummaryCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddHistoricalSummaryCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddHistoricalSummaryCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddInactivityScoreCall

type MockBeaconStateAddInactivityScoreCall struct {
	*gomock.Call
}

MockBeaconStateAddInactivityScoreCall wrap *gomock.Call

func (*MockBeaconStateAddInactivityScoreCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddInactivityScoreCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddInactivityScoreCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddPreviousEpochAttestationCall

type MockBeaconStateAddPreviousEpochAttestationCall struct {
	*gomock.Call
}

MockBeaconStateAddPreviousEpochAttestationCall wrap *gomock.Call

func (*MockBeaconStateAddPreviousEpochAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddPreviousEpochAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddPreviousEpochAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddPreviousEpochParticipationAtCall

type MockBeaconStateAddPreviousEpochParticipationAtCall struct {
	*gomock.Call
}

MockBeaconStateAddPreviousEpochParticipationAtCall wrap *gomock.Call

func (*MockBeaconStateAddPreviousEpochParticipationAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddPreviousEpochParticipationAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddPreviousEpochParticipationAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddPreviousEpochParticipationFlagsCall

type MockBeaconStateAddPreviousEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateAddPreviousEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateAddPreviousEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddPreviousEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddPreviousEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAddValidatorCall

type MockBeaconStateAddValidatorCall struct {
	*gomock.Call
}

MockBeaconStateAddValidatorCall wrap *gomock.Call

func (*MockBeaconStateAddValidatorCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAddValidatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAddValidatorCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAppendPendingConsolidationCall

type MockBeaconStateAppendPendingConsolidationCall struct {
	*gomock.Call
}

MockBeaconStateAppendPendingConsolidationCall wrap *gomock.Call

func (*MockBeaconStateAppendPendingConsolidationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAppendPendingConsolidationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAppendPendingConsolidationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAppendPendingDepositCall

type MockBeaconStateAppendPendingDepositCall struct {
	*gomock.Call
}

MockBeaconStateAppendPendingDepositCall wrap *gomock.Call

func (*MockBeaconStateAppendPendingDepositCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAppendPendingDepositCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAppendPendingDepositCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAppendPendingPartialWithdrawalCall

type MockBeaconStateAppendPendingPartialWithdrawalCall struct {
	*gomock.Call
}

MockBeaconStateAppendPendingPartialWithdrawalCall wrap *gomock.Call

func (*MockBeaconStateAppendPendingPartialWithdrawalCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAppendPendingPartialWithdrawalCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAppendPendingPartialWithdrawalCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateAppendValidatorCall

type MockBeaconStateAppendValidatorCall struct {
	*gomock.Call
}

MockBeaconStateAppendValidatorCall wrap *gomock.Call

func (*MockBeaconStateAppendValidatorCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateAppendValidatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateAppendValidatorCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateBaseRewardCall

type MockBeaconStateBaseRewardCall struct {
	*gomock.Call
}

MockBeaconStateBaseRewardCall wrap *gomock.Call

func (*MockBeaconStateBaseRewardCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateBaseRewardCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateBaseRewardCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateBaseRewardPerIncrementCall

type MockBeaconStateBaseRewardPerIncrementCall struct {
	*gomock.Call
}

MockBeaconStateBaseRewardPerIncrementCall wrap *gomock.Call

func (*MockBeaconStateBaseRewardPerIncrementCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateBaseRewardPerIncrementCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateBaseRewardPerIncrementCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateBeaconConfigCall

type MockBeaconStateBeaconConfigCall struct {
	*gomock.Call
}

MockBeaconStateBeaconConfigCall wrap *gomock.Call

func (*MockBeaconStateBeaconConfigCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateBeaconConfigCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateBeaconConfigCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateBlockRootCall

type MockBeaconStateBlockRootCall struct {
	*gomock.Call
}

MockBeaconStateBlockRootCall wrap *gomock.Call

func (*MockBeaconStateBlockRootCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateBlockRootCall) DoAndReturn

func (c *MockBeaconStateBlockRootCall) DoAndReturn(f func() ([32]byte, error)) *MockBeaconStateBlockRootCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateBlockRootCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateBlockRootsCall

type MockBeaconStateBlockRootsCall struct {
	*gomock.Call
}

MockBeaconStateBlockRootsCall wrap *gomock.Call

func (*MockBeaconStateBlockRootsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateBlockRootsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateBlockRootsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateCloneCall

type MockBeaconStateCloneCall struct {
	*gomock.Call
}

MockBeaconStateCloneCall wrap *gomock.Call

func (*MockBeaconStateCloneCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateCloneCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateCloneCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateCommitteeCountCall

type MockBeaconStateCommitteeCountCall struct {
	*gomock.Call
}

MockBeaconStateCommitteeCountCall wrap *gomock.Call

func (*MockBeaconStateCommitteeCountCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateCommitteeCountCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateCommitteeCountCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateComputeCommitteeCall

type MockBeaconStateComputeCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateComputeCommitteeCall wrap *gomock.Call

func (*MockBeaconStateComputeCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateComputeCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateComputeCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateComputeExitEpochAndUpdateChurnCall

type MockBeaconStateComputeExitEpochAndUpdateChurnCall struct {
	*gomock.Call
}

MockBeaconStateComputeExitEpochAndUpdateChurnCall wrap *gomock.Call

func (*MockBeaconStateComputeExitEpochAndUpdateChurnCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateComputeExitEpochAndUpdateChurnCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateComputeExitEpochAndUpdateChurnCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateComputeNextSyncCommitteeCall

type MockBeaconStateComputeNextSyncCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateComputeNextSyncCommitteeCall wrap *gomock.Call

func (*MockBeaconStateComputeNextSyncCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateComputeNextSyncCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateComputeNextSyncCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateCurrentEpochAttestationsCall

type MockBeaconStateCurrentEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStateCurrentEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStateCurrentEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateCurrentEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateCurrentEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateCurrentEpochAttestationsLengthCall

type MockBeaconStateCurrentEpochAttestationsLengthCall struct {
	*gomock.Call
}

MockBeaconStateCurrentEpochAttestationsLengthCall wrap *gomock.Call

func (*MockBeaconStateCurrentEpochAttestationsLengthCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateCurrentEpochAttestationsLengthCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateCurrentEpochAttestationsLengthCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateCurrentJustifiedCheckpointCall

type MockBeaconStateCurrentJustifiedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateCurrentJustifiedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateCurrentJustifiedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateCurrentJustifiedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateCurrentJustifiedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateCurrentSyncCommitteeCall

type MockBeaconStateCurrentSyncCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateCurrentSyncCommitteeCall wrap *gomock.Call

func (*MockBeaconStateCurrentSyncCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateCurrentSyncCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateCurrentSyncCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateDebugPrintCall

type MockBeaconStateDebugPrintCall struct {
	*gomock.Call
}

MockBeaconStateDebugPrintCall wrap *gomock.Call

func (*MockBeaconStateDebugPrintCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateDebugPrintCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateDebugPrintCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateDecodeSSZCall

type MockBeaconStateDecodeSSZCall struct {
	*gomock.Call
}

MockBeaconStateDecodeSSZCall wrap *gomock.Call

func (*MockBeaconStateDecodeSSZCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateDecodeSSZCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateDecodeSSZCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateEncodeSSZCall

type MockBeaconStateEncodeSSZCall struct {
	*gomock.Call
}

MockBeaconStateEncodeSSZCall wrap *gomock.Call

func (*MockBeaconStateEncodeSSZCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateEncodeSSZCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateEncodeSSZCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateEncodingSizeSSZCall

type MockBeaconStateEncodingSizeSSZCall struct {
	*gomock.Call
}

MockBeaconStateEncodingSizeSSZCall wrap *gomock.Call

func (*MockBeaconStateEncodingSizeSSZCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateEncodingSizeSSZCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateEncodingSizeSSZCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateEpochParticipationCall

type MockBeaconStateEpochParticipationCall struct {
	*gomock.Call
}

MockBeaconStateEpochParticipationCall wrap *gomock.Call

func (*MockBeaconStateEpochParticipationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateEpochParticipationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateEpochParticipationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateEpochParticipationForValidatorIndexCall

type MockBeaconStateEpochParticipationForValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateEpochParticipationForValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateEpochParticipationForValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateEpochParticipationForValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateEpochParticipationForValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateEth1DataCall

type MockBeaconStateEth1DataCall struct {
	*gomock.Call
}

MockBeaconStateEth1DataCall wrap *gomock.Call

func (*MockBeaconStateEth1DataCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateEth1DataCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateEth1DataCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateEth1DataVotesCall

type MockBeaconStateEth1DataVotesCall struct {
	*gomock.Call
}

MockBeaconStateEth1DataVotesCall wrap *gomock.Call

func (*MockBeaconStateEth1DataVotesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateEth1DataVotesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateEth1DataVotesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateEth1DepositIndexCall

type MockBeaconStateEth1DepositIndexCall struct {
	*gomock.Call
}

MockBeaconStateEth1DepositIndexCall wrap *gomock.Call

func (*MockBeaconStateEth1DepositIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateEth1DepositIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateEth1DepositIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateFinalizedCheckpointCall

type MockBeaconStateFinalizedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateFinalizedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateFinalizedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateFinalizedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateFinalizedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateForEachBalanceCall

type MockBeaconStateForEachBalanceCall struct {
	*gomock.Call
}

MockBeaconStateForEachBalanceCall wrap *gomock.Call

func (*MockBeaconStateForEachBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateForEachBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateForEachBalanceCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateForEachSlashingSegmentCall

type MockBeaconStateForEachSlashingSegmentCall struct {
	*gomock.Call
}

MockBeaconStateForEachSlashingSegmentCall wrap *gomock.Call

func (*MockBeaconStateForEachSlashingSegmentCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateForEachSlashingSegmentCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateForEachSlashingSegmentCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateForEachValidatorCall

type MockBeaconStateForEachValidatorCall struct {
	*gomock.Call
}

MockBeaconStateForEachValidatorCall wrap *gomock.Call

func (*MockBeaconStateForEachValidatorCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateForEachValidatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateForEachValidatorCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateForkCall

type MockBeaconStateForkCall struct {
	*gomock.Call
}

MockBeaconStateForkCall wrap *gomock.Call

func (*MockBeaconStateForkCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateForkCall) DoAndReturn

func (c *MockBeaconStateForkCall) DoAndReturn(f func() *cltypes.Fork) *MockBeaconStateForkCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateForkCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGenesisTimeCall

type MockBeaconStateGenesisTimeCall struct {
	*gomock.Call
}

MockBeaconStateGenesisTimeCall wrap *gomock.Call

func (*MockBeaconStateGenesisTimeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGenesisTimeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGenesisTimeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGenesisValidatorsRootCall

type MockBeaconStateGenesisValidatorsRootCall struct {
	*gomock.Call
}

MockBeaconStateGenesisValidatorsRootCall wrap *gomock.Call

func (*MockBeaconStateGenesisValidatorsRootCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGenesisValidatorsRootCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGenesisValidatorsRootCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetActiveValidatorsIndicesCall

type MockBeaconStateGetActiveValidatorsIndicesCall struct {
	*gomock.Call
}

MockBeaconStateGetActiveValidatorsIndicesCall wrap *gomock.Call

func (*MockBeaconStateGetActiveValidatorsIndicesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetActiveValidatorsIndicesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetActiveValidatorsIndicesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetAttestationParticipationFlagIndiciesCall

type MockBeaconStateGetAttestationParticipationFlagIndiciesCall struct {
	*gomock.Call
}

MockBeaconStateGetAttestationParticipationFlagIndiciesCall wrap *gomock.Call

func (*MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetAttestationParticipationFlagIndiciesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetAttestingIndiciesCall

type MockBeaconStateGetAttestingIndiciesCall struct {
	*gomock.Call
}

MockBeaconStateGetAttestingIndiciesCall wrap *gomock.Call

func (*MockBeaconStateGetAttestingIndiciesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetAttestingIndiciesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetAttestingIndiciesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetBeaconCommiteeCall

type MockBeaconStateGetBeaconCommiteeCall struct {
	*gomock.Call
}

MockBeaconStateGetBeaconCommiteeCall wrap *gomock.Call

func (*MockBeaconStateGetBeaconCommiteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetBeaconCommiteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetBeaconCommiteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetBeaconProposerIndexCall

type MockBeaconStateGetBeaconProposerIndexCall struct {
	*gomock.Call
}

MockBeaconStateGetBeaconProposerIndexCall wrap *gomock.Call

func (*MockBeaconStateGetBeaconProposerIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetBeaconProposerIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetBeaconProposerIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetBlockRootAtSlotCall

type MockBeaconStateGetBlockRootAtSlotCall struct {
	*gomock.Call
}

MockBeaconStateGetBlockRootAtSlotCall wrap *gomock.Call

func (*MockBeaconStateGetBlockRootAtSlotCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetBlockRootAtSlotCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetBlockRootAtSlotCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetConsolidationBalanceToConsumeCall

type MockBeaconStateGetConsolidationBalanceToConsumeCall struct {
	*gomock.Call
}

MockBeaconStateGetConsolidationBalanceToConsumeCall wrap *gomock.Call

func (*MockBeaconStateGetConsolidationBalanceToConsumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetConsolidationBalanceToConsumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetConsolidationBalanceToConsumeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetDepositBalanceToConsumeCall

type MockBeaconStateGetDepositBalanceToConsumeCall struct {
	*gomock.Call
}

MockBeaconStateGetDepositBalanceToConsumeCall wrap *gomock.Call

func (*MockBeaconStateGetDepositBalanceToConsumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetDepositBalanceToConsumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetDepositBalanceToConsumeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetDepositRequestsStartIndexCall

type MockBeaconStateGetDepositRequestsStartIndexCall struct {
	*gomock.Call
}

MockBeaconStateGetDepositRequestsStartIndexCall wrap *gomock.Call

func (*MockBeaconStateGetDepositRequestsStartIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetDepositRequestsStartIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetDepositRequestsStartIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetDomainCall

type MockBeaconStateGetDomainCall struct {
	*gomock.Call
}

MockBeaconStateGetDomainCall wrap *gomock.Call

func (*MockBeaconStateGetDomainCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetDomainCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetDomainCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetEarlistConsolidationEpochCall

type MockBeaconStateGetEarlistConsolidationEpochCall struct {
	*gomock.Call
}

MockBeaconStateGetEarlistConsolidationEpochCall wrap *gomock.Call

func (*MockBeaconStateGetEarlistConsolidationEpochCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetEarlistConsolidationEpochCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetEarlistConsolidationEpochCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetPendingConsolidationsCall

type MockBeaconStateGetPendingConsolidationsCall struct {
	*gomock.Call
}

MockBeaconStateGetPendingConsolidationsCall wrap *gomock.Call

func (*MockBeaconStateGetPendingConsolidationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetPendingConsolidationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetPendingConsolidationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetPendingDepositsCall

type MockBeaconStateGetPendingDepositsCall struct {
	*gomock.Call
}

MockBeaconStateGetPendingDepositsCall wrap *gomock.Call

func (*MockBeaconStateGetPendingDepositsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetPendingDepositsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetPendingDepositsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetPendingPartialWithdrawalsCall

type MockBeaconStateGetPendingPartialWithdrawalsCall struct {
	*gomock.Call
}

MockBeaconStateGetPendingPartialWithdrawalsCall wrap *gomock.Call

func (*MockBeaconStateGetPendingPartialWithdrawalsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetPendingPartialWithdrawalsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetPendingPartialWithdrawalsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetRandaoMixCall

type MockBeaconStateGetRandaoMixCall struct {
	*gomock.Call
}

MockBeaconStateGetRandaoMixCall wrap *gomock.Call

func (*MockBeaconStateGetRandaoMixCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetRandaoMixCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetRandaoMixCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetRandaoMixesCall

type MockBeaconStateGetRandaoMixesCall struct {
	*gomock.Call
}

MockBeaconStateGetRandaoMixesCall wrap *gomock.Call

func (*MockBeaconStateGetRandaoMixesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetRandaoMixesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetRandaoMixesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetTotalActiveBalanceCall

type MockBeaconStateGetTotalActiveBalanceCall struct {
	*gomock.Call
}

MockBeaconStateGetTotalActiveBalanceCall wrap *gomock.Call

func (*MockBeaconStateGetTotalActiveBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetTotalActiveBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetTotalActiveBalanceCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetValidatorActivationChurnLimitCall

type MockBeaconStateGetValidatorActivationChurnLimitCall struct {
	*gomock.Call
}

MockBeaconStateGetValidatorActivationChurnLimitCall wrap *gomock.Call

func (*MockBeaconStateGetValidatorActivationChurnLimitCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetValidatorActivationChurnLimitCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetValidatorActivationChurnLimitCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateGetValidatorChurnLimitCall

type MockBeaconStateGetValidatorChurnLimitCall struct {
	*gomock.Call
}

MockBeaconStateGetValidatorChurnLimitCall wrap *gomock.Call

func (*MockBeaconStateGetValidatorChurnLimitCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateGetValidatorChurnLimitCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateGetValidatorChurnLimitCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateHashSSZCall

type MockBeaconStateHashSSZCall struct {
	*gomock.Call
}

MockBeaconStateHashSSZCall wrap *gomock.Call

func (*MockBeaconStateHashSSZCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateHashSSZCall) DoAndReturn

func (c *MockBeaconStateHashSSZCall) DoAndReturn(f func() ([32]byte, error)) *MockBeaconStateHashSSZCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateHashSSZCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateInitiateValidatorExitCall

type MockBeaconStateInitiateValidatorExitCall struct {
	*gomock.Call
}

MockBeaconStateInitiateValidatorExitCall wrap *gomock.Call

func (*MockBeaconStateInitiateValidatorExitCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateInitiateValidatorExitCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateInitiateValidatorExitCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateJustificationBitsCall

type MockBeaconStateJustificationBitsCall struct {
	*gomock.Call
}

MockBeaconStateJustificationBitsCall wrap *gomock.Call

func (*MockBeaconStateJustificationBitsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateJustificationBitsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateJustificationBitsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateLatestBlockHeaderCall

type MockBeaconStateLatestBlockHeaderCall struct {
	*gomock.Call
}

MockBeaconStateLatestBlockHeaderCall wrap *gomock.Call

func (*MockBeaconStateLatestBlockHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateLatestBlockHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateLatestBlockHeaderCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateLatestExecutionPayloadHeaderCall

type MockBeaconStateLatestExecutionPayloadHeaderCall struct {
	*gomock.Call
}

MockBeaconStateLatestExecutionPayloadHeaderCall wrap *gomock.Call

func (*MockBeaconStateLatestExecutionPayloadHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateLatestExecutionPayloadHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateLatestExecutionPayloadHeaderCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMockRecorder

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

MockBeaconStateMockRecorder is the mock recorder for MockBeaconState.

func (*MockBeaconStateMockRecorder) AddCurrentEpochAtteastation

func (mr *MockBeaconStateMockRecorder) AddCurrentEpochAtteastation(attestation any) *MockBeaconStateAddCurrentEpochAtteastationCall

AddCurrentEpochAtteastation indicates an expected call of AddCurrentEpochAtteastation.

func (*MockBeaconStateMockRecorder) AddCurrentEpochParticipationFlags

func (mr *MockBeaconStateMockRecorder) AddCurrentEpochParticipationFlags(flags any) *MockBeaconStateAddCurrentEpochParticipationFlagsCall

AddCurrentEpochParticipationFlags indicates an expected call of AddCurrentEpochParticipationFlags.

func (*MockBeaconStateMockRecorder) AddEth1DataVote

AddEth1DataVote indicates an expected call of AddEth1DataVote.

func (*MockBeaconStateMockRecorder) AddHistoricalRoot

AddHistoricalRoot indicates an expected call of AddHistoricalRoot.

func (*MockBeaconStateMockRecorder) AddHistoricalSummary

func (mr *MockBeaconStateMockRecorder) AddHistoricalSummary(summary any) *MockBeaconStateAddHistoricalSummaryCall

AddHistoricalSummary indicates an expected call of AddHistoricalSummary.

func (*MockBeaconStateMockRecorder) AddInactivityScore

AddInactivityScore indicates an expected call of AddInactivityScore.

func (*MockBeaconStateMockRecorder) AddPreviousEpochAttestation

func (mr *MockBeaconStateMockRecorder) AddPreviousEpochAttestation(attestation any) *MockBeaconStateAddPreviousEpochAttestationCall

AddPreviousEpochAttestation indicates an expected call of AddPreviousEpochAttestation.

func (*MockBeaconStateMockRecorder) AddPreviousEpochParticipationAt

func (mr *MockBeaconStateMockRecorder) AddPreviousEpochParticipationAt(index, delta any) *MockBeaconStateAddPreviousEpochParticipationAtCall

AddPreviousEpochParticipationAt indicates an expected call of AddPreviousEpochParticipationAt.

func (*MockBeaconStateMockRecorder) AddPreviousEpochParticipationFlags

func (mr *MockBeaconStateMockRecorder) AddPreviousEpochParticipationFlags(flags any) *MockBeaconStateAddPreviousEpochParticipationFlagsCall

AddPreviousEpochParticipationFlags indicates an expected call of AddPreviousEpochParticipationFlags.

func (*MockBeaconStateMockRecorder) AddValidator

func (mr *MockBeaconStateMockRecorder) AddValidator(validator, balance any) *MockBeaconStateAddValidatorCall

AddValidator indicates an expected call of AddValidator.

func (*MockBeaconStateMockRecorder) AppendPendingConsolidation

func (mr *MockBeaconStateMockRecorder) AppendPendingConsolidation(consolidation any) *MockBeaconStateAppendPendingConsolidationCall

AppendPendingConsolidation indicates an expected call of AppendPendingConsolidation.

func (*MockBeaconStateMockRecorder) AppendPendingDeposit

func (mr *MockBeaconStateMockRecorder) AppendPendingDeposit(deposit any) *MockBeaconStateAppendPendingDepositCall

AppendPendingDeposit indicates an expected call of AppendPendingDeposit.

func (*MockBeaconStateMockRecorder) AppendPendingPartialWithdrawal

func (mr *MockBeaconStateMockRecorder) AppendPendingPartialWithdrawal(withdrawal any) *MockBeaconStateAppendPendingPartialWithdrawalCall

AppendPendingPartialWithdrawal indicates an expected call of AppendPendingPartialWithdrawal.

func (*MockBeaconStateMockRecorder) AppendValidator

AppendValidator indicates an expected call of AppendValidator.

func (*MockBeaconStateMockRecorder) BaseReward

BaseReward indicates an expected call of BaseReward.

func (*MockBeaconStateMockRecorder) BaseRewardPerIncrement

BaseRewardPerIncrement indicates an expected call of BaseRewardPerIncrement.

func (*MockBeaconStateMockRecorder) BeaconConfig

BeaconConfig indicates an expected call of BeaconConfig.

func (*MockBeaconStateMockRecorder) BlockRoot

BlockRoot indicates an expected call of BlockRoot.

func (*MockBeaconStateMockRecorder) BlockRoots

BlockRoots indicates an expected call of BlockRoots.

func (*MockBeaconStateMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockBeaconStateMockRecorder) CommitteeCount

CommitteeCount indicates an expected call of CommitteeCount.

func (*MockBeaconStateMockRecorder) ComputeCommittee

func (mr *MockBeaconStateMockRecorder) ComputeCommittee(indicies, slot, index, count any) *MockBeaconStateComputeCommitteeCall

ComputeCommittee indicates an expected call of ComputeCommittee.

func (*MockBeaconStateMockRecorder) ComputeExitEpochAndUpdateChurn

func (mr *MockBeaconStateMockRecorder) ComputeExitEpochAndUpdateChurn(exitBalance any) *MockBeaconStateComputeExitEpochAndUpdateChurnCall

ComputeExitEpochAndUpdateChurn indicates an expected call of ComputeExitEpochAndUpdateChurn.

func (*MockBeaconStateMockRecorder) ComputeNextSyncCommittee

ComputeNextSyncCommittee indicates an expected call of ComputeNextSyncCommittee.

func (*MockBeaconStateMockRecorder) CurrentEpochAttestations

CurrentEpochAttestations indicates an expected call of CurrentEpochAttestations.

func (*MockBeaconStateMockRecorder) CurrentEpochAttestationsLength

CurrentEpochAttestationsLength indicates an expected call of CurrentEpochAttestationsLength.

func (*MockBeaconStateMockRecorder) CurrentJustifiedCheckpoint

CurrentJustifiedCheckpoint indicates an expected call of CurrentJustifiedCheckpoint.

func (*MockBeaconStateMockRecorder) CurrentSyncCommittee

CurrentSyncCommittee indicates an expected call of CurrentSyncCommittee.

func (*MockBeaconStateMockRecorder) DebugPrint

DebugPrint indicates an expected call of DebugPrint.

func (*MockBeaconStateMockRecorder) DecodeSSZ

func (mr *MockBeaconStateMockRecorder) DecodeSSZ(buf, version any) *MockBeaconStateDecodeSSZCall

DecodeSSZ indicates an expected call of DecodeSSZ.

func (*MockBeaconStateMockRecorder) EncodeSSZ

EncodeSSZ indicates an expected call of EncodeSSZ.

func (*MockBeaconStateMockRecorder) EncodingSizeSSZ

EncodingSizeSSZ indicates an expected call of EncodingSizeSSZ.

func (*MockBeaconStateMockRecorder) EpochParticipation

func (mr *MockBeaconStateMockRecorder) EpochParticipation(currentEpoch any) *MockBeaconStateEpochParticipationCall

EpochParticipation indicates an expected call of EpochParticipation.

func (*MockBeaconStateMockRecorder) EpochParticipationForValidatorIndex

func (mr *MockBeaconStateMockRecorder) EpochParticipationForValidatorIndex(isCurrentEpoch, index any) *MockBeaconStateEpochParticipationForValidatorIndexCall

EpochParticipationForValidatorIndex indicates an expected call of EpochParticipationForValidatorIndex.

func (*MockBeaconStateMockRecorder) Eth1Data

Eth1Data indicates an expected call of Eth1Data.

func (*MockBeaconStateMockRecorder) Eth1DataVotes

Eth1DataVotes indicates an expected call of Eth1DataVotes.

func (*MockBeaconStateMockRecorder) Eth1DepositIndex

Eth1DepositIndex indicates an expected call of Eth1DepositIndex.

func (*MockBeaconStateMockRecorder) FinalizedCheckpoint

FinalizedCheckpoint indicates an expected call of FinalizedCheckpoint.

func (*MockBeaconStateMockRecorder) ForEachBalance

ForEachBalance indicates an expected call of ForEachBalance.

func (*MockBeaconStateMockRecorder) ForEachSlashingSegment

ForEachSlashingSegment indicates an expected call of ForEachSlashingSegment.

func (*MockBeaconStateMockRecorder) ForEachValidator

ForEachValidator indicates an expected call of ForEachValidator.

func (*MockBeaconStateMockRecorder) Fork

Fork indicates an expected call of Fork.

func (*MockBeaconStateMockRecorder) GenesisTime

GenesisTime indicates an expected call of GenesisTime.

func (*MockBeaconStateMockRecorder) GenesisValidatorsRoot

GenesisValidatorsRoot indicates an expected call of GenesisValidatorsRoot.

func (*MockBeaconStateMockRecorder) GetActiveValidatorsIndices

func (mr *MockBeaconStateMockRecorder) GetActiveValidatorsIndices(epoch any) *MockBeaconStateGetActiveValidatorsIndicesCall

GetActiveValidatorsIndices indicates an expected call of GetActiveValidatorsIndices.

func (*MockBeaconStateMockRecorder) GetAttestationParticipationFlagIndicies

func (mr *MockBeaconStateMockRecorder) GetAttestationParticipationFlagIndicies(data, inclusionDelay, skipAssert any) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall

GetAttestationParticipationFlagIndicies indicates an expected call of GetAttestationParticipationFlagIndicies.

func (*MockBeaconStateMockRecorder) GetAttestingIndicies

func (mr *MockBeaconStateMockRecorder) GetAttestingIndicies(attestation, checkBitsLength any) *MockBeaconStateGetAttestingIndiciesCall

GetAttestingIndicies indicates an expected call of GetAttestingIndicies.

func (*MockBeaconStateMockRecorder) GetBeaconCommitee

func (mr *MockBeaconStateMockRecorder) GetBeaconCommitee(slot, committeeIndex any) *MockBeaconStateGetBeaconCommiteeCall

GetBeaconCommitee indicates an expected call of GetBeaconCommitee.

func (*MockBeaconStateMockRecorder) GetBeaconProposerIndex

GetBeaconProposerIndex indicates an expected call of GetBeaconProposerIndex.

func (*MockBeaconStateMockRecorder) GetBlockRootAtSlot

GetBlockRootAtSlot indicates an expected call of GetBlockRootAtSlot.

func (*MockBeaconStateMockRecorder) GetConsolidationBalanceToConsume

GetConsolidationBalanceToConsume indicates an expected call of GetConsolidationBalanceToConsume.

func (*MockBeaconStateMockRecorder) GetDepositBalanceToConsume

GetDepositBalanceToConsume indicates an expected call of GetDepositBalanceToConsume.

func (*MockBeaconStateMockRecorder) GetDepositRequestsStartIndex

GetDepositRequestsStartIndex indicates an expected call of GetDepositRequestsStartIndex.

func (*MockBeaconStateMockRecorder) GetDomain

func (mr *MockBeaconStateMockRecorder) GetDomain(domainType, epoch any) *MockBeaconStateGetDomainCall

GetDomain indicates an expected call of GetDomain.

func (*MockBeaconStateMockRecorder) GetEarlistConsolidationEpoch

GetEarlistConsolidationEpoch indicates an expected call of GetEarlistConsolidationEpoch.

func (*MockBeaconStateMockRecorder) GetPendingConsolidations

GetPendingConsolidations indicates an expected call of GetPendingConsolidations.

func (*MockBeaconStateMockRecorder) GetPendingDeposits

GetPendingDeposits indicates an expected call of GetPendingDeposits.

func (*MockBeaconStateMockRecorder) GetPendingPartialWithdrawals

GetPendingPartialWithdrawals indicates an expected call of GetPendingPartialWithdrawals.

func (*MockBeaconStateMockRecorder) GetRandaoMix

GetRandaoMix indicates an expected call of GetRandaoMix.

func (*MockBeaconStateMockRecorder) GetRandaoMixes

GetRandaoMixes indicates an expected call of GetRandaoMixes.

func (*MockBeaconStateMockRecorder) GetTotalActiveBalance

GetTotalActiveBalance indicates an expected call of GetTotalActiveBalance.

func (*MockBeaconStateMockRecorder) GetValidatorActivationChurnLimit

GetValidatorActivationChurnLimit indicates an expected call of GetValidatorActivationChurnLimit.

func (*MockBeaconStateMockRecorder) GetValidatorChurnLimit

GetValidatorChurnLimit indicates an expected call of GetValidatorChurnLimit.

func (*MockBeaconStateMockRecorder) HashSSZ

HashSSZ indicates an expected call of HashSSZ.

func (*MockBeaconStateMockRecorder) InitiateValidatorExit

InitiateValidatorExit indicates an expected call of InitiateValidatorExit.

func (*MockBeaconStateMockRecorder) JustificationBits

JustificationBits indicates an expected call of JustificationBits.

func (*MockBeaconStateMockRecorder) LatestBlockHeader

LatestBlockHeader indicates an expected call of LatestBlockHeader.

func (*MockBeaconStateMockRecorder) LatestExecutionPayloadHeader

LatestExecutionPayloadHeader indicates an expected call of LatestExecutionPayloadHeader.

func (*MockBeaconStateMockRecorder) NextSyncCommittee

NextSyncCommittee indicates an expected call of NextSyncCommittee.

func (*MockBeaconStateMockRecorder) NextWithdrawalIndex

NextWithdrawalIndex indicates an expected call of NextWithdrawalIndex.

func (*MockBeaconStateMockRecorder) NextWithdrawalValidatorIndex

NextWithdrawalValidatorIndex indicates an expected call of NextWithdrawalValidatorIndex.

func (*MockBeaconStateMockRecorder) PreviousEpochAttestations

PreviousEpochAttestations indicates an expected call of PreviousEpochAttestations.

func (*MockBeaconStateMockRecorder) PreviousEpochAttestationsLength

PreviousEpochAttestationsLength indicates an expected call of PreviousEpochAttestationsLength.

func (*MockBeaconStateMockRecorder) PreviousEpochParticipation

PreviousEpochParticipation indicates an expected call of PreviousEpochParticipation.

func (*MockBeaconStateMockRecorder) PreviousJustifiedCheckpoint

PreviousJustifiedCheckpoint indicates an expected call of PreviousJustifiedCheckpoint.

func (*MockBeaconStateMockRecorder) PreviousSlot

PreviousSlot indicates an expected call of PreviousSlot.

func (*MockBeaconStateMockRecorder) PreviousStateRoot

PreviousStateRoot indicates an expected call of PreviousStateRoot.

func (*MockBeaconStateMockRecorder) RandaoMixes

RandaoMixes indicates an expected call of RandaoMixes.

func (*MockBeaconStateMockRecorder) ResetCurrentEpochAttestations

ResetCurrentEpochAttestations indicates an expected call of ResetCurrentEpochAttestations.

func (*MockBeaconStateMockRecorder) ResetEpochParticipation

ResetEpochParticipation indicates an expected call of ResetEpochParticipation.

func (*MockBeaconStateMockRecorder) ResetEth1DataVotes

ResetEth1DataVotes indicates an expected call of ResetEth1DataVotes.

func (*MockBeaconStateMockRecorder) ResetHistoricalSummaries

ResetHistoricalSummaries indicates an expected call of ResetHistoricalSummaries.

func (*MockBeaconStateMockRecorder) ResetPreviousEpochAttestations

ResetPreviousEpochAttestations indicates an expected call of ResetPreviousEpochAttestations.

func (*MockBeaconStateMockRecorder) SetActivationEligibilityEpochForValidatorAtIndex

func (mr *MockBeaconStateMockRecorder) SetActivationEligibilityEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall

SetActivationEligibilityEpochForValidatorAtIndex indicates an expected call of SetActivationEligibilityEpochForValidatorAtIndex.

func (*MockBeaconStateMockRecorder) SetActivationEpochForValidatorAtIndex

func (mr *MockBeaconStateMockRecorder) SetActivationEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetActivationEpochForValidatorAtIndexCall

SetActivationEpochForValidatorAtIndex indicates an expected call of SetActivationEpochForValidatorAtIndex.

func (*MockBeaconStateMockRecorder) SetBlockRootAt

func (mr *MockBeaconStateMockRecorder) SetBlockRootAt(index, root any) *MockBeaconStateSetBlockRootAtCall

SetBlockRootAt indicates an expected call of SetBlockRootAt.

func (*MockBeaconStateMockRecorder) SetConsolidationBalanceToConsume

func (mr *MockBeaconStateMockRecorder) SetConsolidationBalanceToConsume(arg0 any) *MockBeaconStateSetConsolidationBalanceToConsumeCall

SetConsolidationBalanceToConsume indicates an expected call of SetConsolidationBalanceToConsume.

func (*MockBeaconStateMockRecorder) SetCurrentEpochParticipationFlags

func (mr *MockBeaconStateMockRecorder) SetCurrentEpochParticipationFlags(flags any) *MockBeaconStateSetCurrentEpochParticipationFlagsCall

SetCurrentEpochParticipationFlags indicates an expected call of SetCurrentEpochParticipationFlags.

func (*MockBeaconStateMockRecorder) SetCurrentJustifiedCheckpoint

func (mr *MockBeaconStateMockRecorder) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint any) *MockBeaconStateSetCurrentJustifiedCheckpointCall

SetCurrentJustifiedCheckpoint indicates an expected call of SetCurrentJustifiedCheckpoint.

func (*MockBeaconStateMockRecorder) SetCurrentSyncCommittee

func (mr *MockBeaconStateMockRecorder) SetCurrentSyncCommittee(currentSyncCommittee any) *MockBeaconStateSetCurrentSyncCommitteeCall

SetCurrentSyncCommittee indicates an expected call of SetCurrentSyncCommittee.

func (*MockBeaconStateMockRecorder) SetDepositBalanceToConsume

SetDepositBalanceToConsume indicates an expected call of SetDepositBalanceToConsume.

func (*MockBeaconStateMockRecorder) SetDepositRequestsStartIndex

SetDepositRequestsStartIndex indicates an expected call of SetDepositRequestsStartIndex.

func (*MockBeaconStateMockRecorder) SetEarlistConsolidationEpoch

SetEarlistConsolidationEpoch indicates an expected call of SetEarlistConsolidationEpoch.

func (*MockBeaconStateMockRecorder) SetEffectiveBalanceForValidatorAtIndex

func (mr *MockBeaconStateMockRecorder) SetEffectiveBalanceForValidatorAtIndex(index, balance any) *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall

SetEffectiveBalanceForValidatorAtIndex indicates an expected call of SetEffectiveBalanceForValidatorAtIndex.

func (*MockBeaconStateMockRecorder) SetEpochParticipationForValidatorIndex

func (mr *MockBeaconStateMockRecorder) SetEpochParticipationForValidatorIndex(isCurrentEpoch, index, flags any) *MockBeaconStateSetEpochParticipationForValidatorIndexCall

SetEpochParticipationForValidatorIndex indicates an expected call of SetEpochParticipationForValidatorIndex.

func (*MockBeaconStateMockRecorder) SetEth1Data

SetEth1Data indicates an expected call of SetEth1Data.

func (*MockBeaconStateMockRecorder) SetEth1DepositIndex

func (mr *MockBeaconStateMockRecorder) SetEth1DepositIndex(eth1DepositIndex any) *MockBeaconStateSetEth1DepositIndexCall

SetEth1DepositIndex indicates an expected call of SetEth1DepositIndex.

func (*MockBeaconStateMockRecorder) SetExitEpochForValidatorAtIndex

func (mr *MockBeaconStateMockRecorder) SetExitEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetExitEpochForValidatorAtIndexCall

SetExitEpochForValidatorAtIndex indicates an expected call of SetExitEpochForValidatorAtIndex.

func (*MockBeaconStateMockRecorder) SetFinalizedCheckpoint

func (mr *MockBeaconStateMockRecorder) SetFinalizedCheckpoint(finalizedCheckpoint any) *MockBeaconStateSetFinalizedCheckpointCall

SetFinalizedCheckpoint indicates an expected call of SetFinalizedCheckpoint.

func (*MockBeaconStateMockRecorder) SetFork

SetFork indicates an expected call of SetFork.

func (*MockBeaconStateMockRecorder) SetInactivityScores

SetInactivityScores indicates an expected call of SetInactivityScores.

func (*MockBeaconStateMockRecorder) SetJustificationBits

func (mr *MockBeaconStateMockRecorder) SetJustificationBits(justificationBits any) *MockBeaconStateSetJustificationBitsCall

SetJustificationBits indicates an expected call of SetJustificationBits.

func (*MockBeaconStateMockRecorder) SetLatestBlockHeader

SetLatestBlockHeader indicates an expected call of SetLatestBlockHeader.

func (*MockBeaconStateMockRecorder) SetLatestExecutionPayloadHeader

func (mr *MockBeaconStateMockRecorder) SetLatestExecutionPayloadHeader(header any) *MockBeaconStateSetLatestExecutionPayloadHeaderCall

SetLatestExecutionPayloadHeader indicates an expected call of SetLatestExecutionPayloadHeader.

func (*MockBeaconStateMockRecorder) SetNextSyncCommittee

func (mr *MockBeaconStateMockRecorder) SetNextSyncCommittee(nextSyncCommittee any) *MockBeaconStateSetNextSyncCommitteeCall

SetNextSyncCommittee indicates an expected call of SetNextSyncCommittee.

func (*MockBeaconStateMockRecorder) SetNextWithdrawalIndex

SetNextWithdrawalIndex indicates an expected call of SetNextWithdrawalIndex.

func (*MockBeaconStateMockRecorder) SetNextWithdrawalValidatorIndex

func (mr *MockBeaconStateMockRecorder) SetNextWithdrawalValidatorIndex(index any) *MockBeaconStateSetNextWithdrawalValidatorIndexCall

SetNextWithdrawalValidatorIndex indicates an expected call of SetNextWithdrawalValidatorIndex.

func (*MockBeaconStateMockRecorder) SetPendingConsolidations

func (mr *MockBeaconStateMockRecorder) SetPendingConsolidations(consolidations any) *MockBeaconStateSetPendingConsolidationsCall

SetPendingConsolidations indicates an expected call of SetPendingConsolidations.

func (*MockBeaconStateMockRecorder) SetPendingDeposits

SetPendingDeposits indicates an expected call of SetPendingDeposits.

func (*MockBeaconStateMockRecorder) SetPendingPartialWithdrawals

SetPendingPartialWithdrawals indicates an expected call of SetPendingPartialWithdrawals.

func (*MockBeaconStateMockRecorder) SetPreviousEpochAttestations

func (mr *MockBeaconStateMockRecorder) SetPreviousEpochAttestations(attestations any) *MockBeaconStateSetPreviousEpochAttestationsCall

SetPreviousEpochAttestations indicates an expected call of SetPreviousEpochAttestations.

func (*MockBeaconStateMockRecorder) SetPreviousEpochParticipationFlags

func (mr *MockBeaconStateMockRecorder) SetPreviousEpochParticipationFlags(flags any) *MockBeaconStateSetPreviousEpochParticipationFlagsCall

SetPreviousEpochParticipationFlags indicates an expected call of SetPreviousEpochParticipationFlags.

func (*MockBeaconStateMockRecorder) SetPreviousJustifiedCheckpoint

func (mr *MockBeaconStateMockRecorder) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint any) *MockBeaconStateSetPreviousJustifiedCheckpointCall

SetPreviousJustifiedCheckpoint indicates an expected call of SetPreviousJustifiedCheckpoint.

func (*MockBeaconStateMockRecorder) SetPreviousStateRoot

SetPreviousStateRoot indicates an expected call of SetPreviousStateRoot.

func (*MockBeaconStateMockRecorder) SetRandaoMixAt

func (mr *MockBeaconStateMockRecorder) SetRandaoMixAt(index, mix any) *MockBeaconStateSetRandaoMixAtCall

SetRandaoMixAt indicates an expected call of SetRandaoMixAt.

func (*MockBeaconStateMockRecorder) SetSlashingSegmentAt

func (mr *MockBeaconStateMockRecorder) SetSlashingSegmentAt(index, segment any) *MockBeaconStateSetSlashingSegmentAtCall

SetSlashingSegmentAt indicates an expected call of SetSlashingSegmentAt.

func (*MockBeaconStateMockRecorder) SetSlot

SetSlot indicates an expected call of SetSlot.

func (*MockBeaconStateMockRecorder) SetStateRootAt

func (mr *MockBeaconStateMockRecorder) SetStateRootAt(index, root any) *MockBeaconStateSetStateRootAtCall

SetStateRootAt indicates an expected call of SetStateRootAt.

func (*MockBeaconStateMockRecorder) SetValidatorAtIndex

func (mr *MockBeaconStateMockRecorder) SetValidatorAtIndex(index, validator any) *MockBeaconStateSetValidatorAtIndexCall

SetValidatorAtIndex indicates an expected call of SetValidatorAtIndex.

func (*MockBeaconStateMockRecorder) SetValidatorBalance

func (mr *MockBeaconStateMockRecorder) SetValidatorBalance(index, balance any) *MockBeaconStateSetValidatorBalanceCall

SetValidatorBalance indicates an expected call of SetValidatorBalance.

func (*MockBeaconStateMockRecorder) SetValidatorInactivityScore

func (mr *MockBeaconStateMockRecorder) SetValidatorInactivityScore(index, score any) *MockBeaconStateSetValidatorInactivityScoreCall

SetValidatorInactivityScore indicates an expected call of SetValidatorInactivityScore.

func (*MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingHeadAttester

func (mr *MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingHeadAttester(index, value any) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall

SetValidatorIsCurrentMatchingHeadAttester indicates an expected call of SetValidatorIsCurrentMatchingHeadAttester.

func (*MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingSourceAttester

func (mr *MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingSourceAttester(index, value any) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall

SetValidatorIsCurrentMatchingSourceAttester indicates an expected call of SetValidatorIsCurrentMatchingSourceAttester.

func (*MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingTargetAttester

func (mr *MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingTargetAttester(index, value any) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall

SetValidatorIsCurrentMatchingTargetAttester indicates an expected call of SetValidatorIsCurrentMatchingTargetAttester.

func (*MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingHeadAttester

func (mr *MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingHeadAttester(index, value any) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall

SetValidatorIsPreviousMatchingHeadAttester indicates an expected call of SetValidatorIsPreviousMatchingHeadAttester.

func (*MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingSourceAttester

func (mr *MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingSourceAttester(index, value any) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall

SetValidatorIsPreviousMatchingSourceAttester indicates an expected call of SetValidatorIsPreviousMatchingSourceAttester.

func (*MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingTargetAttester

func (mr *MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingTargetAttester(index, value any) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall

SetValidatorIsPreviousMatchingTargetAttester indicates an expected call of SetValidatorIsPreviousMatchingTargetAttester.

func (*MockBeaconStateMockRecorder) SetValidatorMinCurrentInclusionDelayAttestation

func (mr *MockBeaconStateMockRecorder) SetValidatorMinCurrentInclusionDelayAttestation(index, value any) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall

SetValidatorMinCurrentInclusionDelayAttestation indicates an expected call of SetValidatorMinCurrentInclusionDelayAttestation.

func (*MockBeaconStateMockRecorder) SetValidatorMinPreviousInclusionDelayAttestation

func (mr *MockBeaconStateMockRecorder) SetValidatorMinPreviousInclusionDelayAttestation(index, value any) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall

SetValidatorMinPreviousInclusionDelayAttestation indicates an expected call of SetValidatorMinPreviousInclusionDelayAttestation.

func (*MockBeaconStateMockRecorder) SetValidatorSlashed

func (mr *MockBeaconStateMockRecorder) SetValidatorSlashed(index, slashed any) *MockBeaconStateSetValidatorSlashedCall

SetValidatorSlashed indicates an expected call of SetValidatorSlashed.

func (*MockBeaconStateMockRecorder) SetVersion

SetVersion indicates an expected call of SetVersion.

func (*MockBeaconStateMockRecorder) SetWithdrawableEpochForValidatorAtIndex

func (mr *MockBeaconStateMockRecorder) SetWithdrawableEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall

SetWithdrawableEpochForValidatorAtIndex indicates an expected call of SetWithdrawableEpochForValidatorAtIndex.

func (*MockBeaconStateMockRecorder) SetWithdrawalCredentialForValidatorAtIndex

func (mr *MockBeaconStateMockRecorder) SetWithdrawalCredentialForValidatorAtIndex(index, creds any) *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall

SetWithdrawalCredentialForValidatorAtIndex indicates an expected call of SetWithdrawalCredentialForValidatorAtIndex.

func (*MockBeaconStateMockRecorder) SlashValidator

func (mr *MockBeaconStateMockRecorder) SlashValidator(slashedInd, whistleblowerInd any) *MockBeaconStateSlashValidatorCall

SlashValidator indicates an expected call of SlashValidator.

func (*MockBeaconStateMockRecorder) SlashingSegmentAt

SlashingSegmentAt indicates an expected call of SlashingSegmentAt.

func (*MockBeaconStateMockRecorder) Slot

Slot indicates an expected call of Slot.

func (*MockBeaconStateMockRecorder) StateRoots

StateRoots indicates an expected call of StateRoots.

func (*MockBeaconStateMockRecorder) SyncRewards

SyncRewards indicates an expected call of SyncRewards.

func (*MockBeaconStateMockRecorder) UpgradeToAltair

UpgradeToAltair indicates an expected call of UpgradeToAltair.

func (*MockBeaconStateMockRecorder) UpgradeToBellatrix

UpgradeToBellatrix indicates an expected call of UpgradeToBellatrix.

func (*MockBeaconStateMockRecorder) UpgradeToCapella

UpgradeToCapella indicates an expected call of UpgradeToCapella.

func (*MockBeaconStateMockRecorder) UpgradeToDeneb

UpgradeToDeneb indicates an expected call of UpgradeToDeneb.

func (*MockBeaconStateMockRecorder) UpgradeToElectra

UpgradeToElectra indicates an expected call of UpgradeToElectra.

func (*MockBeaconStateMockRecorder) ValidatorBalance

ValidatorBalance indicates an expected call of ValidatorBalance.

func (*MockBeaconStateMockRecorder) ValidatorEffectiveBalance

ValidatorEffectiveBalance indicates an expected call of ValidatorEffectiveBalance.

func (*MockBeaconStateMockRecorder) ValidatorExitEpoch

ValidatorExitEpoch indicates an expected call of ValidatorExitEpoch.

func (*MockBeaconStateMockRecorder) ValidatorForValidatorIndex

func (mr *MockBeaconStateMockRecorder) ValidatorForValidatorIndex(index any) *MockBeaconStateValidatorForValidatorIndexCall

ValidatorForValidatorIndex indicates an expected call of ValidatorForValidatorIndex.

func (*MockBeaconStateMockRecorder) ValidatorInactivityScore

ValidatorInactivityScore indicates an expected call of ValidatorInactivityScore.

func (*MockBeaconStateMockRecorder) ValidatorIndexByPubkey

ValidatorIndexByPubkey indicates an expected call of ValidatorIndexByPubkey.

func (*MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingHeadAttester

func (mr *MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingHeadAttester(idx any) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall

ValidatorIsCurrentMatchingHeadAttester indicates an expected call of ValidatorIsCurrentMatchingHeadAttester.

func (*MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingSourceAttester

func (mr *MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingSourceAttester(idx any) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall

ValidatorIsCurrentMatchingSourceAttester indicates an expected call of ValidatorIsCurrentMatchingSourceAttester.

func (*MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingTargetAttester

func (mr *MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingTargetAttester(idx any) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall

ValidatorIsCurrentMatchingTargetAttester indicates an expected call of ValidatorIsCurrentMatchingTargetAttester.

func (*MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingHeadAttester

func (mr *MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingHeadAttester(idx any) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall

ValidatorIsPreviousMatchingHeadAttester indicates an expected call of ValidatorIsPreviousMatchingHeadAttester.

func (*MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingSourceAttester

func (mr *MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingSourceAttester(idx any) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall

ValidatorIsPreviousMatchingSourceAttester indicates an expected call of ValidatorIsPreviousMatchingSourceAttester.

func (*MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingTargetAttester

func (mr *MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingTargetAttester(idx any) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall

ValidatorIsPreviousMatchingTargetAttester indicates an expected call of ValidatorIsPreviousMatchingTargetAttester.

func (*MockBeaconStateMockRecorder) ValidatorLength

ValidatorLength indicates an expected call of ValidatorLength.

func (*MockBeaconStateMockRecorder) ValidatorMinCurrentInclusionDelayAttestation

func (mr *MockBeaconStateMockRecorder) ValidatorMinCurrentInclusionDelayAttestation(index any) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall

ValidatorMinCurrentInclusionDelayAttestation indicates an expected call of ValidatorMinCurrentInclusionDelayAttestation.

func (*MockBeaconStateMockRecorder) ValidatorMinPreviousInclusionDelayAttestation

func (mr *MockBeaconStateMockRecorder) ValidatorMinPreviousInclusionDelayAttestation(index any) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall

ValidatorMinPreviousInclusionDelayAttestation indicates an expected call of ValidatorMinPreviousInclusionDelayAttestation.

func (*MockBeaconStateMockRecorder) ValidatorSet

ValidatorSet indicates an expected call of ValidatorSet.

func (*MockBeaconStateMockRecorder) ValidatorWithdrawableEpoch

func (mr *MockBeaconStateMockRecorder) ValidatorWithdrawableEpoch(index any) *MockBeaconStateValidatorWithdrawableEpochCall

ValidatorWithdrawableEpoch indicates an expected call of ValidatorWithdrawableEpoch.

func (*MockBeaconStateMockRecorder) Version

Version indicates an expected call of Version.

type MockBeaconStateMutator

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

MockBeaconStateMutator is a mock of BeaconStateMutator interface.

func NewMockBeaconStateMutator

func NewMockBeaconStateMutator(ctrl *gomock.Controller) *MockBeaconStateMutator

NewMockBeaconStateMutator creates a new mock instance.

func (*MockBeaconStateMutator) AddCurrentEpochAtteastation

func (m *MockBeaconStateMutator) AddCurrentEpochAtteastation(attestation *solid.PendingAttestation)

AddCurrentEpochAtteastation mocks base method.

func (*MockBeaconStateMutator) AddCurrentEpochParticipationFlags

func (m *MockBeaconStateMutator) AddCurrentEpochParticipationFlags(flags cltypes.ParticipationFlags)

AddCurrentEpochParticipationFlags mocks base method.

func (*MockBeaconStateMutator) AddEth1DataVote

func (m *MockBeaconStateMutator) AddEth1DataVote(vote *cltypes.Eth1Data)

AddEth1DataVote mocks base method.

func (*MockBeaconStateMutator) AddHistoricalRoot

func (m *MockBeaconStateMutator) AddHistoricalRoot(root common.Hash)

AddHistoricalRoot mocks base method.

func (*MockBeaconStateMutator) AddHistoricalSummary

func (m *MockBeaconStateMutator) AddHistoricalSummary(summary *cltypes.HistoricalSummary)

AddHistoricalSummary mocks base method.

func (*MockBeaconStateMutator) AddInactivityScore

func (m *MockBeaconStateMutator) AddInactivityScore(score uint64)

AddInactivityScore mocks base method.

func (*MockBeaconStateMutator) AddPreviousEpochAttestation

func (m *MockBeaconStateMutator) AddPreviousEpochAttestation(attestation *solid.PendingAttestation)

AddPreviousEpochAttestation mocks base method.

func (*MockBeaconStateMutator) AddPreviousEpochParticipationAt

func (m *MockBeaconStateMutator) AddPreviousEpochParticipationAt(index int, delta byte)

AddPreviousEpochParticipationAt mocks base method.

func (*MockBeaconStateMutator) AddPreviousEpochParticipationFlags

func (m *MockBeaconStateMutator) AddPreviousEpochParticipationFlags(flags cltypes.ParticipationFlags)

AddPreviousEpochParticipationFlags mocks base method.

func (*MockBeaconStateMutator) AddValidator

func (m *MockBeaconStateMutator) AddValidator(validator solid.Validator, balance uint64)

AddValidator mocks base method.

func (*MockBeaconStateMutator) AppendPendingConsolidation

func (m *MockBeaconStateMutator) AppendPendingConsolidation(consolidation *solid.PendingConsolidation)

AppendPendingConsolidation mocks base method.

func (*MockBeaconStateMutator) AppendPendingDeposit

func (m *MockBeaconStateMutator) AppendPendingDeposit(deposit *solid.PendingDeposit)

AppendPendingDeposit mocks base method.

func (*MockBeaconStateMutator) AppendPendingPartialWithdrawal

func (m *MockBeaconStateMutator) AppendPendingPartialWithdrawal(withdrawal *solid.PendingPartialWithdrawal)

AppendPendingPartialWithdrawal mocks base method.

func (*MockBeaconStateMutator) AppendValidator

func (m *MockBeaconStateMutator) AppendValidator(in solid.Validator)

AppendValidator mocks base method.

func (*MockBeaconStateMutator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBeaconStateMutator) ResetCurrentEpochAttestations

func (m *MockBeaconStateMutator) ResetCurrentEpochAttestations()

ResetCurrentEpochAttestations mocks base method.

func (*MockBeaconStateMutator) ResetEpochParticipation

func (m *MockBeaconStateMutator) ResetEpochParticipation()

ResetEpochParticipation mocks base method.

func (*MockBeaconStateMutator) ResetEth1DataVotes

func (m *MockBeaconStateMutator) ResetEth1DataVotes()

ResetEth1DataVotes mocks base method.

func (*MockBeaconStateMutator) ResetHistoricalSummaries

func (m *MockBeaconStateMutator) ResetHistoricalSummaries()

ResetHistoricalSummaries mocks base method.

func (*MockBeaconStateMutator) ResetPreviousEpochAttestations

func (m *MockBeaconStateMutator) ResetPreviousEpochAttestations()

ResetPreviousEpochAttestations mocks base method.

func (*MockBeaconStateMutator) SetActivationEligibilityEpochForValidatorAtIndex

func (m *MockBeaconStateMutator) SetActivationEligibilityEpochForValidatorAtIndex(index int, epoch uint64)

SetActivationEligibilityEpochForValidatorAtIndex mocks base method.

func (*MockBeaconStateMutator) SetActivationEpochForValidatorAtIndex

func (m *MockBeaconStateMutator) SetActivationEpochForValidatorAtIndex(index int, epoch uint64)

SetActivationEpochForValidatorAtIndex mocks base method.

func (*MockBeaconStateMutator) SetBlockRootAt

func (m *MockBeaconStateMutator) SetBlockRootAt(index int, root common.Hash)

SetBlockRootAt mocks base method.

func (*MockBeaconStateMutator) SetConsolidationBalanceToConsume

func (m *MockBeaconStateMutator) SetConsolidationBalanceToConsume(arg0 uint64)

SetConsolidationBalanceToConsume mocks base method.

func (*MockBeaconStateMutator) SetCurrentEpochParticipationFlags

func (m *MockBeaconStateMutator) SetCurrentEpochParticipationFlags(flags []cltypes.ParticipationFlags)

SetCurrentEpochParticipationFlags mocks base method.

func (*MockBeaconStateMutator) SetCurrentJustifiedCheckpoint

func (m *MockBeaconStateMutator) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint solid.Checkpoint)

SetCurrentJustifiedCheckpoint mocks base method.

func (*MockBeaconStateMutator) SetCurrentSyncCommittee

func (m *MockBeaconStateMutator) SetCurrentSyncCommittee(currentSyncCommittee *solid.SyncCommittee)

SetCurrentSyncCommittee mocks base method.

func (*MockBeaconStateMutator) SetDepositBalanceToConsume

func (m *MockBeaconStateMutator) SetDepositBalanceToConsume(arg0 uint64)

SetDepositBalanceToConsume mocks base method.

func (*MockBeaconStateMutator) SetDepositRequestsStartIndex

func (m *MockBeaconStateMutator) SetDepositRequestsStartIndex(arg0 uint64)

SetDepositRequestsStartIndex mocks base method.

func (*MockBeaconStateMutator) SetEarlistConsolidationEpoch

func (m *MockBeaconStateMutator) SetEarlistConsolidationEpoch(arg0 uint64)

SetEarlistConsolidationEpoch mocks base method.

func (*MockBeaconStateMutator) SetEffectiveBalanceForValidatorAtIndex

func (m *MockBeaconStateMutator) SetEffectiveBalanceForValidatorAtIndex(index int, balance uint64)

SetEffectiveBalanceForValidatorAtIndex mocks base method.

func (*MockBeaconStateMutator) SetEpochParticipationForValidatorIndex

func (m *MockBeaconStateMutator) SetEpochParticipationForValidatorIndex(isCurrentEpoch bool, index int, flags cltypes.ParticipationFlags)

SetEpochParticipationForValidatorIndex mocks base method.

func (*MockBeaconStateMutator) SetEth1Data

func (m *MockBeaconStateMutator) SetEth1Data(eth1Data *cltypes.Eth1Data)

SetEth1Data mocks base method.

func (*MockBeaconStateMutator) SetEth1DepositIndex

func (m *MockBeaconStateMutator) SetEth1DepositIndex(eth1DepositIndex uint64)

SetEth1DepositIndex mocks base method.

func (*MockBeaconStateMutator) SetExitEpochForValidatorAtIndex

func (m *MockBeaconStateMutator) SetExitEpochForValidatorAtIndex(index int, epoch uint64)

SetExitEpochForValidatorAtIndex mocks base method.

func (*MockBeaconStateMutator) SetFinalizedCheckpoint

func (m *MockBeaconStateMutator) SetFinalizedCheckpoint(finalizedCheckpoint solid.Checkpoint)

SetFinalizedCheckpoint mocks base method.

func (*MockBeaconStateMutator) SetFork

func (m *MockBeaconStateMutator) SetFork(fork *cltypes.Fork)

SetFork mocks base method.

func (*MockBeaconStateMutator) SetInactivityScores

func (m *MockBeaconStateMutator) SetInactivityScores(scores []uint64)

SetInactivityScores mocks base method.

func (*MockBeaconStateMutator) SetJustificationBits

func (m *MockBeaconStateMutator) SetJustificationBits(justificationBits cltypes.JustificationBits)

SetJustificationBits mocks base method.

func (*MockBeaconStateMutator) SetLatestBlockHeader

func (m *MockBeaconStateMutator) SetLatestBlockHeader(header *cltypes.BeaconBlockHeader)

SetLatestBlockHeader mocks base method.

func (*MockBeaconStateMutator) SetLatestExecutionPayloadHeader

func (m *MockBeaconStateMutator) SetLatestExecutionPayloadHeader(header *cltypes.Eth1Header)

SetLatestExecutionPayloadHeader mocks base method.

func (*MockBeaconStateMutator) SetNextSyncCommittee

func (m *MockBeaconStateMutator) SetNextSyncCommittee(nextSyncCommittee *solid.SyncCommittee)

SetNextSyncCommittee mocks base method.

func (*MockBeaconStateMutator) SetNextWithdrawalIndex

func (m *MockBeaconStateMutator) SetNextWithdrawalIndex(index uint64)

SetNextWithdrawalIndex mocks base method.

func (*MockBeaconStateMutator) SetNextWithdrawalValidatorIndex

func (m *MockBeaconStateMutator) SetNextWithdrawalValidatorIndex(index uint64)

SetNextWithdrawalValidatorIndex mocks base method.

func (*MockBeaconStateMutator) SetPendingConsolidations

func (m *MockBeaconStateMutator) SetPendingConsolidations(consolidations *solid.ListSSZ[*solid.PendingConsolidation])

SetPendingConsolidations mocks base method.

func (*MockBeaconStateMutator) SetPendingDeposits

func (m *MockBeaconStateMutator) SetPendingDeposits(arg0 *solid.ListSSZ[*solid.PendingDeposit])

SetPendingDeposits mocks base method.

func (*MockBeaconStateMutator) SetPendingPartialWithdrawals

func (m *MockBeaconStateMutator) SetPendingPartialWithdrawals(arg0 *solid.ListSSZ[*solid.PendingPartialWithdrawal])

SetPendingPartialWithdrawals mocks base method.

func (*MockBeaconStateMutator) SetPreviousEpochAttestations

func (m *MockBeaconStateMutator) SetPreviousEpochAttestations(attestations *solid.ListSSZ[*solid.PendingAttestation])

SetPreviousEpochAttestations mocks base method.

func (*MockBeaconStateMutator) SetPreviousEpochParticipationFlags

func (m *MockBeaconStateMutator) SetPreviousEpochParticipationFlags(flags []cltypes.ParticipationFlags)

SetPreviousEpochParticipationFlags mocks base method.

func (*MockBeaconStateMutator) SetPreviousJustifiedCheckpoint

func (m *MockBeaconStateMutator) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint solid.Checkpoint)

SetPreviousJustifiedCheckpoint mocks base method.

func (*MockBeaconStateMutator) SetRandaoMixAt

func (m *MockBeaconStateMutator) SetRandaoMixAt(index int, mix common.Hash)

SetRandaoMixAt mocks base method.

func (*MockBeaconStateMutator) SetSlashingSegmentAt

func (m *MockBeaconStateMutator) SetSlashingSegmentAt(index int, segment uint64)

SetSlashingSegmentAt mocks base method.

func (*MockBeaconStateMutator) SetSlot

func (m *MockBeaconStateMutator) SetSlot(slot uint64)

SetSlot mocks base method.

func (*MockBeaconStateMutator) SetStateRootAt

func (m *MockBeaconStateMutator) SetStateRootAt(index int, root common.Hash)

SetStateRootAt mocks base method.

func (*MockBeaconStateMutator) SetValidatorAtIndex

func (m *MockBeaconStateMutator) SetValidatorAtIndex(index int, validator solid.Validator)

SetValidatorAtIndex mocks base method.

func (*MockBeaconStateMutator) SetValidatorBalance

func (m *MockBeaconStateMutator) SetValidatorBalance(index int, balance uint64) error

SetValidatorBalance mocks base method.

func (*MockBeaconStateMutator) SetValidatorInactivityScore

func (m *MockBeaconStateMutator) SetValidatorInactivityScore(index int, score uint64) error

SetValidatorInactivityScore mocks base method.

func (*MockBeaconStateMutator) SetValidatorIsCurrentMatchingHeadAttester

func (m *MockBeaconStateMutator) SetValidatorIsCurrentMatchingHeadAttester(index int, value bool) error

SetValidatorIsCurrentMatchingHeadAttester mocks base method.

func (*MockBeaconStateMutator) SetValidatorIsCurrentMatchingSourceAttester

func (m *MockBeaconStateMutator) SetValidatorIsCurrentMatchingSourceAttester(index int, value bool) error

SetValidatorIsCurrentMatchingSourceAttester mocks base method.

func (*MockBeaconStateMutator) SetValidatorIsCurrentMatchingTargetAttester

func (m *MockBeaconStateMutator) SetValidatorIsCurrentMatchingTargetAttester(index int, value bool) error

SetValidatorIsCurrentMatchingTargetAttester mocks base method.

func (*MockBeaconStateMutator) SetValidatorIsPreviousMatchingHeadAttester

func (m *MockBeaconStateMutator) SetValidatorIsPreviousMatchingHeadAttester(index int, value bool) error

SetValidatorIsPreviousMatchingHeadAttester mocks base method.

func (*MockBeaconStateMutator) SetValidatorIsPreviousMatchingSourceAttester

func (m *MockBeaconStateMutator) SetValidatorIsPreviousMatchingSourceAttester(index int, value bool) error

SetValidatorIsPreviousMatchingSourceAttester mocks base method.

func (*MockBeaconStateMutator) SetValidatorIsPreviousMatchingTargetAttester

func (m *MockBeaconStateMutator) SetValidatorIsPreviousMatchingTargetAttester(index int, value bool) error

SetValidatorIsPreviousMatchingTargetAttester mocks base method.

func (*MockBeaconStateMutator) SetValidatorMinCurrentInclusionDelayAttestation

func (m *MockBeaconStateMutator) SetValidatorMinCurrentInclusionDelayAttestation(index int, value *solid.PendingAttestation) error

SetValidatorMinCurrentInclusionDelayAttestation mocks base method.

func (*MockBeaconStateMutator) SetValidatorMinPreviousInclusionDelayAttestation

func (m *MockBeaconStateMutator) SetValidatorMinPreviousInclusionDelayAttestation(index int, value *solid.PendingAttestation) error

SetValidatorMinPreviousInclusionDelayAttestation mocks base method.

func (*MockBeaconStateMutator) SetValidatorSlashed

func (m *MockBeaconStateMutator) SetValidatorSlashed(index int, slashed bool) error

SetValidatorSlashed mocks base method.

func (*MockBeaconStateMutator) SetVersion

func (m *MockBeaconStateMutator) SetVersion(version clparams.StateVersion)

SetVersion mocks base method.

func (*MockBeaconStateMutator) SetWithdrawableEpochForValidatorAtIndex

func (m *MockBeaconStateMutator) SetWithdrawableEpochForValidatorAtIndex(index int, epoch uint64) error

SetWithdrawableEpochForValidatorAtIndex mocks base method.

func (*MockBeaconStateMutator) SetWithdrawalCredentialForValidatorAtIndex

func (m *MockBeaconStateMutator) SetWithdrawalCredentialForValidatorAtIndex(index int, creds common.Hash)

SetWithdrawalCredentialForValidatorAtIndex mocks base method.

type MockBeaconStateMutatorAddCurrentEpochAtteastationCall

type MockBeaconStateMutatorAddCurrentEpochAtteastationCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddCurrentEpochAtteastationCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddCurrentEpochAtteastationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall

type MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddEth1DataVoteCall

type MockBeaconStateMutatorAddEth1DataVoteCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddEth1DataVoteCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddEth1DataVoteCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddEth1DataVoteCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddEth1DataVoteCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddHistoricalRootCall

type MockBeaconStateMutatorAddHistoricalRootCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddHistoricalRootCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddHistoricalRootCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddHistoricalRootCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddHistoricalRootCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddHistoricalSummaryCall

type MockBeaconStateMutatorAddHistoricalSummaryCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddHistoricalSummaryCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddHistoricalSummaryCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddHistoricalSummaryCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddHistoricalSummaryCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddInactivityScoreCall

type MockBeaconStateMutatorAddInactivityScoreCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddInactivityScoreCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddInactivityScoreCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddInactivityScoreCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddInactivityScoreCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddPreviousEpochAttestationCall

type MockBeaconStateMutatorAddPreviousEpochAttestationCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddPreviousEpochAttestationCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddPreviousEpochAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddPreviousEpochAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddPreviousEpochAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddPreviousEpochParticipationAtCall

type MockBeaconStateMutatorAddPreviousEpochParticipationAtCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddPreviousEpochParticipationAtCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall

type MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAddValidatorCall

type MockBeaconStateMutatorAddValidatorCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAddValidatorCall wrap *gomock.Call

func (*MockBeaconStateMutatorAddValidatorCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAddValidatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAddValidatorCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAppendPendingConsolidationCall

type MockBeaconStateMutatorAppendPendingConsolidationCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAppendPendingConsolidationCall wrap *gomock.Call

func (*MockBeaconStateMutatorAppendPendingConsolidationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAppendPendingConsolidationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAppendPendingConsolidationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAppendPendingDepositCall

type MockBeaconStateMutatorAppendPendingDepositCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAppendPendingDepositCall wrap *gomock.Call

func (*MockBeaconStateMutatorAppendPendingDepositCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAppendPendingDepositCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAppendPendingDepositCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAppendPendingPartialWithdrawalCall

type MockBeaconStateMutatorAppendPendingPartialWithdrawalCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAppendPendingPartialWithdrawalCall wrap *gomock.Call

func (*MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorAppendValidatorCall

type MockBeaconStateMutatorAppendValidatorCall struct {
	*gomock.Call
}

MockBeaconStateMutatorAppendValidatorCall wrap *gomock.Call

func (*MockBeaconStateMutatorAppendValidatorCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorAppendValidatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorAppendValidatorCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorMockRecorder

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

MockBeaconStateMutatorMockRecorder is the mock recorder for MockBeaconStateMutator.

func (*MockBeaconStateMutatorMockRecorder) AddCurrentEpochAtteastation

AddCurrentEpochAtteastation indicates an expected call of AddCurrentEpochAtteastation.

func (*MockBeaconStateMutatorMockRecorder) AddCurrentEpochParticipationFlags

AddCurrentEpochParticipationFlags indicates an expected call of AddCurrentEpochParticipationFlags.

func (*MockBeaconStateMutatorMockRecorder) AddEth1DataVote

AddEth1DataVote indicates an expected call of AddEth1DataVote.

func (*MockBeaconStateMutatorMockRecorder) AddHistoricalRoot

AddHistoricalRoot indicates an expected call of AddHistoricalRoot.

func (*MockBeaconStateMutatorMockRecorder) AddHistoricalSummary

AddHistoricalSummary indicates an expected call of AddHistoricalSummary.

func (*MockBeaconStateMutatorMockRecorder) AddInactivityScore

AddInactivityScore indicates an expected call of AddInactivityScore.

func (*MockBeaconStateMutatorMockRecorder) AddPreviousEpochAttestation

AddPreviousEpochAttestation indicates an expected call of AddPreviousEpochAttestation.

func (*MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationAt

AddPreviousEpochParticipationAt indicates an expected call of AddPreviousEpochParticipationAt.

func (*MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationFlags

AddPreviousEpochParticipationFlags indicates an expected call of AddPreviousEpochParticipationFlags.

func (*MockBeaconStateMutatorMockRecorder) AddValidator

AddValidator indicates an expected call of AddValidator.

func (*MockBeaconStateMutatorMockRecorder) AppendPendingConsolidation

AppendPendingConsolidation indicates an expected call of AppendPendingConsolidation.

func (*MockBeaconStateMutatorMockRecorder) AppendPendingDeposit

AppendPendingDeposit indicates an expected call of AppendPendingDeposit.

func (*MockBeaconStateMutatorMockRecorder) AppendPendingPartialWithdrawal

AppendPendingPartialWithdrawal indicates an expected call of AppendPendingPartialWithdrawal.

func (*MockBeaconStateMutatorMockRecorder) AppendValidator

AppendValidator indicates an expected call of AppendValidator.

func (*MockBeaconStateMutatorMockRecorder) ResetCurrentEpochAttestations

ResetCurrentEpochAttestations indicates an expected call of ResetCurrentEpochAttestations.

func (*MockBeaconStateMutatorMockRecorder) ResetEpochParticipation

ResetEpochParticipation indicates an expected call of ResetEpochParticipation.

func (*MockBeaconStateMutatorMockRecorder) ResetEth1DataVotes

ResetEth1DataVotes indicates an expected call of ResetEth1DataVotes.

func (*MockBeaconStateMutatorMockRecorder) ResetHistoricalSummaries

ResetHistoricalSummaries indicates an expected call of ResetHistoricalSummaries.

func (*MockBeaconStateMutatorMockRecorder) ResetPreviousEpochAttestations

ResetPreviousEpochAttestations indicates an expected call of ResetPreviousEpochAttestations.

func (*MockBeaconStateMutatorMockRecorder) SetActivationEligibilityEpochForValidatorAtIndex

func (mr *MockBeaconStateMutatorMockRecorder) SetActivationEligibilityEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall

SetActivationEligibilityEpochForValidatorAtIndex indicates an expected call of SetActivationEligibilityEpochForValidatorAtIndex.

func (*MockBeaconStateMutatorMockRecorder) SetActivationEpochForValidatorAtIndex

func (mr *MockBeaconStateMutatorMockRecorder) SetActivationEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall

SetActivationEpochForValidatorAtIndex indicates an expected call of SetActivationEpochForValidatorAtIndex.

func (*MockBeaconStateMutatorMockRecorder) SetBlockRootAt

SetBlockRootAt indicates an expected call of SetBlockRootAt.

func (*MockBeaconStateMutatorMockRecorder) SetConsolidationBalanceToConsume

SetConsolidationBalanceToConsume indicates an expected call of SetConsolidationBalanceToConsume.

func (*MockBeaconStateMutatorMockRecorder) SetCurrentEpochParticipationFlags

SetCurrentEpochParticipationFlags indicates an expected call of SetCurrentEpochParticipationFlags.

func (*MockBeaconStateMutatorMockRecorder) SetCurrentJustifiedCheckpoint

func (mr *MockBeaconStateMutatorMockRecorder) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint any) *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall

SetCurrentJustifiedCheckpoint indicates an expected call of SetCurrentJustifiedCheckpoint.

func (*MockBeaconStateMutatorMockRecorder) SetCurrentSyncCommittee

func (mr *MockBeaconStateMutatorMockRecorder) SetCurrentSyncCommittee(currentSyncCommittee any) *MockBeaconStateMutatorSetCurrentSyncCommitteeCall

SetCurrentSyncCommittee indicates an expected call of SetCurrentSyncCommittee.

func (*MockBeaconStateMutatorMockRecorder) SetDepositBalanceToConsume

SetDepositBalanceToConsume indicates an expected call of SetDepositBalanceToConsume.

func (*MockBeaconStateMutatorMockRecorder) SetDepositRequestsStartIndex

SetDepositRequestsStartIndex indicates an expected call of SetDepositRequestsStartIndex.

func (*MockBeaconStateMutatorMockRecorder) SetEarlistConsolidationEpoch

SetEarlistConsolidationEpoch indicates an expected call of SetEarlistConsolidationEpoch.

func (*MockBeaconStateMutatorMockRecorder) SetEffectiveBalanceForValidatorAtIndex

func (mr *MockBeaconStateMutatorMockRecorder) SetEffectiveBalanceForValidatorAtIndex(index, balance any) *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall

SetEffectiveBalanceForValidatorAtIndex indicates an expected call of SetEffectiveBalanceForValidatorAtIndex.

func (*MockBeaconStateMutatorMockRecorder) SetEpochParticipationForValidatorIndex

func (mr *MockBeaconStateMutatorMockRecorder) SetEpochParticipationForValidatorIndex(isCurrentEpoch, index, flags any) *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall

SetEpochParticipationForValidatorIndex indicates an expected call of SetEpochParticipationForValidatorIndex.

func (*MockBeaconStateMutatorMockRecorder) SetEth1Data

SetEth1Data indicates an expected call of SetEth1Data.

func (*MockBeaconStateMutatorMockRecorder) SetEth1DepositIndex

SetEth1DepositIndex indicates an expected call of SetEth1DepositIndex.

func (*MockBeaconStateMutatorMockRecorder) SetExitEpochForValidatorAtIndex

SetExitEpochForValidatorAtIndex indicates an expected call of SetExitEpochForValidatorAtIndex.

func (*MockBeaconStateMutatorMockRecorder) SetFinalizedCheckpoint

func (mr *MockBeaconStateMutatorMockRecorder) SetFinalizedCheckpoint(finalizedCheckpoint any) *MockBeaconStateMutatorSetFinalizedCheckpointCall

SetFinalizedCheckpoint indicates an expected call of SetFinalizedCheckpoint.

func (*MockBeaconStateMutatorMockRecorder) SetFork

SetFork indicates an expected call of SetFork.

func (*MockBeaconStateMutatorMockRecorder) SetInactivityScores

SetInactivityScores indicates an expected call of SetInactivityScores.

func (*MockBeaconStateMutatorMockRecorder) SetJustificationBits

func (mr *MockBeaconStateMutatorMockRecorder) SetJustificationBits(justificationBits any) *MockBeaconStateMutatorSetJustificationBitsCall

SetJustificationBits indicates an expected call of SetJustificationBits.

func (*MockBeaconStateMutatorMockRecorder) SetLatestBlockHeader

SetLatestBlockHeader indicates an expected call of SetLatestBlockHeader.

func (*MockBeaconStateMutatorMockRecorder) SetLatestExecutionPayloadHeader

SetLatestExecutionPayloadHeader indicates an expected call of SetLatestExecutionPayloadHeader.

func (*MockBeaconStateMutatorMockRecorder) SetNextSyncCommittee

func (mr *MockBeaconStateMutatorMockRecorder) SetNextSyncCommittee(nextSyncCommittee any) *MockBeaconStateMutatorSetNextSyncCommitteeCall

SetNextSyncCommittee indicates an expected call of SetNextSyncCommittee.

func (*MockBeaconStateMutatorMockRecorder) SetNextWithdrawalIndex

SetNextWithdrawalIndex indicates an expected call of SetNextWithdrawalIndex.

func (*MockBeaconStateMutatorMockRecorder) SetNextWithdrawalValidatorIndex

SetNextWithdrawalValidatorIndex indicates an expected call of SetNextWithdrawalValidatorIndex.

func (*MockBeaconStateMutatorMockRecorder) SetPendingConsolidations

SetPendingConsolidations indicates an expected call of SetPendingConsolidations.

func (*MockBeaconStateMutatorMockRecorder) SetPendingDeposits

SetPendingDeposits indicates an expected call of SetPendingDeposits.

func (*MockBeaconStateMutatorMockRecorder) SetPendingPartialWithdrawals

SetPendingPartialWithdrawals indicates an expected call of SetPendingPartialWithdrawals.

func (*MockBeaconStateMutatorMockRecorder) SetPreviousEpochAttestations

SetPreviousEpochAttestations indicates an expected call of SetPreviousEpochAttestations.

func (*MockBeaconStateMutatorMockRecorder) SetPreviousEpochParticipationFlags

SetPreviousEpochParticipationFlags indicates an expected call of SetPreviousEpochParticipationFlags.

func (*MockBeaconStateMutatorMockRecorder) SetPreviousJustifiedCheckpoint

func (mr *MockBeaconStateMutatorMockRecorder) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint any) *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall

SetPreviousJustifiedCheckpoint indicates an expected call of SetPreviousJustifiedCheckpoint.

func (*MockBeaconStateMutatorMockRecorder) SetRandaoMixAt

SetRandaoMixAt indicates an expected call of SetRandaoMixAt.

func (*MockBeaconStateMutatorMockRecorder) SetSlashingSegmentAt

SetSlashingSegmentAt indicates an expected call of SetSlashingSegmentAt.

func (*MockBeaconStateMutatorMockRecorder) SetSlot

SetSlot indicates an expected call of SetSlot.

func (*MockBeaconStateMutatorMockRecorder) SetStateRootAt

SetStateRootAt indicates an expected call of SetStateRootAt.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorAtIndex

SetValidatorAtIndex indicates an expected call of SetValidatorAtIndex.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorBalance

SetValidatorBalance indicates an expected call of SetValidatorBalance.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorInactivityScore

SetValidatorInactivityScore indicates an expected call of SetValidatorInactivityScore.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingHeadAttester

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingHeadAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall

SetValidatorIsCurrentMatchingHeadAttester indicates an expected call of SetValidatorIsCurrentMatchingHeadAttester.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingSourceAttester

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingSourceAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall

SetValidatorIsCurrentMatchingSourceAttester indicates an expected call of SetValidatorIsCurrentMatchingSourceAttester.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingTargetAttester

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingTargetAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall

SetValidatorIsCurrentMatchingTargetAttester indicates an expected call of SetValidatorIsCurrentMatchingTargetAttester.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingHeadAttester

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingHeadAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall

SetValidatorIsPreviousMatchingHeadAttester indicates an expected call of SetValidatorIsPreviousMatchingHeadAttester.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingSourceAttester

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingSourceAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall

SetValidatorIsPreviousMatchingSourceAttester indicates an expected call of SetValidatorIsPreviousMatchingSourceAttester.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingTargetAttester

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingTargetAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall

SetValidatorIsPreviousMatchingTargetAttester indicates an expected call of SetValidatorIsPreviousMatchingTargetAttester.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorMinCurrentInclusionDelayAttestation

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorMinCurrentInclusionDelayAttestation(index, value any) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall

SetValidatorMinCurrentInclusionDelayAttestation indicates an expected call of SetValidatorMinCurrentInclusionDelayAttestation.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorMinPreviousInclusionDelayAttestation

func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorMinPreviousInclusionDelayAttestation(index, value any) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall

SetValidatorMinPreviousInclusionDelayAttestation indicates an expected call of SetValidatorMinPreviousInclusionDelayAttestation.

func (*MockBeaconStateMutatorMockRecorder) SetValidatorSlashed

SetValidatorSlashed indicates an expected call of SetValidatorSlashed.

func (*MockBeaconStateMutatorMockRecorder) SetVersion

SetVersion indicates an expected call of SetVersion.

func (*MockBeaconStateMutatorMockRecorder) SetWithdrawableEpochForValidatorAtIndex

func (mr *MockBeaconStateMutatorMockRecorder) SetWithdrawableEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall

SetWithdrawableEpochForValidatorAtIndex indicates an expected call of SetWithdrawableEpochForValidatorAtIndex.

func (*MockBeaconStateMutatorMockRecorder) SetWithdrawalCredentialForValidatorAtIndex

func (mr *MockBeaconStateMutatorMockRecorder) SetWithdrawalCredentialForValidatorAtIndex(index, creds any) *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall

SetWithdrawalCredentialForValidatorAtIndex indicates an expected call of SetWithdrawalCredentialForValidatorAtIndex.

type MockBeaconStateMutatorResetCurrentEpochAttestationsCall

type MockBeaconStateMutatorResetCurrentEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorResetCurrentEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorResetCurrentEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorResetEpochParticipationCall

type MockBeaconStateMutatorResetEpochParticipationCall struct {
	*gomock.Call
}

MockBeaconStateMutatorResetEpochParticipationCall wrap *gomock.Call

func (*MockBeaconStateMutatorResetEpochParticipationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorResetEpochParticipationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorResetEpochParticipationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorResetEth1DataVotesCall

type MockBeaconStateMutatorResetEth1DataVotesCall struct {
	*gomock.Call
}

MockBeaconStateMutatorResetEth1DataVotesCall wrap *gomock.Call

func (*MockBeaconStateMutatorResetEth1DataVotesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorResetEth1DataVotesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorResetEth1DataVotesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorResetHistoricalSummariesCall

type MockBeaconStateMutatorResetHistoricalSummariesCall struct {
	*gomock.Call
}

MockBeaconStateMutatorResetHistoricalSummariesCall wrap *gomock.Call

func (*MockBeaconStateMutatorResetHistoricalSummariesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorResetHistoricalSummariesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorResetHistoricalSummariesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorResetPreviousEpochAttestationsCall

type MockBeaconStateMutatorResetPreviousEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorResetPreviousEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorResetPreviousEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall

type MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall

type MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetBlockRootAtCall

type MockBeaconStateMutatorSetBlockRootAtCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetBlockRootAtCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetBlockRootAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetBlockRootAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetBlockRootAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall

type MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall

type MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall

type MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetCurrentSyncCommitteeCall

type MockBeaconStateMutatorSetCurrentSyncCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetCurrentSyncCommitteeCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetCurrentSyncCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetDepositBalanceToConsumeCall

type MockBeaconStateMutatorSetDepositBalanceToConsumeCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetDepositBalanceToConsumeCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetDepositBalanceToConsumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetDepositRequestsStartIndexCall

type MockBeaconStateMutatorSetDepositRequestsStartIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetDepositRequestsStartIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetDepositRequestsStartIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetEarlistConsolidationEpochCall

type MockBeaconStateMutatorSetEarlistConsolidationEpochCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetEarlistConsolidationEpochCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetEarlistConsolidationEpochCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall

type MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall

type MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetEth1DataCall

type MockBeaconStateMutatorSetEth1DataCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetEth1DataCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetEth1DataCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetEth1DataCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetEth1DataCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetEth1DepositIndexCall

type MockBeaconStateMutatorSetEth1DepositIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetEth1DepositIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetEth1DepositIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetEth1DepositIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetEth1DepositIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall

type MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetFinalizedCheckpointCall

type MockBeaconStateMutatorSetFinalizedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetFinalizedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetFinalizedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetFinalizedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetFinalizedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetForkCall

type MockBeaconStateMutatorSetForkCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetForkCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetForkCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetForkCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetForkCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetInactivityScoresCall

type MockBeaconStateMutatorSetInactivityScoresCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetInactivityScoresCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetInactivityScoresCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetInactivityScoresCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetInactivityScoresCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetJustificationBitsCall

type MockBeaconStateMutatorSetJustificationBitsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetJustificationBitsCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetJustificationBitsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetJustificationBitsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetJustificationBitsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetLatestBlockHeaderCall

type MockBeaconStateMutatorSetLatestBlockHeaderCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetLatestBlockHeaderCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetLatestBlockHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetLatestBlockHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetLatestBlockHeaderCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall

type MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetNextSyncCommitteeCall

type MockBeaconStateMutatorSetNextSyncCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetNextSyncCommitteeCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetNextSyncCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetNextSyncCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetNextSyncCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetNextWithdrawalIndexCall

type MockBeaconStateMutatorSetNextWithdrawalIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetNextWithdrawalIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetNextWithdrawalIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetNextWithdrawalIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetNextWithdrawalIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall

type MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetPendingConsolidationsCall

type MockBeaconStateMutatorSetPendingConsolidationsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetPendingConsolidationsCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetPendingConsolidationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetPendingConsolidationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetPendingConsolidationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetPendingDepositsCall

type MockBeaconStateMutatorSetPendingDepositsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetPendingDepositsCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetPendingDepositsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetPendingDepositsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetPendingDepositsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetPendingPartialWithdrawalsCall

type MockBeaconStateMutatorSetPendingPartialWithdrawalsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetPendingPartialWithdrawalsCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetPreviousEpochAttestationsCall

type MockBeaconStateMutatorSetPreviousEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetPreviousEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetPreviousEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall

type MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall

type MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetRandaoMixAtCall

type MockBeaconStateMutatorSetRandaoMixAtCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetRandaoMixAtCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetRandaoMixAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetRandaoMixAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetRandaoMixAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetSlashingSegmentAtCall

type MockBeaconStateMutatorSetSlashingSegmentAtCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetSlashingSegmentAtCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetSlashingSegmentAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetSlashingSegmentAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetSlashingSegmentAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetSlotCall

type MockBeaconStateMutatorSetSlotCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetSlotCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetSlotCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetSlotCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetSlotCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetStateRootAtCall

type MockBeaconStateMutatorSetStateRootAtCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetStateRootAtCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetStateRootAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetStateRootAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetStateRootAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorAtIndexCall

type MockBeaconStateMutatorSetValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorBalanceCall

type MockBeaconStateMutatorSetValidatorBalanceCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorBalanceCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorBalanceCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorInactivityScoreCall

type MockBeaconStateMutatorSetValidatorInactivityScoreCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorInactivityScoreCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorInactivityScoreCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorInactivityScoreCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorInactivityScoreCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall

type MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall

type MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall

type MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall

type MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall

type MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall

type MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall

type MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall

type MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetValidatorSlashedCall

type MockBeaconStateMutatorSetValidatorSlashedCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetValidatorSlashedCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetValidatorSlashedCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetValidatorSlashedCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetValidatorSlashedCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetVersionCall

type MockBeaconStateMutatorSetVersionCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetVersionCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetVersionCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetVersionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetVersionCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall

type MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall

type MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateNextSyncCommitteeCall

type MockBeaconStateNextSyncCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateNextSyncCommitteeCall wrap *gomock.Call

func (*MockBeaconStateNextSyncCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateNextSyncCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateNextSyncCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateNextWithdrawalIndexCall

type MockBeaconStateNextWithdrawalIndexCall struct {
	*gomock.Call
}

MockBeaconStateNextWithdrawalIndexCall wrap *gomock.Call

func (*MockBeaconStateNextWithdrawalIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateNextWithdrawalIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateNextWithdrawalIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateNextWithdrawalValidatorIndexCall

type MockBeaconStateNextWithdrawalValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateNextWithdrawalValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateNextWithdrawalValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateNextWithdrawalValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateNextWithdrawalValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStatePreviousEpochAttestationsCall

type MockBeaconStatePreviousEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStatePreviousEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStatePreviousEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStatePreviousEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStatePreviousEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStatePreviousEpochAttestationsLengthCall

type MockBeaconStatePreviousEpochAttestationsLengthCall struct {
	*gomock.Call
}

MockBeaconStatePreviousEpochAttestationsLengthCall wrap *gomock.Call

func (*MockBeaconStatePreviousEpochAttestationsLengthCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStatePreviousEpochAttestationsLengthCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStatePreviousEpochAttestationsLengthCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStatePreviousEpochParticipationCall

type MockBeaconStatePreviousEpochParticipationCall struct {
	*gomock.Call
}

MockBeaconStatePreviousEpochParticipationCall wrap *gomock.Call

func (*MockBeaconStatePreviousEpochParticipationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStatePreviousEpochParticipationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStatePreviousEpochParticipationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStatePreviousJustifiedCheckpointCall

type MockBeaconStatePreviousJustifiedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStatePreviousJustifiedCheckpointCall wrap *gomock.Call

func (*MockBeaconStatePreviousJustifiedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStatePreviousJustifiedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStatePreviousJustifiedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStatePreviousSlotCall

type MockBeaconStatePreviousSlotCall struct {
	*gomock.Call
}

MockBeaconStatePreviousSlotCall wrap *gomock.Call

func (*MockBeaconStatePreviousSlotCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStatePreviousSlotCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStatePreviousSlotCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStatePreviousStateRootCall

type MockBeaconStatePreviousStateRootCall struct {
	*gomock.Call
}

MockBeaconStatePreviousStateRootCall wrap *gomock.Call

func (*MockBeaconStatePreviousStateRootCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStatePreviousStateRootCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStatePreviousStateRootCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateRandaoMixesCall

type MockBeaconStateRandaoMixesCall struct {
	*gomock.Call
}

MockBeaconStateRandaoMixesCall wrap *gomock.Call

func (*MockBeaconStateRandaoMixesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateRandaoMixesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateRandaoMixesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateReader

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

MockBeaconStateReader is a mock of BeaconStateReader interface.

func NewMockBeaconStateReader

func NewMockBeaconStateReader(ctrl *gomock.Controller) *MockBeaconStateReader

NewMockBeaconStateReader creates a new mock instance.

func (*MockBeaconStateReader) CommitteeCount

func (m *MockBeaconStateReader) CommitteeCount(epoch uint64) uint64

CommitteeCount mocks base method.

func (*MockBeaconStateReader) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBeaconStateReader) GenesisValidatorsRoot

func (m *MockBeaconStateReader) GenesisValidatorsRoot() common.Hash

GenesisValidatorsRoot mocks base method.

func (*MockBeaconStateReader) GetBeaconProposerIndexForSlot

func (m *MockBeaconStateReader) GetBeaconProposerIndexForSlot(slot uint64) (uint64, error)

GetBeaconProposerIndexForSlot mocks base method.

func (*MockBeaconStateReader) GetDomain

func (m *MockBeaconStateReader) GetDomain(domainType [4]byte, epoch uint64) ([]byte, error)

GetDomain mocks base method.

func (*MockBeaconStateReader) ValidatorForValidatorIndex

func (m *MockBeaconStateReader) ValidatorForValidatorIndex(index int) (solid.Validator, error)

ValidatorForValidatorIndex mocks base method.

func (*MockBeaconStateReader) ValidatorPublicKey

func (m *MockBeaconStateReader) ValidatorPublicKey(index int) (common.Bytes48, error)

ValidatorPublicKey mocks base method.

func (*MockBeaconStateReader) Version

Version mocks base method.

type MockBeaconStateReaderCommitteeCountCall

type MockBeaconStateReaderCommitteeCountCall struct {
	*gomock.Call
}

MockBeaconStateReaderCommitteeCountCall wrap *gomock.Call

func (*MockBeaconStateReaderCommitteeCountCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateReaderCommitteeCountCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateReaderCommitteeCountCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateReaderGenesisValidatorsRootCall

type MockBeaconStateReaderGenesisValidatorsRootCall struct {
	*gomock.Call
}

MockBeaconStateReaderGenesisValidatorsRootCall wrap *gomock.Call

func (*MockBeaconStateReaderGenesisValidatorsRootCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateReaderGenesisValidatorsRootCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateReaderGenesisValidatorsRootCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateReaderGetBeaconProposerIndexForSlotCall

type MockBeaconStateReaderGetBeaconProposerIndexForSlotCall struct {
	*gomock.Call
}

MockBeaconStateReaderGetBeaconProposerIndexForSlotCall wrap *gomock.Call

func (*MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateReaderGetDomainCall

type MockBeaconStateReaderGetDomainCall struct {
	*gomock.Call
}

MockBeaconStateReaderGetDomainCall wrap *gomock.Call

func (*MockBeaconStateReaderGetDomainCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateReaderGetDomainCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateReaderGetDomainCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateReaderMockRecorder

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

MockBeaconStateReaderMockRecorder is the mock recorder for MockBeaconStateReader.

func (*MockBeaconStateReaderMockRecorder) CommitteeCount

CommitteeCount indicates an expected call of CommitteeCount.

func (*MockBeaconStateReaderMockRecorder) GenesisValidatorsRoot

GenesisValidatorsRoot indicates an expected call of GenesisValidatorsRoot.

func (*MockBeaconStateReaderMockRecorder) GetBeaconProposerIndexForSlot

GetBeaconProposerIndexForSlot indicates an expected call of GetBeaconProposerIndexForSlot.

func (*MockBeaconStateReaderMockRecorder) GetDomain

GetDomain indicates an expected call of GetDomain.

func (*MockBeaconStateReaderMockRecorder) ValidatorForValidatorIndex

ValidatorForValidatorIndex indicates an expected call of ValidatorForValidatorIndex.

func (*MockBeaconStateReaderMockRecorder) ValidatorPublicKey

ValidatorPublicKey indicates an expected call of ValidatorPublicKey.

func (*MockBeaconStateReaderMockRecorder) Version

Version indicates an expected call of Version.

type MockBeaconStateReaderValidatorForValidatorIndexCall

type MockBeaconStateReaderValidatorForValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateReaderValidatorForValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateReaderValidatorForValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateReaderValidatorForValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateReaderValidatorForValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateReaderValidatorPublicKeyCall

type MockBeaconStateReaderValidatorPublicKeyCall struct {
	*gomock.Call
}

MockBeaconStateReaderValidatorPublicKeyCall wrap *gomock.Call

func (*MockBeaconStateReaderValidatorPublicKeyCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateReaderValidatorPublicKeyCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateReaderValidatorPublicKeyCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateReaderVersionCall

type MockBeaconStateReaderVersionCall struct {
	*gomock.Call
}

MockBeaconStateReaderVersionCall wrap *gomock.Call

func (*MockBeaconStateReaderVersionCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateReaderVersionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateReaderVersionCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateResetCurrentEpochAttestationsCall

type MockBeaconStateResetCurrentEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStateResetCurrentEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStateResetCurrentEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateResetCurrentEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateResetCurrentEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateResetEpochParticipationCall

type MockBeaconStateResetEpochParticipationCall struct {
	*gomock.Call
}

MockBeaconStateResetEpochParticipationCall wrap *gomock.Call

func (*MockBeaconStateResetEpochParticipationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateResetEpochParticipationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateResetEpochParticipationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateResetEth1DataVotesCall

type MockBeaconStateResetEth1DataVotesCall struct {
	*gomock.Call
}

MockBeaconStateResetEth1DataVotesCall wrap *gomock.Call

func (*MockBeaconStateResetEth1DataVotesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateResetEth1DataVotesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateResetEth1DataVotesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateResetHistoricalSummariesCall

type MockBeaconStateResetHistoricalSummariesCall struct {
	*gomock.Call
}

MockBeaconStateResetHistoricalSummariesCall wrap *gomock.Call

func (*MockBeaconStateResetHistoricalSummariesCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateResetHistoricalSummariesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateResetHistoricalSummariesCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateResetPreviousEpochAttestationsCall

type MockBeaconStateResetPreviousEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStateResetPreviousEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStateResetPreviousEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateResetPreviousEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateResetPreviousEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall

type MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetActivationEpochForValidatorAtIndexCall

type MockBeaconStateSetActivationEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetActivationEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetActivationEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetBlockRootAtCall

type MockBeaconStateSetBlockRootAtCall struct {
	*gomock.Call
}

MockBeaconStateSetBlockRootAtCall wrap *gomock.Call

func (*MockBeaconStateSetBlockRootAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetBlockRootAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetBlockRootAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetConsolidationBalanceToConsumeCall

type MockBeaconStateSetConsolidationBalanceToConsumeCall struct {
	*gomock.Call
}

MockBeaconStateSetConsolidationBalanceToConsumeCall wrap *gomock.Call

func (*MockBeaconStateSetConsolidationBalanceToConsumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetConsolidationBalanceToConsumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetConsolidationBalanceToConsumeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetCurrentEpochParticipationFlagsCall

type MockBeaconStateSetCurrentEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateSetCurrentEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateSetCurrentEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetCurrentEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetCurrentEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetCurrentJustifiedCheckpointCall

type MockBeaconStateSetCurrentJustifiedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateSetCurrentJustifiedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateSetCurrentJustifiedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetCurrentJustifiedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetCurrentJustifiedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetCurrentSyncCommitteeCall

type MockBeaconStateSetCurrentSyncCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateSetCurrentSyncCommitteeCall wrap *gomock.Call

func (*MockBeaconStateSetCurrentSyncCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetCurrentSyncCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetCurrentSyncCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetDepositBalanceToConsumeCall

type MockBeaconStateSetDepositBalanceToConsumeCall struct {
	*gomock.Call
}

MockBeaconStateSetDepositBalanceToConsumeCall wrap *gomock.Call

func (*MockBeaconStateSetDepositBalanceToConsumeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetDepositBalanceToConsumeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetDepositBalanceToConsumeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetDepositRequestsStartIndexCall

type MockBeaconStateSetDepositRequestsStartIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetDepositRequestsStartIndexCall wrap *gomock.Call

func (*MockBeaconStateSetDepositRequestsStartIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetDepositRequestsStartIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetDepositRequestsStartIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetEarlistConsolidationEpochCall

type MockBeaconStateSetEarlistConsolidationEpochCall struct {
	*gomock.Call
}

MockBeaconStateSetEarlistConsolidationEpochCall wrap *gomock.Call

func (*MockBeaconStateSetEarlistConsolidationEpochCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetEarlistConsolidationEpochCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetEarlistConsolidationEpochCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall

type MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetEpochParticipationForValidatorIndexCall

type MockBeaconStateSetEpochParticipationForValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetEpochParticipationForValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateSetEpochParticipationForValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetEpochParticipationForValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetEpochParticipationForValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetEth1DataCall

type MockBeaconStateSetEth1DataCall struct {
	*gomock.Call
}

MockBeaconStateSetEth1DataCall wrap *gomock.Call

func (*MockBeaconStateSetEth1DataCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetEth1DataCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetEth1DataCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetEth1DepositIndexCall

type MockBeaconStateSetEth1DepositIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetEth1DepositIndexCall wrap *gomock.Call

func (*MockBeaconStateSetEth1DepositIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetEth1DepositIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetEth1DepositIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetExitEpochForValidatorAtIndexCall

type MockBeaconStateSetExitEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetExitEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateSetExitEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetExitEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetExitEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetFinalizedCheckpointCall

type MockBeaconStateSetFinalizedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateSetFinalizedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateSetFinalizedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetFinalizedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetFinalizedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetForkCall

type MockBeaconStateSetForkCall struct {
	*gomock.Call
}

MockBeaconStateSetForkCall wrap *gomock.Call

func (*MockBeaconStateSetForkCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetForkCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetForkCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetInactivityScoresCall

type MockBeaconStateSetInactivityScoresCall struct {
	*gomock.Call
}

MockBeaconStateSetInactivityScoresCall wrap *gomock.Call

func (*MockBeaconStateSetInactivityScoresCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetInactivityScoresCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetInactivityScoresCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetJustificationBitsCall

type MockBeaconStateSetJustificationBitsCall struct {
	*gomock.Call
}

MockBeaconStateSetJustificationBitsCall wrap *gomock.Call

func (*MockBeaconStateSetJustificationBitsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetJustificationBitsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetJustificationBitsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetLatestBlockHeaderCall

type MockBeaconStateSetLatestBlockHeaderCall struct {
	*gomock.Call
}

MockBeaconStateSetLatestBlockHeaderCall wrap *gomock.Call

func (*MockBeaconStateSetLatestBlockHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetLatestBlockHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetLatestBlockHeaderCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetLatestExecutionPayloadHeaderCall

type MockBeaconStateSetLatestExecutionPayloadHeaderCall struct {
	*gomock.Call
}

MockBeaconStateSetLatestExecutionPayloadHeaderCall wrap *gomock.Call

func (*MockBeaconStateSetLatestExecutionPayloadHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetLatestExecutionPayloadHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetLatestExecutionPayloadHeaderCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetNextSyncCommitteeCall

type MockBeaconStateSetNextSyncCommitteeCall struct {
	*gomock.Call
}

MockBeaconStateSetNextSyncCommitteeCall wrap *gomock.Call

func (*MockBeaconStateSetNextSyncCommitteeCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetNextSyncCommitteeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetNextSyncCommitteeCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetNextWithdrawalIndexCall

type MockBeaconStateSetNextWithdrawalIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetNextWithdrawalIndexCall wrap *gomock.Call

func (*MockBeaconStateSetNextWithdrawalIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetNextWithdrawalIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetNextWithdrawalIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetNextWithdrawalValidatorIndexCall

type MockBeaconStateSetNextWithdrawalValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetNextWithdrawalValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateSetNextWithdrawalValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetNextWithdrawalValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetNextWithdrawalValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetPendingConsolidationsCall

type MockBeaconStateSetPendingConsolidationsCall struct {
	*gomock.Call
}

MockBeaconStateSetPendingConsolidationsCall wrap *gomock.Call

func (*MockBeaconStateSetPendingConsolidationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetPendingConsolidationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetPendingConsolidationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetPendingDepositsCall

type MockBeaconStateSetPendingDepositsCall struct {
	*gomock.Call
}

MockBeaconStateSetPendingDepositsCall wrap *gomock.Call

func (*MockBeaconStateSetPendingDepositsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetPendingDepositsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetPendingDepositsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetPendingPartialWithdrawalsCall

type MockBeaconStateSetPendingPartialWithdrawalsCall struct {
	*gomock.Call
}

MockBeaconStateSetPendingPartialWithdrawalsCall wrap *gomock.Call

func (*MockBeaconStateSetPendingPartialWithdrawalsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetPendingPartialWithdrawalsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetPendingPartialWithdrawalsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetPreviousEpochAttestationsCall

type MockBeaconStateSetPreviousEpochAttestationsCall struct {
	*gomock.Call
}

MockBeaconStateSetPreviousEpochAttestationsCall wrap *gomock.Call

func (*MockBeaconStateSetPreviousEpochAttestationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetPreviousEpochAttestationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetPreviousEpochAttestationsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetPreviousEpochParticipationFlagsCall

type MockBeaconStateSetPreviousEpochParticipationFlagsCall struct {
	*gomock.Call
}

MockBeaconStateSetPreviousEpochParticipationFlagsCall wrap *gomock.Call

func (*MockBeaconStateSetPreviousEpochParticipationFlagsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetPreviousEpochParticipationFlagsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetPreviousEpochParticipationFlagsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetPreviousJustifiedCheckpointCall

type MockBeaconStateSetPreviousJustifiedCheckpointCall struct {
	*gomock.Call
}

MockBeaconStateSetPreviousJustifiedCheckpointCall wrap *gomock.Call

func (*MockBeaconStateSetPreviousJustifiedCheckpointCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetPreviousJustifiedCheckpointCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetPreviousJustifiedCheckpointCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetPreviousStateRootCall

type MockBeaconStateSetPreviousStateRootCall struct {
	*gomock.Call
}

MockBeaconStateSetPreviousStateRootCall wrap *gomock.Call

func (*MockBeaconStateSetPreviousStateRootCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetPreviousStateRootCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetPreviousStateRootCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetRandaoMixAtCall

type MockBeaconStateSetRandaoMixAtCall struct {
	*gomock.Call
}

MockBeaconStateSetRandaoMixAtCall wrap *gomock.Call

func (*MockBeaconStateSetRandaoMixAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetRandaoMixAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetRandaoMixAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetSlashingSegmentAtCall

type MockBeaconStateSetSlashingSegmentAtCall struct {
	*gomock.Call
}

MockBeaconStateSetSlashingSegmentAtCall wrap *gomock.Call

func (*MockBeaconStateSetSlashingSegmentAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetSlashingSegmentAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetSlashingSegmentAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetSlotCall

type MockBeaconStateSetSlotCall struct {
	*gomock.Call
}

MockBeaconStateSetSlotCall wrap *gomock.Call

func (*MockBeaconStateSetSlotCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetSlotCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetSlotCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetStateRootAtCall

type MockBeaconStateSetStateRootAtCall struct {
	*gomock.Call
}

MockBeaconStateSetStateRootAtCall wrap *gomock.Call

func (*MockBeaconStateSetStateRootAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetStateRootAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetStateRootAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorAtIndexCall

type MockBeaconStateSetValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorBalanceCall

type MockBeaconStateSetValidatorBalanceCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorBalanceCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorBalanceCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorInactivityScoreCall

type MockBeaconStateSetValidatorInactivityScoreCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorInactivityScoreCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorInactivityScoreCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorInactivityScoreCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorInactivityScoreCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall

type MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall

type MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall

type MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall

type MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall

type MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall

type MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall

type MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall

type MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetValidatorSlashedCall

type MockBeaconStateSetValidatorSlashedCall struct {
	*gomock.Call
}

MockBeaconStateSetValidatorSlashedCall wrap *gomock.Call

func (*MockBeaconStateSetValidatorSlashedCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetValidatorSlashedCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetValidatorSlashedCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetVersionCall

type MockBeaconStateSetVersionCall struct {
	*gomock.Call
}

MockBeaconStateSetVersionCall wrap *gomock.Call

func (*MockBeaconStateSetVersionCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetVersionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetVersionCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall

type MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall

type MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall struct {
	*gomock.Call
}

MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall wrap *gomock.Call

func (*MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSlashValidatorCall

type MockBeaconStateSlashValidatorCall struct {
	*gomock.Call
}

MockBeaconStateSlashValidatorCall wrap *gomock.Call

func (*MockBeaconStateSlashValidatorCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSlashValidatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSlashValidatorCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSlashingSegmentAtCall

type MockBeaconStateSlashingSegmentAtCall struct {
	*gomock.Call
}

MockBeaconStateSlashingSegmentAtCall wrap *gomock.Call

func (*MockBeaconStateSlashingSegmentAtCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSlashingSegmentAtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSlashingSegmentAtCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSlotCall

type MockBeaconStateSlotCall struct {
	*gomock.Call
}

MockBeaconStateSlotCall wrap *gomock.Call

func (*MockBeaconStateSlotCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSlotCall) DoAndReturn

func (c *MockBeaconStateSlotCall) DoAndReturn(f func() uint64) *MockBeaconStateSlotCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSlotCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateStateRootsCall

type MockBeaconStateStateRootsCall struct {
	*gomock.Call
}

MockBeaconStateStateRootsCall wrap *gomock.Call

func (*MockBeaconStateStateRootsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateStateRootsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateStateRootsCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateSyncRewardsCall

type MockBeaconStateSyncRewardsCall struct {
	*gomock.Call
}

MockBeaconStateSyncRewardsCall wrap *gomock.Call

func (*MockBeaconStateSyncRewardsCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateSyncRewardsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateSyncRewardsCall) Return

func (c *MockBeaconStateSyncRewardsCall) Return(proposerReward, participantReward uint64, err error) *MockBeaconStateSyncRewardsCall

Return rewrite *gomock.Call.Return

type MockBeaconStateUpgradeToAltairCall

type MockBeaconStateUpgradeToAltairCall struct {
	*gomock.Call
}

MockBeaconStateUpgradeToAltairCall wrap *gomock.Call

func (*MockBeaconStateUpgradeToAltairCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateUpgradeToAltairCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateUpgradeToAltairCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateUpgradeToBellatrixCall

type MockBeaconStateUpgradeToBellatrixCall struct {
	*gomock.Call
}

MockBeaconStateUpgradeToBellatrixCall wrap *gomock.Call

func (*MockBeaconStateUpgradeToBellatrixCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateUpgradeToBellatrixCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateUpgradeToBellatrixCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateUpgradeToCapellaCall

type MockBeaconStateUpgradeToCapellaCall struct {
	*gomock.Call
}

MockBeaconStateUpgradeToCapellaCall wrap *gomock.Call

func (*MockBeaconStateUpgradeToCapellaCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateUpgradeToCapellaCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateUpgradeToCapellaCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateUpgradeToDenebCall

type MockBeaconStateUpgradeToDenebCall struct {
	*gomock.Call
}

MockBeaconStateUpgradeToDenebCall wrap *gomock.Call

func (*MockBeaconStateUpgradeToDenebCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateUpgradeToDenebCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateUpgradeToDenebCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateUpgradeToElectraCall

type MockBeaconStateUpgradeToElectraCall struct {
	*gomock.Call
}

MockBeaconStateUpgradeToElectraCall wrap *gomock.Call

func (*MockBeaconStateUpgradeToElectraCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateUpgradeToElectraCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateUpgradeToElectraCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorBalanceCall

type MockBeaconStateValidatorBalanceCall struct {
	*gomock.Call
}

MockBeaconStateValidatorBalanceCall wrap *gomock.Call

func (*MockBeaconStateValidatorBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorBalanceCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorEffectiveBalanceCall

type MockBeaconStateValidatorEffectiveBalanceCall struct {
	*gomock.Call
}

MockBeaconStateValidatorEffectiveBalanceCall wrap *gomock.Call

func (*MockBeaconStateValidatorEffectiveBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorEffectiveBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorEffectiveBalanceCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorExitEpochCall

type MockBeaconStateValidatorExitEpochCall struct {
	*gomock.Call
}

MockBeaconStateValidatorExitEpochCall wrap *gomock.Call

func (*MockBeaconStateValidatorExitEpochCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorExitEpochCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorExitEpochCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorForValidatorIndexCall

type MockBeaconStateValidatorForValidatorIndexCall struct {
	*gomock.Call
}

MockBeaconStateValidatorForValidatorIndexCall wrap *gomock.Call

func (*MockBeaconStateValidatorForValidatorIndexCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorForValidatorIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorForValidatorIndexCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorInactivityScoreCall

type MockBeaconStateValidatorInactivityScoreCall struct {
	*gomock.Call
}

MockBeaconStateValidatorInactivityScoreCall wrap *gomock.Call

func (*MockBeaconStateValidatorInactivityScoreCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorInactivityScoreCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorInactivityScoreCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorIndexByPubkeyCall

type MockBeaconStateValidatorIndexByPubkeyCall struct {
	*gomock.Call
}

MockBeaconStateValidatorIndexByPubkeyCall wrap *gomock.Call

func (*MockBeaconStateValidatorIndexByPubkeyCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorIndexByPubkeyCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorIndexByPubkeyCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall

type MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall struct {
	*gomock.Call
}

MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall wrap *gomock.Call

func (*MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall

type MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall struct {
	*gomock.Call
}

MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall wrap *gomock.Call

func (*MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall

type MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall struct {
	*gomock.Call
}

MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall wrap *gomock.Call

func (*MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall

type MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall struct {
	*gomock.Call
}

MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall wrap *gomock.Call

func (*MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall

type MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall struct {
	*gomock.Call
}

MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall wrap *gomock.Call

func (*MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall

type MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall struct {
	*gomock.Call
}

MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall wrap *gomock.Call

func (*MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorLengthCall

type MockBeaconStateValidatorLengthCall struct {
	*gomock.Call
}

MockBeaconStateValidatorLengthCall wrap *gomock.Call

func (*MockBeaconStateValidatorLengthCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorLengthCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorLengthCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall

type MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall struct {
	*gomock.Call
}

MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall wrap *gomock.Call

func (*MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall

type MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall struct {
	*gomock.Call
}

MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall wrap *gomock.Call

func (*MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorSetCall

type MockBeaconStateValidatorSetCall struct {
	*gomock.Call
}

MockBeaconStateValidatorSetCall wrap *gomock.Call

func (*MockBeaconStateValidatorSetCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorSetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorSetCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateValidatorWithdrawableEpochCall

type MockBeaconStateValidatorWithdrawableEpochCall struct {
	*gomock.Call
}

MockBeaconStateValidatorWithdrawableEpochCall wrap *gomock.Call

func (*MockBeaconStateValidatorWithdrawableEpochCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateValidatorWithdrawableEpochCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateValidatorWithdrawableEpochCall) Return

Return rewrite *gomock.Call.Return

type MockBeaconStateVersionCall

type MockBeaconStateVersionCall struct {
	*gomock.Call
}

MockBeaconStateVersionCall wrap *gomock.Call

func (*MockBeaconStateVersionCall) Do

Do rewrite *gomock.Call.Do

func (*MockBeaconStateVersionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockBeaconStateVersionCall) Return

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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