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 ¶
- type MockBeaconState
- func (m *MockBeaconState) AddCurrentEpochAtteastation(attestation *solid.PendingAttestation)
- func (m *MockBeaconState) AddCurrentEpochParticipationFlags(flags cltypes.ParticipationFlags)
- func (m *MockBeaconState) AddEth1DataVote(vote *cltypes.Eth1Data)
- func (m *MockBeaconState) AddHistoricalRoot(root common.Hash)
- func (m *MockBeaconState) AddHistoricalSummary(summary *cltypes.HistoricalSummary)
- func (m *MockBeaconState) AddInactivityScore(score uint64)
- func (m *MockBeaconState) AddPreviousEpochAttestation(attestation *solid.PendingAttestation)
- func (m *MockBeaconState) AddPreviousEpochParticipationAt(index int, delta byte)
- func (m *MockBeaconState) AddPreviousEpochParticipationFlags(flags cltypes.ParticipationFlags)
- func (m *MockBeaconState) AddValidator(validator solid.Validator, balance uint64)
- func (m *MockBeaconState) AppendPendingConsolidation(consolidation *solid.PendingConsolidation)
- func (m *MockBeaconState) AppendPendingDeposit(deposit *solid.PendingDeposit)
- func (m *MockBeaconState) AppendPendingPartialWithdrawal(withdrawal *solid.PendingPartialWithdrawal)
- func (m *MockBeaconState) AppendValidator(in solid.Validator)
- func (m *MockBeaconState) BaseReward(index uint64) (uint64, error)
- func (m *MockBeaconState) BaseRewardPerIncrement() uint64
- func (m *MockBeaconState) BeaconConfig() *clparams.BeaconChainConfig
- func (m *MockBeaconState) BlockRoot() ([32]byte, error)
- func (m *MockBeaconState) BlockRoots() solid.HashVectorSSZ
- func (m *MockBeaconState) Clone() clonable.Clonable
- func (m *MockBeaconState) CommitteeCount(epoch uint64) uint64
- func (m *MockBeaconState) ComputeCommittee(indicies []uint64, slot, index, count uint64) ([]uint64, error)
- func (m *MockBeaconState) ComputeExitEpochAndUpdateChurn(exitBalance uint64) uint64
- func (m *MockBeaconState) ComputeNextSyncCommittee() (*solid.SyncCommittee, error)
- func (m *MockBeaconState) CurrentEpochAttestations() *solid.ListSSZ[*solid.PendingAttestation]
- func (m *MockBeaconState) CurrentEpochAttestationsLength() int
- func (m *MockBeaconState) CurrentJustifiedCheckpoint() solid.Checkpoint
- func (m *MockBeaconState) CurrentSyncCommittee() *solid.SyncCommittee
- func (m *MockBeaconState) DebugPrint(prefix string)
- func (m *MockBeaconState) DecodeSSZ(buf []byte, version int) error
- func (m *MockBeaconState) EXPECT() *MockBeaconStateMockRecorder
- func (m *MockBeaconState) EncodeSSZ(buf []byte) ([]byte, error)
- func (m *MockBeaconState) EncodingSizeSSZ() int
- func (m *MockBeaconState) EpochParticipation(currentEpoch bool) *solid.ParticipationBitList
- func (m *MockBeaconState) EpochParticipationForValidatorIndex(isCurrentEpoch bool, index int) cltypes.ParticipationFlags
- func (m *MockBeaconState) Eth1Data() *cltypes.Eth1Data
- func (m *MockBeaconState) Eth1DataVotes() *solid.ListSSZ[*cltypes.Eth1Data]
- func (m *MockBeaconState) Eth1DepositIndex() uint64
- func (m *MockBeaconState) FinalizedCheckpoint() solid.Checkpoint
- func (m *MockBeaconState) ForEachBalance(fn func(uint64, int, int) bool)
- func (m *MockBeaconState) ForEachSlashingSegment(fn func(int, uint64, int) bool)
- func (m *MockBeaconState) ForEachValidator(fn func(solid.Validator, int, int) bool)
- func (m *MockBeaconState) Fork() *cltypes.Fork
- func (m *MockBeaconState) GenesisTime() uint64
- func (m *MockBeaconState) GenesisValidatorsRoot() common.Hash
- func (m *MockBeaconState) GetActiveValidatorsIndices(epoch uint64) []uint64
- func (m *MockBeaconState) GetAttestationParticipationFlagIndicies(data *solid.AttestationData, inclusionDelay uint64, skipAssert bool) ([]uint8, error)
- func (m *MockBeaconState) GetAttestingIndicies(attestation *solid.Attestation, checkBitsLength bool) ([]uint64, error)
- func (m *MockBeaconState) GetBeaconCommitee(slot, committeeIndex uint64) ([]uint64, error)
- func (m *MockBeaconState) GetBeaconProposerIndex() (uint64, error)
- func (m *MockBeaconState) GetBlockRootAtSlot(slot uint64) (common.Hash, error)
- func (m *MockBeaconState) GetConsolidationBalanceToConsume() uint64
- func (m *MockBeaconState) GetDepositBalanceToConsume() uint64
- func (m *MockBeaconState) GetDepositRequestsStartIndex() uint64
- func (m *MockBeaconState) GetDomain(domainType [4]byte, epoch uint64) ([]byte, error)
- func (m *MockBeaconState) GetEarlistConsolidationEpoch() uint64
- func (m *MockBeaconState) GetPendingConsolidations() *solid.ListSSZ[*solid.PendingConsolidation]
- func (m *MockBeaconState) GetPendingDeposits() *solid.ListSSZ[*solid.PendingDeposit]
- func (m *MockBeaconState) GetPendingPartialWithdrawals() *solid.ListSSZ[*solid.PendingPartialWithdrawal]
- func (m *MockBeaconState) GetRandaoMix(index int) [32]byte
- func (m *MockBeaconState) GetRandaoMixes(epoch uint64) [32]byte
- func (m *MockBeaconState) GetTotalActiveBalance() uint64
- func (m *MockBeaconState) GetValidatorActivationChurnLimit() uint64
- func (m *MockBeaconState) GetValidatorChurnLimit() uint64
- func (m *MockBeaconState) HashSSZ() ([32]byte, error)
- func (m *MockBeaconState) InitiateValidatorExit(index uint64) error
- func (m *MockBeaconState) JustificationBits() cltypes.JustificationBits
- func (m *MockBeaconState) LatestBlockHeader() cltypes.BeaconBlockHeader
- func (m *MockBeaconState) LatestExecutionPayloadHeader() *cltypes.Eth1Header
- func (m *MockBeaconState) NextSyncCommittee() *solid.SyncCommittee
- func (m *MockBeaconState) NextWithdrawalIndex() uint64
- func (m *MockBeaconState) NextWithdrawalValidatorIndex() uint64
- func (m *MockBeaconState) PreviousEpochAttestations() *solid.ListSSZ[*solid.PendingAttestation]
- func (m *MockBeaconState) PreviousEpochAttestationsLength() int
- func (m *MockBeaconState) PreviousEpochParticipation() *solid.ParticipationBitList
- func (m *MockBeaconState) PreviousJustifiedCheckpoint() solid.Checkpoint
- func (m *MockBeaconState) PreviousSlot() uint64
- func (m *MockBeaconState) PreviousStateRoot() common.Hash
- func (m *MockBeaconState) RandaoMixes() solid.HashVectorSSZ
- func (m *MockBeaconState) ResetCurrentEpochAttestations()
- func (m *MockBeaconState) ResetEpochParticipation()
- func (m *MockBeaconState) ResetEth1DataVotes()
- func (m *MockBeaconState) ResetHistoricalSummaries()
- func (m *MockBeaconState) ResetPreviousEpochAttestations()
- func (m *MockBeaconState) SetActivationEligibilityEpochForValidatorAtIndex(index int, epoch uint64)
- func (m *MockBeaconState) SetActivationEpochForValidatorAtIndex(index int, epoch uint64)
- func (m *MockBeaconState) SetBlockRootAt(index int, root common.Hash)
- func (m *MockBeaconState) SetConsolidationBalanceToConsume(arg0 uint64)
- func (m *MockBeaconState) SetCurrentEpochParticipationFlags(flags []cltypes.ParticipationFlags)
- func (m *MockBeaconState) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint solid.Checkpoint)
- func (m *MockBeaconState) SetCurrentSyncCommittee(currentSyncCommittee *solid.SyncCommittee)
- func (m *MockBeaconState) SetDepositBalanceToConsume(arg0 uint64)
- func (m *MockBeaconState) SetDepositRequestsStartIndex(arg0 uint64)
- func (m *MockBeaconState) SetEarlistConsolidationEpoch(arg0 uint64)
- func (m *MockBeaconState) SetEffectiveBalanceForValidatorAtIndex(index int, balance uint64)
- func (m *MockBeaconState) SetEpochParticipationForValidatorIndex(isCurrentEpoch bool, index int, flags cltypes.ParticipationFlags)
- func (m *MockBeaconState) SetEth1Data(eth1Data *cltypes.Eth1Data)
- func (m *MockBeaconState) SetEth1DepositIndex(eth1DepositIndex uint64)
- func (m *MockBeaconState) SetExitEpochForValidatorAtIndex(index int, epoch uint64)
- func (m *MockBeaconState) SetFinalizedCheckpoint(finalizedCheckpoint solid.Checkpoint)
- func (m *MockBeaconState) SetFork(fork *cltypes.Fork)
- func (m *MockBeaconState) SetInactivityScores(scores []uint64)
- func (m *MockBeaconState) SetJustificationBits(justificationBits cltypes.JustificationBits)
- func (m *MockBeaconState) SetLatestBlockHeader(header *cltypes.BeaconBlockHeader)
- func (m *MockBeaconState) SetLatestExecutionPayloadHeader(header *cltypes.Eth1Header)
- func (m *MockBeaconState) SetNextSyncCommittee(nextSyncCommittee *solid.SyncCommittee)
- func (m *MockBeaconState) SetNextWithdrawalIndex(index uint64)
- func (m *MockBeaconState) SetNextWithdrawalValidatorIndex(index uint64)
- func (m *MockBeaconState) SetPendingConsolidations(consolidations *solid.ListSSZ[*solid.PendingConsolidation])
- func (m *MockBeaconState) SetPendingDeposits(arg0 *solid.ListSSZ[*solid.PendingDeposit])
- func (m *MockBeaconState) SetPendingPartialWithdrawals(arg0 *solid.ListSSZ[*solid.PendingPartialWithdrawal])
- func (m *MockBeaconState) SetPreviousEpochAttestations(attestations *solid.ListSSZ[*solid.PendingAttestation])
- func (m *MockBeaconState) SetPreviousEpochParticipationFlags(flags []cltypes.ParticipationFlags)
- func (m *MockBeaconState) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint solid.Checkpoint)
- func (m *MockBeaconState) SetPreviousStateRoot(root common.Hash)
- func (m *MockBeaconState) SetRandaoMixAt(index int, mix common.Hash)
- func (m *MockBeaconState) SetSlashingSegmentAt(index int, segment uint64)
- func (m *MockBeaconState) SetSlot(slot uint64)
- func (m *MockBeaconState) SetStateRootAt(index int, root common.Hash)
- func (m *MockBeaconState) SetValidatorAtIndex(index int, validator solid.Validator)
- func (m *MockBeaconState) SetValidatorBalance(index int, balance uint64) error
- func (m *MockBeaconState) SetValidatorInactivityScore(index int, score uint64) error
- func (m *MockBeaconState) SetValidatorIsCurrentMatchingHeadAttester(index int, value bool) error
- func (m *MockBeaconState) SetValidatorIsCurrentMatchingSourceAttester(index int, value bool) error
- func (m *MockBeaconState) SetValidatorIsCurrentMatchingTargetAttester(index int, value bool) error
- func (m *MockBeaconState) SetValidatorIsPreviousMatchingHeadAttester(index int, value bool) error
- func (m *MockBeaconState) SetValidatorIsPreviousMatchingSourceAttester(index int, value bool) error
- func (m *MockBeaconState) SetValidatorIsPreviousMatchingTargetAttester(index int, value bool) error
- func (m *MockBeaconState) SetValidatorMinCurrentInclusionDelayAttestation(index int, value *solid.PendingAttestation) error
- func (m *MockBeaconState) SetValidatorMinPreviousInclusionDelayAttestation(index int, value *solid.PendingAttestation) error
- func (m *MockBeaconState) SetValidatorSlashed(index int, slashed bool) error
- func (m *MockBeaconState) SetVersion(version clparams.StateVersion)
- func (m *MockBeaconState) SetWithdrawableEpochForValidatorAtIndex(index int, epoch uint64) error
- func (m *MockBeaconState) SetWithdrawalCredentialForValidatorAtIndex(index int, creds common.Hash)
- func (m *MockBeaconState) SlashValidator(slashedInd uint64, whistleblowerInd *uint64) (uint64, error)
- func (m *MockBeaconState) SlashingSegmentAt(pos int) uint64
- func (m *MockBeaconState) Slot() uint64
- func (m *MockBeaconState) StateRoots() solid.HashVectorSSZ
- func (m *MockBeaconState) SyncRewards() (uint64, uint64, error)
- func (m *MockBeaconState) UpgradeToAltair() error
- func (m *MockBeaconState) UpgradeToBellatrix() error
- func (m *MockBeaconState) UpgradeToCapella() error
- func (m *MockBeaconState) UpgradeToDeneb() error
- func (m *MockBeaconState) UpgradeToElectra() error
- func (m *MockBeaconState) ValidatorBalance(index int) (uint64, error)
- func (m *MockBeaconState) ValidatorEffectiveBalance(index int) (uint64, error)
- func (m *MockBeaconState) ValidatorExitEpoch(index int) (uint64, error)
- func (m *MockBeaconState) ValidatorForValidatorIndex(index int) (solid.Validator, error)
- func (m *MockBeaconState) ValidatorInactivityScore(index int) (uint64, error)
- func (m *MockBeaconState) ValidatorIndexByPubkey(key [48]byte) (uint64, bool)
- func (m *MockBeaconState) ValidatorIsCurrentMatchingHeadAttester(idx int) (bool, error)
- func (m *MockBeaconState) ValidatorIsCurrentMatchingSourceAttester(idx int) (bool, error)
- func (m *MockBeaconState) ValidatorIsCurrentMatchingTargetAttester(idx int) (bool, error)
- func (m *MockBeaconState) ValidatorIsPreviousMatchingHeadAttester(idx int) (bool, error)
- func (m *MockBeaconState) ValidatorIsPreviousMatchingSourceAttester(idx int) (bool, error)
- func (m *MockBeaconState) ValidatorIsPreviousMatchingTargetAttester(idx int) (bool, error)
- func (m *MockBeaconState) ValidatorLength() int
- func (m *MockBeaconState) ValidatorMinCurrentInclusionDelayAttestation(index int) (*solid.PendingAttestation, error)
- func (m *MockBeaconState) ValidatorMinPreviousInclusionDelayAttestation(index int) (*solid.PendingAttestation, error)
- func (m *MockBeaconState) ValidatorSet() *solid.ValidatorSet
- func (m *MockBeaconState) ValidatorWithdrawableEpoch(index int) (uint64, error)
- func (m *MockBeaconState) Version() clparams.StateVersion
- type MockBeaconStateAddCurrentEpochAtteastationCall
- func (c *MockBeaconStateAddCurrentEpochAtteastationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateAddCurrentEpochAtteastationCall
- func (c *MockBeaconStateAddCurrentEpochAtteastationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateAddCurrentEpochAtteastationCall
- func (c *MockBeaconStateAddCurrentEpochAtteastationCall) Return() *MockBeaconStateAddCurrentEpochAtteastationCall
- type MockBeaconStateAddCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateAddCurrentEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateAddCurrentEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateAddCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateAddCurrentEpochParticipationFlagsCall
- type MockBeaconStateAddEth1DataVoteCall
- func (c *MockBeaconStateAddEth1DataVoteCall) Do(f func(*cltypes.Eth1Data)) *MockBeaconStateAddEth1DataVoteCall
- func (c *MockBeaconStateAddEth1DataVoteCall) DoAndReturn(f func(*cltypes.Eth1Data)) *MockBeaconStateAddEth1DataVoteCall
- func (c *MockBeaconStateAddEth1DataVoteCall) Return() *MockBeaconStateAddEth1DataVoteCall
- type MockBeaconStateAddHistoricalRootCall
- func (c *MockBeaconStateAddHistoricalRootCall) Do(f func(common.Hash)) *MockBeaconStateAddHistoricalRootCall
- func (c *MockBeaconStateAddHistoricalRootCall) DoAndReturn(f func(common.Hash)) *MockBeaconStateAddHistoricalRootCall
- func (c *MockBeaconStateAddHistoricalRootCall) Return() *MockBeaconStateAddHistoricalRootCall
- type MockBeaconStateAddHistoricalSummaryCall
- func (c *MockBeaconStateAddHistoricalSummaryCall) Do(f func(*cltypes.HistoricalSummary)) *MockBeaconStateAddHistoricalSummaryCall
- func (c *MockBeaconStateAddHistoricalSummaryCall) DoAndReturn(f func(*cltypes.HistoricalSummary)) *MockBeaconStateAddHistoricalSummaryCall
- func (c *MockBeaconStateAddHistoricalSummaryCall) Return() *MockBeaconStateAddHistoricalSummaryCall
- type MockBeaconStateAddInactivityScoreCall
- func (c *MockBeaconStateAddInactivityScoreCall) Do(f func(uint64)) *MockBeaconStateAddInactivityScoreCall
- func (c *MockBeaconStateAddInactivityScoreCall) DoAndReturn(f func(uint64)) *MockBeaconStateAddInactivityScoreCall
- func (c *MockBeaconStateAddInactivityScoreCall) Return() *MockBeaconStateAddInactivityScoreCall
- type MockBeaconStateAddPreviousEpochAttestationCall
- func (c *MockBeaconStateAddPreviousEpochAttestationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateAddPreviousEpochAttestationCall
- func (c *MockBeaconStateAddPreviousEpochAttestationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateAddPreviousEpochAttestationCall
- func (c *MockBeaconStateAddPreviousEpochAttestationCall) Return() *MockBeaconStateAddPreviousEpochAttestationCall
- type MockBeaconStateAddPreviousEpochParticipationAtCall
- func (c *MockBeaconStateAddPreviousEpochParticipationAtCall) Do(f func(int, byte)) *MockBeaconStateAddPreviousEpochParticipationAtCall
- func (c *MockBeaconStateAddPreviousEpochParticipationAtCall) DoAndReturn(f func(int, byte)) *MockBeaconStateAddPreviousEpochParticipationAtCall
- func (c *MockBeaconStateAddPreviousEpochParticipationAtCall) Return() *MockBeaconStateAddPreviousEpochParticipationAtCall
- type MockBeaconStateAddPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateAddPreviousEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateAddPreviousEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateAddPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateAddPreviousEpochParticipationFlagsCall
- type MockBeaconStateAddValidatorCall
- func (c *MockBeaconStateAddValidatorCall) Do(f func(solid.Validator, uint64)) *MockBeaconStateAddValidatorCall
- func (c *MockBeaconStateAddValidatorCall) DoAndReturn(f func(solid.Validator, uint64)) *MockBeaconStateAddValidatorCall
- func (c *MockBeaconStateAddValidatorCall) Return() *MockBeaconStateAddValidatorCall
- type MockBeaconStateAppendPendingConsolidationCall
- func (c *MockBeaconStateAppendPendingConsolidationCall) Do(f func(*solid.PendingConsolidation)) *MockBeaconStateAppendPendingConsolidationCall
- func (c *MockBeaconStateAppendPendingConsolidationCall) DoAndReturn(f func(*solid.PendingConsolidation)) *MockBeaconStateAppendPendingConsolidationCall
- func (c *MockBeaconStateAppendPendingConsolidationCall) Return() *MockBeaconStateAppendPendingConsolidationCall
- type MockBeaconStateAppendPendingDepositCall
- func (c *MockBeaconStateAppendPendingDepositCall) Do(f func(*solid.PendingDeposit)) *MockBeaconStateAppendPendingDepositCall
- func (c *MockBeaconStateAppendPendingDepositCall) DoAndReturn(f func(*solid.PendingDeposit)) *MockBeaconStateAppendPendingDepositCall
- func (c *MockBeaconStateAppendPendingDepositCall) Return() *MockBeaconStateAppendPendingDepositCall
- type MockBeaconStateAppendPendingPartialWithdrawalCall
- func (c *MockBeaconStateAppendPendingPartialWithdrawalCall) Do(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateAppendPendingPartialWithdrawalCall
- func (c *MockBeaconStateAppendPendingPartialWithdrawalCall) DoAndReturn(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateAppendPendingPartialWithdrawalCall
- func (c *MockBeaconStateAppendPendingPartialWithdrawalCall) Return() *MockBeaconStateAppendPendingPartialWithdrawalCall
- type MockBeaconStateAppendValidatorCall
- func (c *MockBeaconStateAppendValidatorCall) Do(f func(solid.Validator)) *MockBeaconStateAppendValidatorCall
- func (c *MockBeaconStateAppendValidatorCall) DoAndReturn(f func(solid.Validator)) *MockBeaconStateAppendValidatorCall
- func (c *MockBeaconStateAppendValidatorCall) Return() *MockBeaconStateAppendValidatorCall
- type MockBeaconStateBaseRewardCall
- func (c *MockBeaconStateBaseRewardCall) Do(f func(uint64) (uint64, error)) *MockBeaconStateBaseRewardCall
- func (c *MockBeaconStateBaseRewardCall) DoAndReturn(f func(uint64) (uint64, error)) *MockBeaconStateBaseRewardCall
- func (c *MockBeaconStateBaseRewardCall) Return(arg0 uint64, arg1 error) *MockBeaconStateBaseRewardCall
- type MockBeaconStateBaseRewardPerIncrementCall
- func (c *MockBeaconStateBaseRewardPerIncrementCall) Do(f func() uint64) *MockBeaconStateBaseRewardPerIncrementCall
- func (c *MockBeaconStateBaseRewardPerIncrementCall) DoAndReturn(f func() uint64) *MockBeaconStateBaseRewardPerIncrementCall
- func (c *MockBeaconStateBaseRewardPerIncrementCall) Return(arg0 uint64) *MockBeaconStateBaseRewardPerIncrementCall
- type MockBeaconStateBeaconConfigCall
- func (c *MockBeaconStateBeaconConfigCall) Do(f func() *clparams.BeaconChainConfig) *MockBeaconStateBeaconConfigCall
- func (c *MockBeaconStateBeaconConfigCall) DoAndReturn(f func() *clparams.BeaconChainConfig) *MockBeaconStateBeaconConfigCall
- func (c *MockBeaconStateBeaconConfigCall) Return(arg0 *clparams.BeaconChainConfig) *MockBeaconStateBeaconConfigCall
- type MockBeaconStateBlockRootCall
- func (c *MockBeaconStateBlockRootCall) Do(f func() ([32]byte, error)) *MockBeaconStateBlockRootCall
- func (c *MockBeaconStateBlockRootCall) DoAndReturn(f func() ([32]byte, error)) *MockBeaconStateBlockRootCall
- func (c *MockBeaconStateBlockRootCall) Return(arg0 [32]byte, arg1 error) *MockBeaconStateBlockRootCall
- type MockBeaconStateBlockRootsCall
- func (c *MockBeaconStateBlockRootsCall) Do(f func() solid.HashVectorSSZ) *MockBeaconStateBlockRootsCall
- func (c *MockBeaconStateBlockRootsCall) DoAndReturn(f func() solid.HashVectorSSZ) *MockBeaconStateBlockRootsCall
- func (c *MockBeaconStateBlockRootsCall) Return(arg0 solid.HashVectorSSZ) *MockBeaconStateBlockRootsCall
- type MockBeaconStateCloneCall
- type MockBeaconStateCommitteeCountCall
- func (c *MockBeaconStateCommitteeCountCall) Do(f func(uint64) uint64) *MockBeaconStateCommitteeCountCall
- func (c *MockBeaconStateCommitteeCountCall) DoAndReturn(f func(uint64) uint64) *MockBeaconStateCommitteeCountCall
- func (c *MockBeaconStateCommitteeCountCall) Return(arg0 uint64) *MockBeaconStateCommitteeCountCall
- type MockBeaconStateComputeCommitteeCall
- func (c *MockBeaconStateComputeCommitteeCall) Do(f func([]uint64, uint64, uint64, uint64) ([]uint64, error)) *MockBeaconStateComputeCommitteeCall
- func (c *MockBeaconStateComputeCommitteeCall) DoAndReturn(f func([]uint64, uint64, uint64, uint64) ([]uint64, error)) *MockBeaconStateComputeCommitteeCall
- func (c *MockBeaconStateComputeCommitteeCall) Return(arg0 []uint64, arg1 error) *MockBeaconStateComputeCommitteeCall
- type MockBeaconStateComputeExitEpochAndUpdateChurnCall
- func (c *MockBeaconStateComputeExitEpochAndUpdateChurnCall) Do(f func(uint64) uint64) *MockBeaconStateComputeExitEpochAndUpdateChurnCall
- func (c *MockBeaconStateComputeExitEpochAndUpdateChurnCall) DoAndReturn(f func(uint64) uint64) *MockBeaconStateComputeExitEpochAndUpdateChurnCall
- func (c *MockBeaconStateComputeExitEpochAndUpdateChurnCall) Return(arg0 uint64) *MockBeaconStateComputeExitEpochAndUpdateChurnCall
- type MockBeaconStateComputeNextSyncCommitteeCall
- func (c *MockBeaconStateComputeNextSyncCommitteeCall) Do(f func() (*solid.SyncCommittee, error)) *MockBeaconStateComputeNextSyncCommitteeCall
- func (c *MockBeaconStateComputeNextSyncCommitteeCall) DoAndReturn(f func() (*solid.SyncCommittee, error)) *MockBeaconStateComputeNextSyncCommitteeCall
- func (c *MockBeaconStateComputeNextSyncCommitteeCall) Return(arg0 *solid.SyncCommittee, arg1 error) *MockBeaconStateComputeNextSyncCommitteeCall
- type MockBeaconStateCurrentEpochAttestationsCall
- func (c *MockBeaconStateCurrentEpochAttestationsCall) Do(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStateCurrentEpochAttestationsCall
- func (c *MockBeaconStateCurrentEpochAttestationsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStateCurrentEpochAttestationsCall
- func (c *MockBeaconStateCurrentEpochAttestationsCall) Return(arg0 *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStateCurrentEpochAttestationsCall
- type MockBeaconStateCurrentEpochAttestationsLengthCall
- func (c *MockBeaconStateCurrentEpochAttestationsLengthCall) Do(f func() int) *MockBeaconStateCurrentEpochAttestationsLengthCall
- func (c *MockBeaconStateCurrentEpochAttestationsLengthCall) DoAndReturn(f func() int) *MockBeaconStateCurrentEpochAttestationsLengthCall
- func (c *MockBeaconStateCurrentEpochAttestationsLengthCall) Return(arg0 int) *MockBeaconStateCurrentEpochAttestationsLengthCall
- type MockBeaconStateCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateCurrentJustifiedCheckpointCall) Do(f func() solid.Checkpoint) *MockBeaconStateCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateCurrentJustifiedCheckpointCall) DoAndReturn(f func() solid.Checkpoint) *MockBeaconStateCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateCurrentJustifiedCheckpointCall) Return(arg0 solid.Checkpoint) *MockBeaconStateCurrentJustifiedCheckpointCall
- type MockBeaconStateCurrentSyncCommitteeCall
- func (c *MockBeaconStateCurrentSyncCommitteeCall) Do(f func() *solid.SyncCommittee) *MockBeaconStateCurrentSyncCommitteeCall
- func (c *MockBeaconStateCurrentSyncCommitteeCall) DoAndReturn(f func() *solid.SyncCommittee) *MockBeaconStateCurrentSyncCommitteeCall
- func (c *MockBeaconStateCurrentSyncCommitteeCall) Return(arg0 *solid.SyncCommittee) *MockBeaconStateCurrentSyncCommitteeCall
- type MockBeaconStateDebugPrintCall
- type MockBeaconStateDecodeSSZCall
- type MockBeaconStateEncodeSSZCall
- func (c *MockBeaconStateEncodeSSZCall) Do(f func([]byte) ([]byte, error)) *MockBeaconStateEncodeSSZCall
- func (c *MockBeaconStateEncodeSSZCall) DoAndReturn(f func([]byte) ([]byte, error)) *MockBeaconStateEncodeSSZCall
- func (c *MockBeaconStateEncodeSSZCall) Return(arg0 []byte, arg1 error) *MockBeaconStateEncodeSSZCall
- type MockBeaconStateEncodingSizeSSZCall
- func (c *MockBeaconStateEncodingSizeSSZCall) Do(f func() int) *MockBeaconStateEncodingSizeSSZCall
- func (c *MockBeaconStateEncodingSizeSSZCall) DoAndReturn(f func() int) *MockBeaconStateEncodingSizeSSZCall
- func (c *MockBeaconStateEncodingSizeSSZCall) Return(size int) *MockBeaconStateEncodingSizeSSZCall
- type MockBeaconStateEpochParticipationCall
- func (c *MockBeaconStateEpochParticipationCall) Do(f func(bool) *solid.ParticipationBitList) *MockBeaconStateEpochParticipationCall
- func (c *MockBeaconStateEpochParticipationCall) DoAndReturn(f func(bool) *solid.ParticipationBitList) *MockBeaconStateEpochParticipationCall
- func (c *MockBeaconStateEpochParticipationCall) Return(arg0 *solid.ParticipationBitList) *MockBeaconStateEpochParticipationCall
- type MockBeaconStateEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateEpochParticipationForValidatorIndexCall) Do(f func(bool, int) cltypes.ParticipationFlags) *MockBeaconStateEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateEpochParticipationForValidatorIndexCall) DoAndReturn(f func(bool, int) cltypes.ParticipationFlags) *MockBeaconStateEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateEpochParticipationForValidatorIndexCall) Return(arg0 cltypes.ParticipationFlags) *MockBeaconStateEpochParticipationForValidatorIndexCall
- type MockBeaconStateEth1DataCall
- func (c *MockBeaconStateEth1DataCall) Do(f func() *cltypes.Eth1Data) *MockBeaconStateEth1DataCall
- func (c *MockBeaconStateEth1DataCall) DoAndReturn(f func() *cltypes.Eth1Data) *MockBeaconStateEth1DataCall
- func (c *MockBeaconStateEth1DataCall) Return(arg0 *cltypes.Eth1Data) *MockBeaconStateEth1DataCall
- type MockBeaconStateEth1DataVotesCall
- func (c *MockBeaconStateEth1DataVotesCall) Do(f func() *solid.ListSSZ[*cltypes.Eth1Data]) *MockBeaconStateEth1DataVotesCall
- func (c *MockBeaconStateEth1DataVotesCall) DoAndReturn(f func() *solid.ListSSZ[*cltypes.Eth1Data]) *MockBeaconStateEth1DataVotesCall
- func (c *MockBeaconStateEth1DataVotesCall) Return(arg0 *solid.ListSSZ[*cltypes.Eth1Data]) *MockBeaconStateEth1DataVotesCall
- type MockBeaconStateEth1DepositIndexCall
- func (c *MockBeaconStateEth1DepositIndexCall) Do(f func() uint64) *MockBeaconStateEth1DepositIndexCall
- func (c *MockBeaconStateEth1DepositIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateEth1DepositIndexCall
- func (c *MockBeaconStateEth1DepositIndexCall) Return(arg0 uint64) *MockBeaconStateEth1DepositIndexCall
- type MockBeaconStateFinalizedCheckpointCall
- func (c *MockBeaconStateFinalizedCheckpointCall) Do(f func() solid.Checkpoint) *MockBeaconStateFinalizedCheckpointCall
- func (c *MockBeaconStateFinalizedCheckpointCall) DoAndReturn(f func() solid.Checkpoint) *MockBeaconStateFinalizedCheckpointCall
- func (c *MockBeaconStateFinalizedCheckpointCall) Return(arg0 solid.Checkpoint) *MockBeaconStateFinalizedCheckpointCall
- type MockBeaconStateForEachBalanceCall
- func (c *MockBeaconStateForEachBalanceCall) Do(f func(func(uint64, int, int) bool)) *MockBeaconStateForEachBalanceCall
- func (c *MockBeaconStateForEachBalanceCall) DoAndReturn(f func(func(uint64, int, int) bool)) *MockBeaconStateForEachBalanceCall
- func (c *MockBeaconStateForEachBalanceCall) Return() *MockBeaconStateForEachBalanceCall
- type MockBeaconStateForEachSlashingSegmentCall
- func (c *MockBeaconStateForEachSlashingSegmentCall) Do(f func(func(int, uint64, int) bool)) *MockBeaconStateForEachSlashingSegmentCall
- func (c *MockBeaconStateForEachSlashingSegmentCall) DoAndReturn(f func(func(int, uint64, int) bool)) *MockBeaconStateForEachSlashingSegmentCall
- func (c *MockBeaconStateForEachSlashingSegmentCall) Return() *MockBeaconStateForEachSlashingSegmentCall
- type MockBeaconStateForEachValidatorCall
- func (c *MockBeaconStateForEachValidatorCall) Do(f func(func(solid.Validator, int, int) bool)) *MockBeaconStateForEachValidatorCall
- func (c *MockBeaconStateForEachValidatorCall) DoAndReturn(f func(func(solid.Validator, int, int) bool)) *MockBeaconStateForEachValidatorCall
- func (c *MockBeaconStateForEachValidatorCall) Return() *MockBeaconStateForEachValidatorCall
- type MockBeaconStateForkCall
- type MockBeaconStateGenesisTimeCall
- type MockBeaconStateGenesisValidatorsRootCall
- func (c *MockBeaconStateGenesisValidatorsRootCall) Do(f func() common.Hash) *MockBeaconStateGenesisValidatorsRootCall
- func (c *MockBeaconStateGenesisValidatorsRootCall) DoAndReturn(f func() common.Hash) *MockBeaconStateGenesisValidatorsRootCall
- func (c *MockBeaconStateGenesisValidatorsRootCall) Return(arg0 common.Hash) *MockBeaconStateGenesisValidatorsRootCall
- type MockBeaconStateGetActiveValidatorsIndicesCall
- func (c *MockBeaconStateGetActiveValidatorsIndicesCall) Do(f func(uint64) []uint64) *MockBeaconStateGetActiveValidatorsIndicesCall
- func (c *MockBeaconStateGetActiveValidatorsIndicesCall) DoAndReturn(f func(uint64) []uint64) *MockBeaconStateGetActiveValidatorsIndicesCall
- func (c *MockBeaconStateGetActiveValidatorsIndicesCall) Return(indicies []uint64) *MockBeaconStateGetActiveValidatorsIndicesCall
- type MockBeaconStateGetAttestationParticipationFlagIndiciesCall
- func (c *MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Do(f func(*solid.AttestationData, uint64, bool) ([]uint8, error)) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall
- func (c *MockBeaconStateGetAttestationParticipationFlagIndiciesCall) DoAndReturn(f func(*solid.AttestationData, uint64, bool) ([]uint8, error)) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall
- func (c *MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Return(arg0 []uint8, arg1 error) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall
- type MockBeaconStateGetAttestingIndiciesCall
- func (c *MockBeaconStateGetAttestingIndiciesCall) Do(f func(*solid.Attestation, bool) ([]uint64, error)) *MockBeaconStateGetAttestingIndiciesCall
- func (c *MockBeaconStateGetAttestingIndiciesCall) DoAndReturn(f func(*solid.Attestation, bool) ([]uint64, error)) *MockBeaconStateGetAttestingIndiciesCall
- func (c *MockBeaconStateGetAttestingIndiciesCall) Return(arg0 []uint64, arg1 error) *MockBeaconStateGetAttestingIndiciesCall
- type MockBeaconStateGetBeaconCommiteeCall
- func (c *MockBeaconStateGetBeaconCommiteeCall) Do(f func(uint64, uint64) ([]uint64, error)) *MockBeaconStateGetBeaconCommiteeCall
- func (c *MockBeaconStateGetBeaconCommiteeCall) DoAndReturn(f func(uint64, uint64) ([]uint64, error)) *MockBeaconStateGetBeaconCommiteeCall
- func (c *MockBeaconStateGetBeaconCommiteeCall) Return(arg0 []uint64, arg1 error) *MockBeaconStateGetBeaconCommiteeCall
- type MockBeaconStateGetBeaconProposerIndexCall
- func (c *MockBeaconStateGetBeaconProposerIndexCall) Do(f func() (uint64, error)) *MockBeaconStateGetBeaconProposerIndexCall
- func (c *MockBeaconStateGetBeaconProposerIndexCall) DoAndReturn(f func() (uint64, error)) *MockBeaconStateGetBeaconProposerIndexCall
- func (c *MockBeaconStateGetBeaconProposerIndexCall) Return(arg0 uint64, arg1 error) *MockBeaconStateGetBeaconProposerIndexCall
- type MockBeaconStateGetBlockRootAtSlotCall
- func (c *MockBeaconStateGetBlockRootAtSlotCall) Do(f func(uint64) (common.Hash, error)) *MockBeaconStateGetBlockRootAtSlotCall
- func (c *MockBeaconStateGetBlockRootAtSlotCall) DoAndReturn(f func(uint64) (common.Hash, error)) *MockBeaconStateGetBlockRootAtSlotCall
- func (c *MockBeaconStateGetBlockRootAtSlotCall) Return(arg0 common.Hash, arg1 error) *MockBeaconStateGetBlockRootAtSlotCall
- type MockBeaconStateGetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateGetConsolidationBalanceToConsumeCall) Do(f func() uint64) *MockBeaconStateGetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateGetConsolidationBalanceToConsumeCall) DoAndReturn(f func() uint64) *MockBeaconStateGetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateGetConsolidationBalanceToConsumeCall) Return(arg0 uint64) *MockBeaconStateGetConsolidationBalanceToConsumeCall
- type MockBeaconStateGetDepositBalanceToConsumeCall
- func (c *MockBeaconStateGetDepositBalanceToConsumeCall) Do(f func() uint64) *MockBeaconStateGetDepositBalanceToConsumeCall
- func (c *MockBeaconStateGetDepositBalanceToConsumeCall) DoAndReturn(f func() uint64) *MockBeaconStateGetDepositBalanceToConsumeCall
- func (c *MockBeaconStateGetDepositBalanceToConsumeCall) Return(arg0 uint64) *MockBeaconStateGetDepositBalanceToConsumeCall
- type MockBeaconStateGetDepositRequestsStartIndexCall
- func (c *MockBeaconStateGetDepositRequestsStartIndexCall) Do(f func() uint64) *MockBeaconStateGetDepositRequestsStartIndexCall
- func (c *MockBeaconStateGetDepositRequestsStartIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateGetDepositRequestsStartIndexCall
- func (c *MockBeaconStateGetDepositRequestsStartIndexCall) Return(arg0 uint64) *MockBeaconStateGetDepositRequestsStartIndexCall
- type MockBeaconStateGetDomainCall
- func (c *MockBeaconStateGetDomainCall) Do(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateGetDomainCall
- func (c *MockBeaconStateGetDomainCall) DoAndReturn(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateGetDomainCall
- func (c *MockBeaconStateGetDomainCall) Return(arg0 []byte, arg1 error) *MockBeaconStateGetDomainCall
- type MockBeaconStateGetEarlistConsolidationEpochCall
- func (c *MockBeaconStateGetEarlistConsolidationEpochCall) Do(f func() uint64) *MockBeaconStateGetEarlistConsolidationEpochCall
- func (c *MockBeaconStateGetEarlistConsolidationEpochCall) DoAndReturn(f func() uint64) *MockBeaconStateGetEarlistConsolidationEpochCall
- func (c *MockBeaconStateGetEarlistConsolidationEpochCall) Return(arg0 uint64) *MockBeaconStateGetEarlistConsolidationEpochCall
- type MockBeaconStateGetPendingConsolidationsCall
- func (c *MockBeaconStateGetPendingConsolidationsCall) Do(f func() *solid.ListSSZ[*solid.PendingConsolidation]) *MockBeaconStateGetPendingConsolidationsCall
- func (c *MockBeaconStateGetPendingConsolidationsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingConsolidation]) *MockBeaconStateGetPendingConsolidationsCall
- func (c *MockBeaconStateGetPendingConsolidationsCall) Return(arg0 *solid.ListSSZ[*solid.PendingConsolidation]) *MockBeaconStateGetPendingConsolidationsCall
- type MockBeaconStateGetPendingDepositsCall
- func (c *MockBeaconStateGetPendingDepositsCall) Do(f func() *solid.ListSSZ[*solid.PendingDeposit]) *MockBeaconStateGetPendingDepositsCall
- func (c *MockBeaconStateGetPendingDepositsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingDeposit]) *MockBeaconStateGetPendingDepositsCall
- func (c *MockBeaconStateGetPendingDepositsCall) Return(arg0 *solid.ListSSZ[*solid.PendingDeposit]) *MockBeaconStateGetPendingDepositsCall
- type MockBeaconStateGetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateGetPendingPartialWithdrawalsCall) Do(f func() *solid.ListSSZ[*solid.PendingPartialWithdrawal]) *MockBeaconStateGetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateGetPendingPartialWithdrawalsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingPartialWithdrawal]) *MockBeaconStateGetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateGetPendingPartialWithdrawalsCall) Return(arg0 *solid.ListSSZ[*solid.PendingPartialWithdrawal]) *MockBeaconStateGetPendingPartialWithdrawalsCall
- type MockBeaconStateGetRandaoMixCall
- func (c *MockBeaconStateGetRandaoMixCall) Do(f func(int) [32]byte) *MockBeaconStateGetRandaoMixCall
- func (c *MockBeaconStateGetRandaoMixCall) DoAndReturn(f func(int) [32]byte) *MockBeaconStateGetRandaoMixCall
- func (c *MockBeaconStateGetRandaoMixCall) Return(arg0 [32]byte) *MockBeaconStateGetRandaoMixCall
- type MockBeaconStateGetRandaoMixesCall
- func (c *MockBeaconStateGetRandaoMixesCall) Do(f func(uint64) [32]byte) *MockBeaconStateGetRandaoMixesCall
- func (c *MockBeaconStateGetRandaoMixesCall) DoAndReturn(f func(uint64) [32]byte) *MockBeaconStateGetRandaoMixesCall
- func (c *MockBeaconStateGetRandaoMixesCall) Return(arg0 [32]byte) *MockBeaconStateGetRandaoMixesCall
- type MockBeaconStateGetTotalActiveBalanceCall
- func (c *MockBeaconStateGetTotalActiveBalanceCall) Do(f func() uint64) *MockBeaconStateGetTotalActiveBalanceCall
- func (c *MockBeaconStateGetTotalActiveBalanceCall) DoAndReturn(f func() uint64) *MockBeaconStateGetTotalActiveBalanceCall
- func (c *MockBeaconStateGetTotalActiveBalanceCall) Return(arg0 uint64) *MockBeaconStateGetTotalActiveBalanceCall
- type MockBeaconStateGetValidatorActivationChurnLimitCall
- func (c *MockBeaconStateGetValidatorActivationChurnLimitCall) Do(f func() uint64) *MockBeaconStateGetValidatorActivationChurnLimitCall
- func (c *MockBeaconStateGetValidatorActivationChurnLimitCall) DoAndReturn(f func() uint64) *MockBeaconStateGetValidatorActivationChurnLimitCall
- func (c *MockBeaconStateGetValidatorActivationChurnLimitCall) Return(arg0 uint64) *MockBeaconStateGetValidatorActivationChurnLimitCall
- type MockBeaconStateGetValidatorChurnLimitCall
- func (c *MockBeaconStateGetValidatorChurnLimitCall) Do(f func() uint64) *MockBeaconStateGetValidatorChurnLimitCall
- func (c *MockBeaconStateGetValidatorChurnLimitCall) DoAndReturn(f func() uint64) *MockBeaconStateGetValidatorChurnLimitCall
- func (c *MockBeaconStateGetValidatorChurnLimitCall) Return(arg0 uint64) *MockBeaconStateGetValidatorChurnLimitCall
- type MockBeaconStateHashSSZCall
- type MockBeaconStateInitiateValidatorExitCall
- func (c *MockBeaconStateInitiateValidatorExitCall) Do(f func(uint64) error) *MockBeaconStateInitiateValidatorExitCall
- func (c *MockBeaconStateInitiateValidatorExitCall) DoAndReturn(f func(uint64) error) *MockBeaconStateInitiateValidatorExitCall
- func (c *MockBeaconStateInitiateValidatorExitCall) Return(arg0 error) *MockBeaconStateInitiateValidatorExitCall
- type MockBeaconStateJustificationBitsCall
- func (c *MockBeaconStateJustificationBitsCall) Do(f func() cltypes.JustificationBits) *MockBeaconStateJustificationBitsCall
- func (c *MockBeaconStateJustificationBitsCall) DoAndReturn(f func() cltypes.JustificationBits) *MockBeaconStateJustificationBitsCall
- func (c *MockBeaconStateJustificationBitsCall) Return(arg0 cltypes.JustificationBits) *MockBeaconStateJustificationBitsCall
- type MockBeaconStateLatestBlockHeaderCall
- func (c *MockBeaconStateLatestBlockHeaderCall) Do(f func() cltypes.BeaconBlockHeader) *MockBeaconStateLatestBlockHeaderCall
- func (c *MockBeaconStateLatestBlockHeaderCall) DoAndReturn(f func() cltypes.BeaconBlockHeader) *MockBeaconStateLatestBlockHeaderCall
- func (c *MockBeaconStateLatestBlockHeaderCall) Return(arg0 cltypes.BeaconBlockHeader) *MockBeaconStateLatestBlockHeaderCall
- type MockBeaconStateLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateLatestExecutionPayloadHeaderCall) Do(f func() *cltypes.Eth1Header) *MockBeaconStateLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateLatestExecutionPayloadHeaderCall) DoAndReturn(f func() *cltypes.Eth1Header) *MockBeaconStateLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateLatestExecutionPayloadHeaderCall) Return(arg0 *cltypes.Eth1Header) *MockBeaconStateLatestExecutionPayloadHeaderCall
- type MockBeaconStateMockRecorder
- func (mr *MockBeaconStateMockRecorder) AddCurrentEpochAtteastation(attestation any) *MockBeaconStateAddCurrentEpochAtteastationCall
- func (mr *MockBeaconStateMockRecorder) AddCurrentEpochParticipationFlags(flags any) *MockBeaconStateAddCurrentEpochParticipationFlagsCall
- func (mr *MockBeaconStateMockRecorder) AddEth1DataVote(vote any) *MockBeaconStateAddEth1DataVoteCall
- func (mr *MockBeaconStateMockRecorder) AddHistoricalRoot(root any) *MockBeaconStateAddHistoricalRootCall
- func (mr *MockBeaconStateMockRecorder) AddHistoricalSummary(summary any) *MockBeaconStateAddHistoricalSummaryCall
- func (mr *MockBeaconStateMockRecorder) AddInactivityScore(score any) *MockBeaconStateAddInactivityScoreCall
- func (mr *MockBeaconStateMockRecorder) AddPreviousEpochAttestation(attestation any) *MockBeaconStateAddPreviousEpochAttestationCall
- func (mr *MockBeaconStateMockRecorder) AddPreviousEpochParticipationAt(index, delta any) *MockBeaconStateAddPreviousEpochParticipationAtCall
- func (mr *MockBeaconStateMockRecorder) AddPreviousEpochParticipationFlags(flags any) *MockBeaconStateAddPreviousEpochParticipationFlagsCall
- func (mr *MockBeaconStateMockRecorder) AddValidator(validator, balance any) *MockBeaconStateAddValidatorCall
- func (mr *MockBeaconStateMockRecorder) AppendPendingConsolidation(consolidation any) *MockBeaconStateAppendPendingConsolidationCall
- func (mr *MockBeaconStateMockRecorder) AppendPendingDeposit(deposit any) *MockBeaconStateAppendPendingDepositCall
- func (mr *MockBeaconStateMockRecorder) AppendPendingPartialWithdrawal(withdrawal any) *MockBeaconStateAppendPendingPartialWithdrawalCall
- func (mr *MockBeaconStateMockRecorder) AppendValidator(in any) *MockBeaconStateAppendValidatorCall
- func (mr *MockBeaconStateMockRecorder) BaseReward(index any) *MockBeaconStateBaseRewardCall
- func (mr *MockBeaconStateMockRecorder) BaseRewardPerIncrement() *MockBeaconStateBaseRewardPerIncrementCall
- func (mr *MockBeaconStateMockRecorder) BeaconConfig() *MockBeaconStateBeaconConfigCall
- func (mr *MockBeaconStateMockRecorder) BlockRoot() *MockBeaconStateBlockRootCall
- func (mr *MockBeaconStateMockRecorder) BlockRoots() *MockBeaconStateBlockRootsCall
- func (mr *MockBeaconStateMockRecorder) Clone() *MockBeaconStateCloneCall
- func (mr *MockBeaconStateMockRecorder) CommitteeCount(epoch any) *MockBeaconStateCommitteeCountCall
- func (mr *MockBeaconStateMockRecorder) ComputeCommittee(indicies, slot, index, count any) *MockBeaconStateComputeCommitteeCall
- func (mr *MockBeaconStateMockRecorder) ComputeExitEpochAndUpdateChurn(exitBalance any) *MockBeaconStateComputeExitEpochAndUpdateChurnCall
- func (mr *MockBeaconStateMockRecorder) ComputeNextSyncCommittee() *MockBeaconStateComputeNextSyncCommitteeCall
- func (mr *MockBeaconStateMockRecorder) CurrentEpochAttestations() *MockBeaconStateCurrentEpochAttestationsCall
- func (mr *MockBeaconStateMockRecorder) CurrentEpochAttestationsLength() *MockBeaconStateCurrentEpochAttestationsLengthCall
- func (mr *MockBeaconStateMockRecorder) CurrentJustifiedCheckpoint() *MockBeaconStateCurrentJustifiedCheckpointCall
- func (mr *MockBeaconStateMockRecorder) CurrentSyncCommittee() *MockBeaconStateCurrentSyncCommitteeCall
- func (mr *MockBeaconStateMockRecorder) DebugPrint(prefix any) *MockBeaconStateDebugPrintCall
- func (mr *MockBeaconStateMockRecorder) DecodeSSZ(buf, version any) *MockBeaconStateDecodeSSZCall
- func (mr *MockBeaconStateMockRecorder) EncodeSSZ(buf any) *MockBeaconStateEncodeSSZCall
- func (mr *MockBeaconStateMockRecorder) EncodingSizeSSZ() *MockBeaconStateEncodingSizeSSZCall
- func (mr *MockBeaconStateMockRecorder) EpochParticipation(currentEpoch any) *MockBeaconStateEpochParticipationCall
- func (mr *MockBeaconStateMockRecorder) EpochParticipationForValidatorIndex(isCurrentEpoch, index any) *MockBeaconStateEpochParticipationForValidatorIndexCall
- func (mr *MockBeaconStateMockRecorder) Eth1Data() *MockBeaconStateEth1DataCall
- func (mr *MockBeaconStateMockRecorder) Eth1DataVotes() *MockBeaconStateEth1DataVotesCall
- func (mr *MockBeaconStateMockRecorder) Eth1DepositIndex() *MockBeaconStateEth1DepositIndexCall
- func (mr *MockBeaconStateMockRecorder) FinalizedCheckpoint() *MockBeaconStateFinalizedCheckpointCall
- func (mr *MockBeaconStateMockRecorder) ForEachBalance(fn any) *MockBeaconStateForEachBalanceCall
- func (mr *MockBeaconStateMockRecorder) ForEachSlashingSegment(fn any) *MockBeaconStateForEachSlashingSegmentCall
- func (mr *MockBeaconStateMockRecorder) ForEachValidator(fn any) *MockBeaconStateForEachValidatorCall
- func (mr *MockBeaconStateMockRecorder) Fork() *MockBeaconStateForkCall
- func (mr *MockBeaconStateMockRecorder) GenesisTime() *MockBeaconStateGenesisTimeCall
- func (mr *MockBeaconStateMockRecorder) GenesisValidatorsRoot() *MockBeaconStateGenesisValidatorsRootCall
- func (mr *MockBeaconStateMockRecorder) GetActiveValidatorsIndices(epoch any) *MockBeaconStateGetActiveValidatorsIndicesCall
- func (mr *MockBeaconStateMockRecorder) GetAttestationParticipationFlagIndicies(data, inclusionDelay, skipAssert any) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall
- func (mr *MockBeaconStateMockRecorder) GetAttestingIndicies(attestation, checkBitsLength any) *MockBeaconStateGetAttestingIndiciesCall
- func (mr *MockBeaconStateMockRecorder) GetBeaconCommitee(slot, committeeIndex any) *MockBeaconStateGetBeaconCommiteeCall
- func (mr *MockBeaconStateMockRecorder) GetBeaconProposerIndex() *MockBeaconStateGetBeaconProposerIndexCall
- func (mr *MockBeaconStateMockRecorder) GetBlockRootAtSlot(slot any) *MockBeaconStateGetBlockRootAtSlotCall
- func (mr *MockBeaconStateMockRecorder) GetConsolidationBalanceToConsume() *MockBeaconStateGetConsolidationBalanceToConsumeCall
- func (mr *MockBeaconStateMockRecorder) GetDepositBalanceToConsume() *MockBeaconStateGetDepositBalanceToConsumeCall
- func (mr *MockBeaconStateMockRecorder) GetDepositRequestsStartIndex() *MockBeaconStateGetDepositRequestsStartIndexCall
- func (mr *MockBeaconStateMockRecorder) GetDomain(domainType, epoch any) *MockBeaconStateGetDomainCall
- func (mr *MockBeaconStateMockRecorder) GetEarlistConsolidationEpoch() *MockBeaconStateGetEarlistConsolidationEpochCall
- func (mr *MockBeaconStateMockRecorder) GetPendingConsolidations() *MockBeaconStateGetPendingConsolidationsCall
- func (mr *MockBeaconStateMockRecorder) GetPendingDeposits() *MockBeaconStateGetPendingDepositsCall
- func (mr *MockBeaconStateMockRecorder) GetPendingPartialWithdrawals() *MockBeaconStateGetPendingPartialWithdrawalsCall
- func (mr *MockBeaconStateMockRecorder) GetRandaoMix(index any) *MockBeaconStateGetRandaoMixCall
- func (mr *MockBeaconStateMockRecorder) GetRandaoMixes(epoch any) *MockBeaconStateGetRandaoMixesCall
- func (mr *MockBeaconStateMockRecorder) GetTotalActiveBalance() *MockBeaconStateGetTotalActiveBalanceCall
- func (mr *MockBeaconStateMockRecorder) GetValidatorActivationChurnLimit() *MockBeaconStateGetValidatorActivationChurnLimitCall
- func (mr *MockBeaconStateMockRecorder) GetValidatorChurnLimit() *MockBeaconStateGetValidatorChurnLimitCall
- func (mr *MockBeaconStateMockRecorder) HashSSZ() *MockBeaconStateHashSSZCall
- func (mr *MockBeaconStateMockRecorder) InitiateValidatorExit(index any) *MockBeaconStateInitiateValidatorExitCall
- func (mr *MockBeaconStateMockRecorder) JustificationBits() *MockBeaconStateJustificationBitsCall
- func (mr *MockBeaconStateMockRecorder) LatestBlockHeader() *MockBeaconStateLatestBlockHeaderCall
- func (mr *MockBeaconStateMockRecorder) LatestExecutionPayloadHeader() *MockBeaconStateLatestExecutionPayloadHeaderCall
- func (mr *MockBeaconStateMockRecorder) NextSyncCommittee() *MockBeaconStateNextSyncCommitteeCall
- func (mr *MockBeaconStateMockRecorder) NextWithdrawalIndex() *MockBeaconStateNextWithdrawalIndexCall
- func (mr *MockBeaconStateMockRecorder) NextWithdrawalValidatorIndex() *MockBeaconStateNextWithdrawalValidatorIndexCall
- func (mr *MockBeaconStateMockRecorder) PreviousEpochAttestations() *MockBeaconStatePreviousEpochAttestationsCall
- func (mr *MockBeaconStateMockRecorder) PreviousEpochAttestationsLength() *MockBeaconStatePreviousEpochAttestationsLengthCall
- func (mr *MockBeaconStateMockRecorder) PreviousEpochParticipation() *MockBeaconStatePreviousEpochParticipationCall
- func (mr *MockBeaconStateMockRecorder) PreviousJustifiedCheckpoint() *MockBeaconStatePreviousJustifiedCheckpointCall
- func (mr *MockBeaconStateMockRecorder) PreviousSlot() *MockBeaconStatePreviousSlotCall
- func (mr *MockBeaconStateMockRecorder) PreviousStateRoot() *MockBeaconStatePreviousStateRootCall
- func (mr *MockBeaconStateMockRecorder) RandaoMixes() *MockBeaconStateRandaoMixesCall
- func (mr *MockBeaconStateMockRecorder) ResetCurrentEpochAttestations() *MockBeaconStateResetCurrentEpochAttestationsCall
- func (mr *MockBeaconStateMockRecorder) ResetEpochParticipation() *MockBeaconStateResetEpochParticipationCall
- func (mr *MockBeaconStateMockRecorder) ResetEth1DataVotes() *MockBeaconStateResetEth1DataVotesCall
- func (mr *MockBeaconStateMockRecorder) ResetHistoricalSummaries() *MockBeaconStateResetHistoricalSummariesCall
- func (mr *MockBeaconStateMockRecorder) ResetPreviousEpochAttestations() *MockBeaconStateResetPreviousEpochAttestationsCall
- func (mr *MockBeaconStateMockRecorder) SetActivationEligibilityEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMockRecorder) SetActivationEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetActivationEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMockRecorder) SetBlockRootAt(index, root any) *MockBeaconStateSetBlockRootAtCall
- func (mr *MockBeaconStateMockRecorder) SetConsolidationBalanceToConsume(arg0 any) *MockBeaconStateSetConsolidationBalanceToConsumeCall
- func (mr *MockBeaconStateMockRecorder) SetCurrentEpochParticipationFlags(flags any) *MockBeaconStateSetCurrentEpochParticipationFlagsCall
- func (mr *MockBeaconStateMockRecorder) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint any) *MockBeaconStateSetCurrentJustifiedCheckpointCall
- func (mr *MockBeaconStateMockRecorder) SetCurrentSyncCommittee(currentSyncCommittee any) *MockBeaconStateSetCurrentSyncCommitteeCall
- func (mr *MockBeaconStateMockRecorder) SetDepositBalanceToConsume(arg0 any) *MockBeaconStateSetDepositBalanceToConsumeCall
- func (mr *MockBeaconStateMockRecorder) SetDepositRequestsStartIndex(arg0 any) *MockBeaconStateSetDepositRequestsStartIndexCall
- func (mr *MockBeaconStateMockRecorder) SetEarlistConsolidationEpoch(arg0 any) *MockBeaconStateSetEarlistConsolidationEpochCall
- func (mr *MockBeaconStateMockRecorder) SetEffectiveBalanceForValidatorAtIndex(index, balance any) *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
- func (mr *MockBeaconStateMockRecorder) SetEpochParticipationForValidatorIndex(isCurrentEpoch, index, flags any) *MockBeaconStateSetEpochParticipationForValidatorIndexCall
- func (mr *MockBeaconStateMockRecorder) SetEth1Data(eth1Data any) *MockBeaconStateSetEth1DataCall
- func (mr *MockBeaconStateMockRecorder) SetEth1DepositIndex(eth1DepositIndex any) *MockBeaconStateSetEth1DepositIndexCall
- func (mr *MockBeaconStateMockRecorder) SetExitEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetExitEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMockRecorder) SetFinalizedCheckpoint(finalizedCheckpoint any) *MockBeaconStateSetFinalizedCheckpointCall
- func (mr *MockBeaconStateMockRecorder) SetFork(fork any) *MockBeaconStateSetForkCall
- func (mr *MockBeaconStateMockRecorder) SetInactivityScores(scores any) *MockBeaconStateSetInactivityScoresCall
- func (mr *MockBeaconStateMockRecorder) SetJustificationBits(justificationBits any) *MockBeaconStateSetJustificationBitsCall
- func (mr *MockBeaconStateMockRecorder) SetLatestBlockHeader(header any) *MockBeaconStateSetLatestBlockHeaderCall
- func (mr *MockBeaconStateMockRecorder) SetLatestExecutionPayloadHeader(header any) *MockBeaconStateSetLatestExecutionPayloadHeaderCall
- func (mr *MockBeaconStateMockRecorder) SetNextSyncCommittee(nextSyncCommittee any) *MockBeaconStateSetNextSyncCommitteeCall
- func (mr *MockBeaconStateMockRecorder) SetNextWithdrawalIndex(index any) *MockBeaconStateSetNextWithdrawalIndexCall
- func (mr *MockBeaconStateMockRecorder) SetNextWithdrawalValidatorIndex(index any) *MockBeaconStateSetNextWithdrawalValidatorIndexCall
- func (mr *MockBeaconStateMockRecorder) SetPendingConsolidations(consolidations any) *MockBeaconStateSetPendingConsolidationsCall
- func (mr *MockBeaconStateMockRecorder) SetPendingDeposits(arg0 any) *MockBeaconStateSetPendingDepositsCall
- func (mr *MockBeaconStateMockRecorder) SetPendingPartialWithdrawals(arg0 any) *MockBeaconStateSetPendingPartialWithdrawalsCall
- func (mr *MockBeaconStateMockRecorder) SetPreviousEpochAttestations(attestations any) *MockBeaconStateSetPreviousEpochAttestationsCall
- func (mr *MockBeaconStateMockRecorder) SetPreviousEpochParticipationFlags(flags any) *MockBeaconStateSetPreviousEpochParticipationFlagsCall
- func (mr *MockBeaconStateMockRecorder) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint any) *MockBeaconStateSetPreviousJustifiedCheckpointCall
- func (mr *MockBeaconStateMockRecorder) SetPreviousStateRoot(root any) *MockBeaconStateSetPreviousStateRootCall
- func (mr *MockBeaconStateMockRecorder) SetRandaoMixAt(index, mix any) *MockBeaconStateSetRandaoMixAtCall
- func (mr *MockBeaconStateMockRecorder) SetSlashingSegmentAt(index, segment any) *MockBeaconStateSetSlashingSegmentAtCall
- func (mr *MockBeaconStateMockRecorder) SetSlot(slot any) *MockBeaconStateSetSlotCall
- func (mr *MockBeaconStateMockRecorder) SetStateRootAt(index, root any) *MockBeaconStateSetStateRootAtCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorAtIndex(index, validator any) *MockBeaconStateSetValidatorAtIndexCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorBalance(index, balance any) *MockBeaconStateSetValidatorBalanceCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorInactivityScore(index, score any) *MockBeaconStateSetValidatorInactivityScoreCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingHeadAttester(index, value any) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingSourceAttester(index, value any) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorIsCurrentMatchingTargetAttester(index, value any) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingHeadAttester(index, value any) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingSourceAttester(index, value any) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorIsPreviousMatchingTargetAttester(index, value any) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorMinCurrentInclusionDelayAttestation(index, value any) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorMinPreviousInclusionDelayAttestation(index, value any) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
- func (mr *MockBeaconStateMockRecorder) SetValidatorSlashed(index, slashed any) *MockBeaconStateSetValidatorSlashedCall
- func (mr *MockBeaconStateMockRecorder) SetVersion(version any) *MockBeaconStateSetVersionCall
- func (mr *MockBeaconStateMockRecorder) SetWithdrawableEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMockRecorder) SetWithdrawalCredentialForValidatorAtIndex(index, creds any) *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
- func (mr *MockBeaconStateMockRecorder) SlashValidator(slashedInd, whistleblowerInd any) *MockBeaconStateSlashValidatorCall
- func (mr *MockBeaconStateMockRecorder) SlashingSegmentAt(pos any) *MockBeaconStateSlashingSegmentAtCall
- func (mr *MockBeaconStateMockRecorder) Slot() *MockBeaconStateSlotCall
- func (mr *MockBeaconStateMockRecorder) StateRoots() *MockBeaconStateStateRootsCall
- func (mr *MockBeaconStateMockRecorder) SyncRewards() *MockBeaconStateSyncRewardsCall
- func (mr *MockBeaconStateMockRecorder) UpgradeToAltair() *MockBeaconStateUpgradeToAltairCall
- func (mr *MockBeaconStateMockRecorder) UpgradeToBellatrix() *MockBeaconStateUpgradeToBellatrixCall
- func (mr *MockBeaconStateMockRecorder) UpgradeToCapella() *MockBeaconStateUpgradeToCapellaCall
- func (mr *MockBeaconStateMockRecorder) UpgradeToDeneb() *MockBeaconStateUpgradeToDenebCall
- func (mr *MockBeaconStateMockRecorder) UpgradeToElectra() *MockBeaconStateUpgradeToElectraCall
- func (mr *MockBeaconStateMockRecorder) ValidatorBalance(index any) *MockBeaconStateValidatorBalanceCall
- func (mr *MockBeaconStateMockRecorder) ValidatorEffectiveBalance(index any) *MockBeaconStateValidatorEffectiveBalanceCall
- func (mr *MockBeaconStateMockRecorder) ValidatorExitEpoch(index any) *MockBeaconStateValidatorExitEpochCall
- func (mr *MockBeaconStateMockRecorder) ValidatorForValidatorIndex(index any) *MockBeaconStateValidatorForValidatorIndexCall
- func (mr *MockBeaconStateMockRecorder) ValidatorInactivityScore(index any) *MockBeaconStateValidatorInactivityScoreCall
- func (mr *MockBeaconStateMockRecorder) ValidatorIndexByPubkey(key any) *MockBeaconStateValidatorIndexByPubkeyCall
- func (mr *MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingHeadAttester(idx any) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
- func (mr *MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingSourceAttester(idx any) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
- func (mr *MockBeaconStateMockRecorder) ValidatorIsCurrentMatchingTargetAttester(idx any) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
- func (mr *MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingHeadAttester(idx any) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
- func (mr *MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingSourceAttester(idx any) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
- func (mr *MockBeaconStateMockRecorder) ValidatorIsPreviousMatchingTargetAttester(idx any) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
- func (mr *MockBeaconStateMockRecorder) ValidatorLength() *MockBeaconStateValidatorLengthCall
- func (mr *MockBeaconStateMockRecorder) ValidatorMinCurrentInclusionDelayAttestation(index any) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
- func (mr *MockBeaconStateMockRecorder) ValidatorMinPreviousInclusionDelayAttestation(index any) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
- func (mr *MockBeaconStateMockRecorder) ValidatorSet() *MockBeaconStateValidatorSetCall
- func (mr *MockBeaconStateMockRecorder) ValidatorWithdrawableEpoch(index any) *MockBeaconStateValidatorWithdrawableEpochCall
- func (mr *MockBeaconStateMockRecorder) Version() *MockBeaconStateVersionCall
- type MockBeaconStateMutator
- func (m *MockBeaconStateMutator) AddCurrentEpochAtteastation(attestation *solid.PendingAttestation)
- func (m *MockBeaconStateMutator) AddCurrentEpochParticipationFlags(flags cltypes.ParticipationFlags)
- func (m *MockBeaconStateMutator) AddEth1DataVote(vote *cltypes.Eth1Data)
- func (m *MockBeaconStateMutator) AddHistoricalRoot(root common.Hash)
- func (m *MockBeaconStateMutator) AddHistoricalSummary(summary *cltypes.HistoricalSummary)
- func (m *MockBeaconStateMutator) AddInactivityScore(score uint64)
- func (m *MockBeaconStateMutator) AddPreviousEpochAttestation(attestation *solid.PendingAttestation)
- func (m *MockBeaconStateMutator) AddPreviousEpochParticipationAt(index int, delta byte)
- func (m *MockBeaconStateMutator) AddPreviousEpochParticipationFlags(flags cltypes.ParticipationFlags)
- func (m *MockBeaconStateMutator) AddValidator(validator solid.Validator, balance uint64)
- func (m *MockBeaconStateMutator) AppendPendingConsolidation(consolidation *solid.PendingConsolidation)
- func (m *MockBeaconStateMutator) AppendPendingDeposit(deposit *solid.PendingDeposit)
- func (m *MockBeaconStateMutator) AppendPendingPartialWithdrawal(withdrawal *solid.PendingPartialWithdrawal)
- func (m *MockBeaconStateMutator) AppendValidator(in solid.Validator)
- func (m *MockBeaconStateMutator) EXPECT() *MockBeaconStateMutatorMockRecorder
- func (m *MockBeaconStateMutator) ResetCurrentEpochAttestations()
- func (m *MockBeaconStateMutator) ResetEpochParticipation()
- func (m *MockBeaconStateMutator) ResetEth1DataVotes()
- func (m *MockBeaconStateMutator) ResetHistoricalSummaries()
- func (m *MockBeaconStateMutator) ResetPreviousEpochAttestations()
- func (m *MockBeaconStateMutator) SetActivationEligibilityEpochForValidatorAtIndex(index int, epoch uint64)
- func (m *MockBeaconStateMutator) SetActivationEpochForValidatorAtIndex(index int, epoch uint64)
- func (m *MockBeaconStateMutator) SetBlockRootAt(index int, root common.Hash)
- func (m *MockBeaconStateMutator) SetConsolidationBalanceToConsume(arg0 uint64)
- func (m *MockBeaconStateMutator) SetCurrentEpochParticipationFlags(flags []cltypes.ParticipationFlags)
- func (m *MockBeaconStateMutator) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint solid.Checkpoint)
- func (m *MockBeaconStateMutator) SetCurrentSyncCommittee(currentSyncCommittee *solid.SyncCommittee)
- func (m *MockBeaconStateMutator) SetDepositBalanceToConsume(arg0 uint64)
- func (m *MockBeaconStateMutator) SetDepositRequestsStartIndex(arg0 uint64)
- func (m *MockBeaconStateMutator) SetEarlistConsolidationEpoch(arg0 uint64)
- func (m *MockBeaconStateMutator) SetEffectiveBalanceForValidatorAtIndex(index int, balance uint64)
- func (m *MockBeaconStateMutator) SetEpochParticipationForValidatorIndex(isCurrentEpoch bool, index int, flags cltypes.ParticipationFlags)
- func (m *MockBeaconStateMutator) SetEth1Data(eth1Data *cltypes.Eth1Data)
- func (m *MockBeaconStateMutator) SetEth1DepositIndex(eth1DepositIndex uint64)
- func (m *MockBeaconStateMutator) SetExitEpochForValidatorAtIndex(index int, epoch uint64)
- func (m *MockBeaconStateMutator) SetFinalizedCheckpoint(finalizedCheckpoint solid.Checkpoint)
- func (m *MockBeaconStateMutator) SetFork(fork *cltypes.Fork)
- func (m *MockBeaconStateMutator) SetInactivityScores(scores []uint64)
- func (m *MockBeaconStateMutator) SetJustificationBits(justificationBits cltypes.JustificationBits)
- func (m *MockBeaconStateMutator) SetLatestBlockHeader(header *cltypes.BeaconBlockHeader)
- func (m *MockBeaconStateMutator) SetLatestExecutionPayloadHeader(header *cltypes.Eth1Header)
- func (m *MockBeaconStateMutator) SetNextSyncCommittee(nextSyncCommittee *solid.SyncCommittee)
- func (m *MockBeaconStateMutator) SetNextWithdrawalIndex(index uint64)
- func (m *MockBeaconStateMutator) SetNextWithdrawalValidatorIndex(index uint64)
- func (m *MockBeaconStateMutator) SetPendingConsolidations(consolidations *solid.ListSSZ[*solid.PendingConsolidation])
- func (m *MockBeaconStateMutator) SetPendingDeposits(arg0 *solid.ListSSZ[*solid.PendingDeposit])
- func (m *MockBeaconStateMutator) SetPendingPartialWithdrawals(arg0 *solid.ListSSZ[*solid.PendingPartialWithdrawal])
- func (m *MockBeaconStateMutator) SetPreviousEpochAttestations(attestations *solid.ListSSZ[*solid.PendingAttestation])
- func (m *MockBeaconStateMutator) SetPreviousEpochParticipationFlags(flags []cltypes.ParticipationFlags)
- func (m *MockBeaconStateMutator) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint solid.Checkpoint)
- func (m *MockBeaconStateMutator) SetRandaoMixAt(index int, mix common.Hash)
- func (m *MockBeaconStateMutator) SetSlashingSegmentAt(index int, segment uint64)
- func (m *MockBeaconStateMutator) SetSlot(slot uint64)
- func (m *MockBeaconStateMutator) SetStateRootAt(index int, root common.Hash)
- func (m *MockBeaconStateMutator) SetValidatorAtIndex(index int, validator solid.Validator)
- func (m *MockBeaconStateMutator) SetValidatorBalance(index int, balance uint64) error
- func (m *MockBeaconStateMutator) SetValidatorInactivityScore(index int, score uint64) error
- func (m *MockBeaconStateMutator) SetValidatorIsCurrentMatchingHeadAttester(index int, value bool) error
- func (m *MockBeaconStateMutator) SetValidatorIsCurrentMatchingSourceAttester(index int, value bool) error
- func (m *MockBeaconStateMutator) SetValidatorIsCurrentMatchingTargetAttester(index int, value bool) error
- func (m *MockBeaconStateMutator) SetValidatorIsPreviousMatchingHeadAttester(index int, value bool) error
- func (m *MockBeaconStateMutator) SetValidatorIsPreviousMatchingSourceAttester(index int, value bool) error
- func (m *MockBeaconStateMutator) SetValidatorIsPreviousMatchingTargetAttester(index int, value bool) error
- func (m *MockBeaconStateMutator) SetValidatorMinCurrentInclusionDelayAttestation(index int, value *solid.PendingAttestation) error
- func (m *MockBeaconStateMutator) SetValidatorMinPreviousInclusionDelayAttestation(index int, value *solid.PendingAttestation) error
- func (m *MockBeaconStateMutator) SetValidatorSlashed(index int, slashed bool) error
- func (m *MockBeaconStateMutator) SetVersion(version clparams.StateVersion)
- func (m *MockBeaconStateMutator) SetWithdrawableEpochForValidatorAtIndex(index int, epoch uint64) error
- func (m *MockBeaconStateMutator) SetWithdrawalCredentialForValidatorAtIndex(index int, creds common.Hash)
- type MockBeaconStateMutatorAddCurrentEpochAtteastationCall
- func (c *MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
- func (c *MockBeaconStateMutatorAddCurrentEpochAtteastationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
- func (c *MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Return() *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
- type MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
- type MockBeaconStateMutatorAddEth1DataVoteCall
- func (c *MockBeaconStateMutatorAddEth1DataVoteCall) Do(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorAddEth1DataVoteCall
- func (c *MockBeaconStateMutatorAddEth1DataVoteCall) DoAndReturn(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorAddEth1DataVoteCall
- func (c *MockBeaconStateMutatorAddEth1DataVoteCall) Return() *MockBeaconStateMutatorAddEth1DataVoteCall
- type MockBeaconStateMutatorAddHistoricalRootCall
- func (c *MockBeaconStateMutatorAddHistoricalRootCall) Do(f func(common.Hash)) *MockBeaconStateMutatorAddHistoricalRootCall
- func (c *MockBeaconStateMutatorAddHistoricalRootCall) DoAndReturn(f func(common.Hash)) *MockBeaconStateMutatorAddHistoricalRootCall
- func (c *MockBeaconStateMutatorAddHistoricalRootCall) Return() *MockBeaconStateMutatorAddHistoricalRootCall
- type MockBeaconStateMutatorAddHistoricalSummaryCall
- func (c *MockBeaconStateMutatorAddHistoricalSummaryCall) Do(f func(*cltypes.HistoricalSummary)) *MockBeaconStateMutatorAddHistoricalSummaryCall
- func (c *MockBeaconStateMutatorAddHistoricalSummaryCall) DoAndReturn(f func(*cltypes.HistoricalSummary)) *MockBeaconStateMutatorAddHistoricalSummaryCall
- func (c *MockBeaconStateMutatorAddHistoricalSummaryCall) Return() *MockBeaconStateMutatorAddHistoricalSummaryCall
- type MockBeaconStateMutatorAddInactivityScoreCall
- func (c *MockBeaconStateMutatorAddInactivityScoreCall) Do(f func(uint64)) *MockBeaconStateMutatorAddInactivityScoreCall
- func (c *MockBeaconStateMutatorAddInactivityScoreCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorAddInactivityScoreCall
- func (c *MockBeaconStateMutatorAddInactivityScoreCall) Return() *MockBeaconStateMutatorAddInactivityScoreCall
- type MockBeaconStateMutatorAddPreviousEpochAttestationCall
- func (c *MockBeaconStateMutatorAddPreviousEpochAttestationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddPreviousEpochAttestationCall
- func (c *MockBeaconStateMutatorAddPreviousEpochAttestationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddPreviousEpochAttestationCall
- func (c *MockBeaconStateMutatorAddPreviousEpochAttestationCall) Return() *MockBeaconStateMutatorAddPreviousEpochAttestationCall
- type MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
- func (c *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Do(f func(int, byte)) *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
- func (c *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) DoAndReturn(f func(int, byte)) *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
- func (c *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Return() *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
- type MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
- type MockBeaconStateMutatorAddValidatorCall
- func (c *MockBeaconStateMutatorAddValidatorCall) Do(f func(solid.Validator, uint64)) *MockBeaconStateMutatorAddValidatorCall
- func (c *MockBeaconStateMutatorAddValidatorCall) DoAndReturn(f func(solid.Validator, uint64)) *MockBeaconStateMutatorAddValidatorCall
- func (c *MockBeaconStateMutatorAddValidatorCall) Return() *MockBeaconStateMutatorAddValidatorCall
- type MockBeaconStateMutatorAppendPendingConsolidationCall
- func (c *MockBeaconStateMutatorAppendPendingConsolidationCall) Do(f func(*solid.PendingConsolidation)) *MockBeaconStateMutatorAppendPendingConsolidationCall
- func (c *MockBeaconStateMutatorAppendPendingConsolidationCall) DoAndReturn(f func(*solid.PendingConsolidation)) *MockBeaconStateMutatorAppendPendingConsolidationCall
- func (c *MockBeaconStateMutatorAppendPendingConsolidationCall) Return() *MockBeaconStateMutatorAppendPendingConsolidationCall
- type MockBeaconStateMutatorAppendPendingDepositCall
- func (c *MockBeaconStateMutatorAppendPendingDepositCall) Do(f func(*solid.PendingDeposit)) *MockBeaconStateMutatorAppendPendingDepositCall
- func (c *MockBeaconStateMutatorAppendPendingDepositCall) DoAndReturn(f func(*solid.PendingDeposit)) *MockBeaconStateMutatorAppendPendingDepositCall
- func (c *MockBeaconStateMutatorAppendPendingDepositCall) Return() *MockBeaconStateMutatorAppendPendingDepositCall
- type MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
- func (c *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Do(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
- func (c *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) DoAndReturn(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
- func (c *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Return() *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
- type MockBeaconStateMutatorAppendValidatorCall
- func (c *MockBeaconStateMutatorAppendValidatorCall) Do(f func(solid.Validator)) *MockBeaconStateMutatorAppendValidatorCall
- func (c *MockBeaconStateMutatorAppendValidatorCall) DoAndReturn(f func(solid.Validator)) *MockBeaconStateMutatorAppendValidatorCall
- func (c *MockBeaconStateMutatorAppendValidatorCall) Return() *MockBeaconStateMutatorAppendValidatorCall
- type MockBeaconStateMutatorMockRecorder
- func (mr *MockBeaconStateMutatorMockRecorder) AddCurrentEpochAtteastation(attestation any) *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddCurrentEpochParticipationFlags(flags any) *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddEth1DataVote(vote any) *MockBeaconStateMutatorAddEth1DataVoteCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddHistoricalRoot(root any) *MockBeaconStateMutatorAddHistoricalRootCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddHistoricalSummary(summary any) *MockBeaconStateMutatorAddHistoricalSummaryCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddInactivityScore(score any) *MockBeaconStateMutatorAddInactivityScoreCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddPreviousEpochAttestation(attestation any) *MockBeaconStateMutatorAddPreviousEpochAttestationCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationAt(index, delta any) *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationFlags(flags any) *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
- func (mr *MockBeaconStateMutatorMockRecorder) AddValidator(validator, balance any) *MockBeaconStateMutatorAddValidatorCall
- func (mr *MockBeaconStateMutatorMockRecorder) AppendPendingConsolidation(consolidation any) *MockBeaconStateMutatorAppendPendingConsolidationCall
- func (mr *MockBeaconStateMutatorMockRecorder) AppendPendingDeposit(deposit any) *MockBeaconStateMutatorAppendPendingDepositCall
- func (mr *MockBeaconStateMutatorMockRecorder) AppendPendingPartialWithdrawal(withdrawal any) *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
- func (mr *MockBeaconStateMutatorMockRecorder) AppendValidator(in any) *MockBeaconStateMutatorAppendValidatorCall
- func (mr *MockBeaconStateMutatorMockRecorder) ResetCurrentEpochAttestations() *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
- func (mr *MockBeaconStateMutatorMockRecorder) ResetEpochParticipation() *MockBeaconStateMutatorResetEpochParticipationCall
- func (mr *MockBeaconStateMutatorMockRecorder) ResetEth1DataVotes() *MockBeaconStateMutatorResetEth1DataVotesCall
- func (mr *MockBeaconStateMutatorMockRecorder) ResetHistoricalSummaries() *MockBeaconStateMutatorResetHistoricalSummariesCall
- func (mr *MockBeaconStateMutatorMockRecorder) ResetPreviousEpochAttestations() *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetActivationEligibilityEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetActivationEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetBlockRootAt(index, root any) *MockBeaconStateMutatorSetBlockRootAtCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetConsolidationBalanceToConsume(arg0 any) *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetCurrentEpochParticipationFlags(flags any) *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetCurrentJustifiedCheckpoint(currentJustifiedCheckpoint any) *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetCurrentSyncCommittee(currentSyncCommittee any) *MockBeaconStateMutatorSetCurrentSyncCommitteeCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetDepositBalanceToConsume(arg0 any) *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetDepositRequestsStartIndex(arg0 any) *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetEarlistConsolidationEpoch(arg0 any) *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetEffectiveBalanceForValidatorAtIndex(index, balance any) *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetEpochParticipationForValidatorIndex(isCurrentEpoch, index, flags any) *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetEth1Data(eth1Data any) *MockBeaconStateMutatorSetEth1DataCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetEth1DepositIndex(eth1DepositIndex any) *MockBeaconStateMutatorSetEth1DepositIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetExitEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetFinalizedCheckpoint(finalizedCheckpoint any) *MockBeaconStateMutatorSetFinalizedCheckpointCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetFork(fork any) *MockBeaconStateMutatorSetForkCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetInactivityScores(scores any) *MockBeaconStateMutatorSetInactivityScoresCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetJustificationBits(justificationBits any) *MockBeaconStateMutatorSetJustificationBitsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetLatestBlockHeader(header any) *MockBeaconStateMutatorSetLatestBlockHeaderCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetLatestExecutionPayloadHeader(header any) *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetNextSyncCommittee(nextSyncCommittee any) *MockBeaconStateMutatorSetNextSyncCommitteeCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetNextWithdrawalIndex(index any) *MockBeaconStateMutatorSetNextWithdrawalIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetNextWithdrawalValidatorIndex(index any) *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetPendingConsolidations(consolidations any) *MockBeaconStateMutatorSetPendingConsolidationsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetPendingDeposits(arg0 any) *MockBeaconStateMutatorSetPendingDepositsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetPendingPartialWithdrawals(arg0 any) *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetPreviousEpochAttestations(attestations any) *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetPreviousEpochParticipationFlags(flags any) *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetPreviousJustifiedCheckpoint(previousJustifiedCheckpoint any) *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetRandaoMixAt(index, mix any) *MockBeaconStateMutatorSetRandaoMixAtCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetSlashingSegmentAt(index, segment any) *MockBeaconStateMutatorSetSlashingSegmentAtCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetSlot(slot any) *MockBeaconStateMutatorSetSlotCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetStateRootAt(index, root any) *MockBeaconStateMutatorSetStateRootAtCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorAtIndex(index, validator any) *MockBeaconStateMutatorSetValidatorAtIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorBalance(index, balance any) *MockBeaconStateMutatorSetValidatorBalanceCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorInactivityScore(index, score any) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingHeadAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingSourceAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsCurrentMatchingTargetAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingHeadAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingSourceAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorIsPreviousMatchingTargetAttester(index, value any) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorMinCurrentInclusionDelayAttestation(index, value any) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorMinPreviousInclusionDelayAttestation(index, value any) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorSlashed(index, slashed any) *MockBeaconStateMutatorSetValidatorSlashedCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetVersion(version any) *MockBeaconStateMutatorSetVersionCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetWithdrawableEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
- func (mr *MockBeaconStateMutatorMockRecorder) SetWithdrawalCredentialForValidatorAtIndex(index, creds any) *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
- type MockBeaconStateMutatorResetCurrentEpochAttestationsCall
- func (c *MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Do(f func()) *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
- func (c *MockBeaconStateMutatorResetCurrentEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
- func (c *MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Return() *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
- type MockBeaconStateMutatorResetEpochParticipationCall
- func (c *MockBeaconStateMutatorResetEpochParticipationCall) Do(f func()) *MockBeaconStateMutatorResetEpochParticipationCall
- func (c *MockBeaconStateMutatorResetEpochParticipationCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetEpochParticipationCall
- func (c *MockBeaconStateMutatorResetEpochParticipationCall) Return() *MockBeaconStateMutatorResetEpochParticipationCall
- type MockBeaconStateMutatorResetEth1DataVotesCall
- func (c *MockBeaconStateMutatorResetEth1DataVotesCall) Do(f func()) *MockBeaconStateMutatorResetEth1DataVotesCall
- func (c *MockBeaconStateMutatorResetEth1DataVotesCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetEth1DataVotesCall
- func (c *MockBeaconStateMutatorResetEth1DataVotesCall) Return() *MockBeaconStateMutatorResetEth1DataVotesCall
- type MockBeaconStateMutatorResetHistoricalSummariesCall
- func (c *MockBeaconStateMutatorResetHistoricalSummariesCall) Do(f func()) *MockBeaconStateMutatorResetHistoricalSummariesCall
- func (c *MockBeaconStateMutatorResetHistoricalSummariesCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetHistoricalSummariesCall
- func (c *MockBeaconStateMutatorResetHistoricalSummariesCall) Return() *MockBeaconStateMutatorResetHistoricalSummariesCall
- type MockBeaconStateMutatorResetPreviousEpochAttestationsCall
- func (c *MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Do(f func()) *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
- func (c *MockBeaconStateMutatorResetPreviousEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
- func (c *MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Return() *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
- type MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
- type MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
- type MockBeaconStateMutatorSetBlockRootAtCall
- func (c *MockBeaconStateMutatorSetBlockRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetBlockRootAtCall
- func (c *MockBeaconStateMutatorSetBlockRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetBlockRootAtCall
- func (c *MockBeaconStateMutatorSetBlockRootAtCall) Return() *MockBeaconStateMutatorSetBlockRootAtCall
- type MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Return() *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
- type MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
- type MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Return() *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
- type MockBeaconStateMutatorSetCurrentSyncCommitteeCall
- func (c *MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetCurrentSyncCommitteeCall
- func (c *MockBeaconStateMutatorSetCurrentSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetCurrentSyncCommitteeCall
- func (c *MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Return() *MockBeaconStateMutatorSetCurrentSyncCommitteeCall
- type MockBeaconStateMutatorSetDepositBalanceToConsumeCall
- func (c *MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
- func (c *MockBeaconStateMutatorSetDepositBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
- func (c *MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Return() *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
- type MockBeaconStateMutatorSetDepositRequestsStartIndexCall
- func (c *MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
- func (c *MockBeaconStateMutatorSetDepositRequestsStartIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
- func (c *MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Return() *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
- type MockBeaconStateMutatorSetEarlistConsolidationEpochCall
- func (c *MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Do(f func(uint64)) *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
- func (c *MockBeaconStateMutatorSetEarlistConsolidationEpochCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
- func (c *MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Return() *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
- type MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
- type MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Do(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) DoAndReturn(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Return() *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
- type MockBeaconStateMutatorSetEth1DataCall
- func (c *MockBeaconStateMutatorSetEth1DataCall) Do(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorSetEth1DataCall
- func (c *MockBeaconStateMutatorSetEth1DataCall) DoAndReturn(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorSetEth1DataCall
- func (c *MockBeaconStateMutatorSetEth1DataCall) Return() *MockBeaconStateMutatorSetEth1DataCall
- type MockBeaconStateMutatorSetEth1DepositIndexCall
- func (c *MockBeaconStateMutatorSetEth1DepositIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetEth1DepositIndexCall
- func (c *MockBeaconStateMutatorSetEth1DepositIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetEth1DepositIndexCall
- func (c *MockBeaconStateMutatorSetEth1DepositIndexCall) Return() *MockBeaconStateMutatorSetEth1DepositIndexCall
- type MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
- type MockBeaconStateMutatorSetFinalizedCheckpointCall
- func (c *MockBeaconStateMutatorSetFinalizedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetFinalizedCheckpointCall
- func (c *MockBeaconStateMutatorSetFinalizedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetFinalizedCheckpointCall
- func (c *MockBeaconStateMutatorSetFinalizedCheckpointCall) Return() *MockBeaconStateMutatorSetFinalizedCheckpointCall
- type MockBeaconStateMutatorSetForkCall
- func (c *MockBeaconStateMutatorSetForkCall) Do(f func(*cltypes.Fork)) *MockBeaconStateMutatorSetForkCall
- func (c *MockBeaconStateMutatorSetForkCall) DoAndReturn(f func(*cltypes.Fork)) *MockBeaconStateMutatorSetForkCall
- func (c *MockBeaconStateMutatorSetForkCall) Return() *MockBeaconStateMutatorSetForkCall
- type MockBeaconStateMutatorSetInactivityScoresCall
- func (c *MockBeaconStateMutatorSetInactivityScoresCall) Do(f func([]uint64)) *MockBeaconStateMutatorSetInactivityScoresCall
- func (c *MockBeaconStateMutatorSetInactivityScoresCall) DoAndReturn(f func([]uint64)) *MockBeaconStateMutatorSetInactivityScoresCall
- func (c *MockBeaconStateMutatorSetInactivityScoresCall) Return() *MockBeaconStateMutatorSetInactivityScoresCall
- type MockBeaconStateMutatorSetJustificationBitsCall
- func (c *MockBeaconStateMutatorSetJustificationBitsCall) Do(f func(cltypes.JustificationBits)) *MockBeaconStateMutatorSetJustificationBitsCall
- func (c *MockBeaconStateMutatorSetJustificationBitsCall) DoAndReturn(f func(cltypes.JustificationBits)) *MockBeaconStateMutatorSetJustificationBitsCall
- func (c *MockBeaconStateMutatorSetJustificationBitsCall) Return() *MockBeaconStateMutatorSetJustificationBitsCall
- type MockBeaconStateMutatorSetLatestBlockHeaderCall
- func (c *MockBeaconStateMutatorSetLatestBlockHeaderCall) Do(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateMutatorSetLatestBlockHeaderCall
- func (c *MockBeaconStateMutatorSetLatestBlockHeaderCall) DoAndReturn(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateMutatorSetLatestBlockHeaderCall
- func (c *MockBeaconStateMutatorSetLatestBlockHeaderCall) Return() *MockBeaconStateMutatorSetLatestBlockHeaderCall
- type MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Do(f func(*cltypes.Eth1Header)) *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) DoAndReturn(f func(*cltypes.Eth1Header)) *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Return() *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
- type MockBeaconStateMutatorSetNextSyncCommitteeCall
- func (c *MockBeaconStateMutatorSetNextSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetNextSyncCommitteeCall
- func (c *MockBeaconStateMutatorSetNextSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetNextSyncCommitteeCall
- func (c *MockBeaconStateMutatorSetNextSyncCommitteeCall) Return() *MockBeaconStateMutatorSetNextSyncCommitteeCall
- type MockBeaconStateMutatorSetNextWithdrawalIndexCall
- func (c *MockBeaconStateMutatorSetNextWithdrawalIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalIndexCall
- func (c *MockBeaconStateMutatorSetNextWithdrawalIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalIndexCall
- func (c *MockBeaconStateMutatorSetNextWithdrawalIndexCall) Return() *MockBeaconStateMutatorSetNextWithdrawalIndexCall
- type MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Return() *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
- type MockBeaconStateMutatorSetPendingConsolidationsCall
- func (c *MockBeaconStateMutatorSetPendingConsolidationsCall) Do(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateMutatorSetPendingConsolidationsCall
- func (c *MockBeaconStateMutatorSetPendingConsolidationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateMutatorSetPendingConsolidationsCall
- func (c *MockBeaconStateMutatorSetPendingConsolidationsCall) Return() *MockBeaconStateMutatorSetPendingConsolidationsCall
- type MockBeaconStateMutatorSetPendingDepositsCall
- func (c *MockBeaconStateMutatorSetPendingDepositsCall) Do(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateMutatorSetPendingDepositsCall
- func (c *MockBeaconStateMutatorSetPendingDepositsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateMutatorSetPendingDepositsCall
- func (c *MockBeaconStateMutatorSetPendingDepositsCall) Return() *MockBeaconStateMutatorSetPendingDepositsCall
- type MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Do(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Return() *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
- type MockBeaconStateMutatorSetPreviousEpochAttestationsCall
- func (c *MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Do(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
- func (c *MockBeaconStateMutatorSetPreviousEpochAttestationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
- func (c *MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Return() *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
- type MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
- type MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
- func (c *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
- func (c *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
- func (c *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Return() *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
- type MockBeaconStateMutatorSetRandaoMixAtCall
- func (c *MockBeaconStateMutatorSetRandaoMixAtCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetRandaoMixAtCall
- func (c *MockBeaconStateMutatorSetRandaoMixAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetRandaoMixAtCall
- func (c *MockBeaconStateMutatorSetRandaoMixAtCall) Return() *MockBeaconStateMutatorSetRandaoMixAtCall
- type MockBeaconStateMutatorSetSlashingSegmentAtCall
- func (c *MockBeaconStateMutatorSetSlashingSegmentAtCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetSlashingSegmentAtCall
- func (c *MockBeaconStateMutatorSetSlashingSegmentAtCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetSlashingSegmentAtCall
- func (c *MockBeaconStateMutatorSetSlashingSegmentAtCall) Return() *MockBeaconStateMutatorSetSlashingSegmentAtCall
- type MockBeaconStateMutatorSetSlotCall
- type MockBeaconStateMutatorSetStateRootAtCall
- func (c *MockBeaconStateMutatorSetStateRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetStateRootAtCall
- func (c *MockBeaconStateMutatorSetStateRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetStateRootAtCall
- func (c *MockBeaconStateMutatorSetStateRootAtCall) Return() *MockBeaconStateMutatorSetStateRootAtCall
- type MockBeaconStateMutatorSetValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetValidatorAtIndexCall) Do(f func(int, solid.Validator)) *MockBeaconStateMutatorSetValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetValidatorAtIndexCall) DoAndReturn(f func(int, solid.Validator)) *MockBeaconStateMutatorSetValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetValidatorAtIndexCall
- type MockBeaconStateMutatorSetValidatorBalanceCall
- func (c *MockBeaconStateMutatorSetValidatorBalanceCall) Do(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorBalanceCall
- func (c *MockBeaconStateMutatorSetValidatorBalanceCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorBalanceCall
- func (c *MockBeaconStateMutatorSetValidatorBalanceCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorBalanceCall
- type MockBeaconStateMutatorSetValidatorInactivityScoreCall
- func (c *MockBeaconStateMutatorSetValidatorInactivityScoreCall) Do(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
- func (c *MockBeaconStateMutatorSetValidatorInactivityScoreCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
- func (c *MockBeaconStateMutatorSetValidatorInactivityScoreCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
- type MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
- type MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
- type MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
- type MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
- type MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
- type MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
- type MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
- type MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
- type MockBeaconStateMutatorSetValidatorSlashedCall
- func (c *MockBeaconStateMutatorSetValidatorSlashedCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorSlashedCall
- func (c *MockBeaconStateMutatorSetValidatorSlashedCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorSlashedCall
- func (c *MockBeaconStateMutatorSetValidatorSlashedCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorSlashedCall
- type MockBeaconStateMutatorSetVersionCall
- func (c *MockBeaconStateMutatorSetVersionCall) Do(f func(clparams.StateVersion)) *MockBeaconStateMutatorSetVersionCall
- func (c *MockBeaconStateMutatorSetVersionCall) DoAndReturn(f func(clparams.StateVersion)) *MockBeaconStateMutatorSetVersionCall
- func (c *MockBeaconStateMutatorSetVersionCall) Return() *MockBeaconStateMutatorSetVersionCall
- type MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Do(f func(int, uint64) error) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Return(arg0 error) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
- type MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
- func (c *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
- type MockBeaconStateNextSyncCommitteeCall
- func (c *MockBeaconStateNextSyncCommitteeCall) Do(f func() *solid.SyncCommittee) *MockBeaconStateNextSyncCommitteeCall
- func (c *MockBeaconStateNextSyncCommitteeCall) DoAndReturn(f func() *solid.SyncCommittee) *MockBeaconStateNextSyncCommitteeCall
- func (c *MockBeaconStateNextSyncCommitteeCall) Return(arg0 *solid.SyncCommittee) *MockBeaconStateNextSyncCommitteeCall
- type MockBeaconStateNextWithdrawalIndexCall
- func (c *MockBeaconStateNextWithdrawalIndexCall) Do(f func() uint64) *MockBeaconStateNextWithdrawalIndexCall
- func (c *MockBeaconStateNextWithdrawalIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateNextWithdrawalIndexCall
- func (c *MockBeaconStateNextWithdrawalIndexCall) Return(arg0 uint64) *MockBeaconStateNextWithdrawalIndexCall
- type MockBeaconStateNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateNextWithdrawalValidatorIndexCall) Do(f func() uint64) *MockBeaconStateNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateNextWithdrawalValidatorIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateNextWithdrawalValidatorIndexCall) Return(arg0 uint64) *MockBeaconStateNextWithdrawalValidatorIndexCall
- type MockBeaconStatePreviousEpochAttestationsCall
- func (c *MockBeaconStatePreviousEpochAttestationsCall) Do(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStatePreviousEpochAttestationsCall
- func (c *MockBeaconStatePreviousEpochAttestationsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStatePreviousEpochAttestationsCall
- func (c *MockBeaconStatePreviousEpochAttestationsCall) Return(arg0 *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStatePreviousEpochAttestationsCall
- type MockBeaconStatePreviousEpochAttestationsLengthCall
- func (c *MockBeaconStatePreviousEpochAttestationsLengthCall) Do(f func() int) *MockBeaconStatePreviousEpochAttestationsLengthCall
- func (c *MockBeaconStatePreviousEpochAttestationsLengthCall) DoAndReturn(f func() int) *MockBeaconStatePreviousEpochAttestationsLengthCall
- func (c *MockBeaconStatePreviousEpochAttestationsLengthCall) Return(arg0 int) *MockBeaconStatePreviousEpochAttestationsLengthCall
- type MockBeaconStatePreviousEpochParticipationCall
- func (c *MockBeaconStatePreviousEpochParticipationCall) Do(f func() *solid.ParticipationBitList) *MockBeaconStatePreviousEpochParticipationCall
- func (c *MockBeaconStatePreviousEpochParticipationCall) DoAndReturn(f func() *solid.ParticipationBitList) *MockBeaconStatePreviousEpochParticipationCall
- func (c *MockBeaconStatePreviousEpochParticipationCall) Return(arg0 *solid.ParticipationBitList) *MockBeaconStatePreviousEpochParticipationCall
- type MockBeaconStatePreviousJustifiedCheckpointCall
- func (c *MockBeaconStatePreviousJustifiedCheckpointCall) Do(f func() solid.Checkpoint) *MockBeaconStatePreviousJustifiedCheckpointCall
- func (c *MockBeaconStatePreviousJustifiedCheckpointCall) DoAndReturn(f func() solid.Checkpoint) *MockBeaconStatePreviousJustifiedCheckpointCall
- func (c *MockBeaconStatePreviousJustifiedCheckpointCall) Return(arg0 solid.Checkpoint) *MockBeaconStatePreviousJustifiedCheckpointCall
- type MockBeaconStatePreviousSlotCall
- type MockBeaconStatePreviousStateRootCall
- func (c *MockBeaconStatePreviousStateRootCall) Do(f func() common.Hash) *MockBeaconStatePreviousStateRootCall
- func (c *MockBeaconStatePreviousStateRootCall) DoAndReturn(f func() common.Hash) *MockBeaconStatePreviousStateRootCall
- func (c *MockBeaconStatePreviousStateRootCall) Return(arg0 common.Hash) *MockBeaconStatePreviousStateRootCall
- type MockBeaconStateRandaoMixesCall
- func (c *MockBeaconStateRandaoMixesCall) Do(f func() solid.HashVectorSSZ) *MockBeaconStateRandaoMixesCall
- func (c *MockBeaconStateRandaoMixesCall) DoAndReturn(f func() solid.HashVectorSSZ) *MockBeaconStateRandaoMixesCall
- func (c *MockBeaconStateRandaoMixesCall) Return(arg0 solid.HashVectorSSZ) *MockBeaconStateRandaoMixesCall
- type MockBeaconStateReader
- func (m *MockBeaconStateReader) CommitteeCount(epoch uint64) uint64
- func (m *MockBeaconStateReader) EXPECT() *MockBeaconStateReaderMockRecorder
- func (m *MockBeaconStateReader) GenesisValidatorsRoot() common.Hash
- func (m *MockBeaconStateReader) GetBeaconProposerIndexForSlot(slot uint64) (uint64, error)
- func (m *MockBeaconStateReader) GetDomain(domainType [4]byte, epoch uint64) ([]byte, error)
- func (m *MockBeaconStateReader) ValidatorForValidatorIndex(index int) (solid.Validator, error)
- func (m *MockBeaconStateReader) ValidatorPublicKey(index int) (common.Bytes48, error)
- func (m *MockBeaconStateReader) Version() clparams.StateVersion
- type MockBeaconStateReaderCommitteeCountCall
- func (c *MockBeaconStateReaderCommitteeCountCall) Do(f func(uint64) uint64) *MockBeaconStateReaderCommitteeCountCall
- func (c *MockBeaconStateReaderCommitteeCountCall) DoAndReturn(f func(uint64) uint64) *MockBeaconStateReaderCommitteeCountCall
- func (c *MockBeaconStateReaderCommitteeCountCall) Return(arg0 uint64) *MockBeaconStateReaderCommitteeCountCall
- type MockBeaconStateReaderGenesisValidatorsRootCall
- func (c *MockBeaconStateReaderGenesisValidatorsRootCall) Do(f func() common.Hash) *MockBeaconStateReaderGenesisValidatorsRootCall
- func (c *MockBeaconStateReaderGenesisValidatorsRootCall) DoAndReturn(f func() common.Hash) *MockBeaconStateReaderGenesisValidatorsRootCall
- func (c *MockBeaconStateReaderGenesisValidatorsRootCall) Return(arg0 common.Hash) *MockBeaconStateReaderGenesisValidatorsRootCall
- type MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
- func (c *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Do(f func(uint64) (uint64, error)) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
- func (c *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) DoAndReturn(f func(uint64) (uint64, error)) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
- func (c *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Return(arg0 uint64, arg1 error) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
- type MockBeaconStateReaderGetDomainCall
- func (c *MockBeaconStateReaderGetDomainCall) Do(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateReaderGetDomainCall
- func (c *MockBeaconStateReaderGetDomainCall) DoAndReturn(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateReaderGetDomainCall
- func (c *MockBeaconStateReaderGetDomainCall) Return(arg0 []byte, arg1 error) *MockBeaconStateReaderGetDomainCall
- type MockBeaconStateReaderMockRecorder
- func (mr *MockBeaconStateReaderMockRecorder) CommitteeCount(epoch any) *MockBeaconStateReaderCommitteeCountCall
- func (mr *MockBeaconStateReaderMockRecorder) GenesisValidatorsRoot() *MockBeaconStateReaderGenesisValidatorsRootCall
- func (mr *MockBeaconStateReaderMockRecorder) GetBeaconProposerIndexForSlot(slot any) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
- func (mr *MockBeaconStateReaderMockRecorder) GetDomain(domainType, epoch any) *MockBeaconStateReaderGetDomainCall
- func (mr *MockBeaconStateReaderMockRecorder) ValidatorForValidatorIndex(index any) *MockBeaconStateReaderValidatorForValidatorIndexCall
- func (mr *MockBeaconStateReaderMockRecorder) ValidatorPublicKey(index any) *MockBeaconStateReaderValidatorPublicKeyCall
- func (mr *MockBeaconStateReaderMockRecorder) Version() *MockBeaconStateReaderVersionCall
- type MockBeaconStateReaderValidatorForValidatorIndexCall
- func (c *MockBeaconStateReaderValidatorForValidatorIndexCall) Do(f func(int) (solid.Validator, error)) *MockBeaconStateReaderValidatorForValidatorIndexCall
- func (c *MockBeaconStateReaderValidatorForValidatorIndexCall) DoAndReturn(f func(int) (solid.Validator, error)) *MockBeaconStateReaderValidatorForValidatorIndexCall
- func (c *MockBeaconStateReaderValidatorForValidatorIndexCall) Return(arg0 solid.Validator, arg1 error) *MockBeaconStateReaderValidatorForValidatorIndexCall
- type MockBeaconStateReaderValidatorPublicKeyCall
- func (c *MockBeaconStateReaderValidatorPublicKeyCall) Do(f func(int) (common.Bytes48, error)) *MockBeaconStateReaderValidatorPublicKeyCall
- func (c *MockBeaconStateReaderValidatorPublicKeyCall) DoAndReturn(f func(int) (common.Bytes48, error)) *MockBeaconStateReaderValidatorPublicKeyCall
- func (c *MockBeaconStateReaderValidatorPublicKeyCall) Return(arg0 common.Bytes48, arg1 error) *MockBeaconStateReaderValidatorPublicKeyCall
- type MockBeaconStateReaderVersionCall
- func (c *MockBeaconStateReaderVersionCall) Do(f func() clparams.StateVersion) *MockBeaconStateReaderVersionCall
- func (c *MockBeaconStateReaderVersionCall) DoAndReturn(f func() clparams.StateVersion) *MockBeaconStateReaderVersionCall
- func (c *MockBeaconStateReaderVersionCall) Return(arg0 clparams.StateVersion) *MockBeaconStateReaderVersionCall
- type MockBeaconStateResetCurrentEpochAttestationsCall
- func (c *MockBeaconStateResetCurrentEpochAttestationsCall) Do(f func()) *MockBeaconStateResetCurrentEpochAttestationsCall
- func (c *MockBeaconStateResetCurrentEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateResetCurrentEpochAttestationsCall
- func (c *MockBeaconStateResetCurrentEpochAttestationsCall) Return() *MockBeaconStateResetCurrentEpochAttestationsCall
- type MockBeaconStateResetEpochParticipationCall
- func (c *MockBeaconStateResetEpochParticipationCall) Do(f func()) *MockBeaconStateResetEpochParticipationCall
- func (c *MockBeaconStateResetEpochParticipationCall) DoAndReturn(f func()) *MockBeaconStateResetEpochParticipationCall
- func (c *MockBeaconStateResetEpochParticipationCall) Return() *MockBeaconStateResetEpochParticipationCall
- type MockBeaconStateResetEth1DataVotesCall
- func (c *MockBeaconStateResetEth1DataVotesCall) Do(f func()) *MockBeaconStateResetEth1DataVotesCall
- func (c *MockBeaconStateResetEth1DataVotesCall) DoAndReturn(f func()) *MockBeaconStateResetEth1DataVotesCall
- func (c *MockBeaconStateResetEth1DataVotesCall) Return() *MockBeaconStateResetEth1DataVotesCall
- type MockBeaconStateResetHistoricalSummariesCall
- func (c *MockBeaconStateResetHistoricalSummariesCall) Do(f func()) *MockBeaconStateResetHistoricalSummariesCall
- func (c *MockBeaconStateResetHistoricalSummariesCall) DoAndReturn(f func()) *MockBeaconStateResetHistoricalSummariesCall
- func (c *MockBeaconStateResetHistoricalSummariesCall) Return() *MockBeaconStateResetHistoricalSummariesCall
- type MockBeaconStateResetPreviousEpochAttestationsCall
- func (c *MockBeaconStateResetPreviousEpochAttestationsCall) Do(f func()) *MockBeaconStateResetPreviousEpochAttestationsCall
- func (c *MockBeaconStateResetPreviousEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateResetPreviousEpochAttestationsCall
- func (c *MockBeaconStateResetPreviousEpochAttestationsCall) Return() *MockBeaconStateResetPreviousEpochAttestationsCall
- type MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Return() *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
- type MockBeaconStateSetActivationEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetActivationEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetActivationEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetActivationEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Return() *MockBeaconStateSetActivationEpochForValidatorAtIndexCall
- type MockBeaconStateSetBlockRootAtCall
- func (c *MockBeaconStateSetBlockRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateSetBlockRootAtCall
- func (c *MockBeaconStateSetBlockRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetBlockRootAtCall
- func (c *MockBeaconStateSetBlockRootAtCall) Return() *MockBeaconStateSetBlockRootAtCall
- type MockBeaconStateSetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateSetConsolidationBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateSetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateSetConsolidationBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetConsolidationBalanceToConsumeCall
- func (c *MockBeaconStateSetConsolidationBalanceToConsumeCall) Return() *MockBeaconStateSetConsolidationBalanceToConsumeCall
- type MockBeaconStateSetCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateSetCurrentEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateSetCurrentEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetCurrentEpochParticipationFlagsCall
- func (c *MockBeaconStateSetCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateSetCurrentEpochParticipationFlagsCall
- type MockBeaconStateSetCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateSetCurrentJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateSetCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateSetCurrentJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateSetCurrentJustifiedCheckpointCall
- func (c *MockBeaconStateSetCurrentJustifiedCheckpointCall) Return() *MockBeaconStateSetCurrentJustifiedCheckpointCall
- type MockBeaconStateSetCurrentSyncCommitteeCall
- func (c *MockBeaconStateSetCurrentSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateSetCurrentSyncCommitteeCall
- func (c *MockBeaconStateSetCurrentSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateSetCurrentSyncCommitteeCall
- func (c *MockBeaconStateSetCurrentSyncCommitteeCall) Return() *MockBeaconStateSetCurrentSyncCommitteeCall
- type MockBeaconStateSetDepositBalanceToConsumeCall
- func (c *MockBeaconStateSetDepositBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateSetDepositBalanceToConsumeCall
- func (c *MockBeaconStateSetDepositBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetDepositBalanceToConsumeCall
- func (c *MockBeaconStateSetDepositBalanceToConsumeCall) Return() *MockBeaconStateSetDepositBalanceToConsumeCall
- type MockBeaconStateSetDepositRequestsStartIndexCall
- func (c *MockBeaconStateSetDepositRequestsStartIndexCall) Do(f func(uint64)) *MockBeaconStateSetDepositRequestsStartIndexCall
- func (c *MockBeaconStateSetDepositRequestsStartIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetDepositRequestsStartIndexCall
- func (c *MockBeaconStateSetDepositRequestsStartIndexCall) Return() *MockBeaconStateSetDepositRequestsStartIndexCall
- type MockBeaconStateSetEarlistConsolidationEpochCall
- func (c *MockBeaconStateSetEarlistConsolidationEpochCall) Do(f func(uint64)) *MockBeaconStateSetEarlistConsolidationEpochCall
- func (c *MockBeaconStateSetEarlistConsolidationEpochCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetEarlistConsolidationEpochCall
- func (c *MockBeaconStateSetEarlistConsolidationEpochCall) Return() *MockBeaconStateSetEarlistConsolidationEpochCall
- type MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
- func (c *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
- func (c *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
- func (c *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Return() *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
- type MockBeaconStateSetEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateSetEpochParticipationForValidatorIndexCall) Do(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateSetEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateSetEpochParticipationForValidatorIndexCall) DoAndReturn(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateSetEpochParticipationForValidatorIndexCall
- func (c *MockBeaconStateSetEpochParticipationForValidatorIndexCall) Return() *MockBeaconStateSetEpochParticipationForValidatorIndexCall
- type MockBeaconStateSetEth1DataCall
- type MockBeaconStateSetEth1DepositIndexCall
- func (c *MockBeaconStateSetEth1DepositIndexCall) Do(f func(uint64)) *MockBeaconStateSetEth1DepositIndexCall
- func (c *MockBeaconStateSetEth1DepositIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetEth1DepositIndexCall
- func (c *MockBeaconStateSetEth1DepositIndexCall) Return() *MockBeaconStateSetEth1DepositIndexCall
- type MockBeaconStateSetExitEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetExitEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetExitEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetExitEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetExitEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetExitEpochForValidatorAtIndexCall) Return() *MockBeaconStateSetExitEpochForValidatorAtIndexCall
- type MockBeaconStateSetFinalizedCheckpointCall
- func (c *MockBeaconStateSetFinalizedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateSetFinalizedCheckpointCall
- func (c *MockBeaconStateSetFinalizedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateSetFinalizedCheckpointCall
- func (c *MockBeaconStateSetFinalizedCheckpointCall) Return() *MockBeaconStateSetFinalizedCheckpointCall
- type MockBeaconStateSetForkCall
- type MockBeaconStateSetInactivityScoresCall
- func (c *MockBeaconStateSetInactivityScoresCall) Do(f func([]uint64)) *MockBeaconStateSetInactivityScoresCall
- func (c *MockBeaconStateSetInactivityScoresCall) DoAndReturn(f func([]uint64)) *MockBeaconStateSetInactivityScoresCall
- func (c *MockBeaconStateSetInactivityScoresCall) Return() *MockBeaconStateSetInactivityScoresCall
- type MockBeaconStateSetJustificationBitsCall
- func (c *MockBeaconStateSetJustificationBitsCall) Do(f func(cltypes.JustificationBits)) *MockBeaconStateSetJustificationBitsCall
- func (c *MockBeaconStateSetJustificationBitsCall) DoAndReturn(f func(cltypes.JustificationBits)) *MockBeaconStateSetJustificationBitsCall
- func (c *MockBeaconStateSetJustificationBitsCall) Return() *MockBeaconStateSetJustificationBitsCall
- type MockBeaconStateSetLatestBlockHeaderCall
- func (c *MockBeaconStateSetLatestBlockHeaderCall) Do(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateSetLatestBlockHeaderCall
- func (c *MockBeaconStateSetLatestBlockHeaderCall) DoAndReturn(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateSetLatestBlockHeaderCall
- func (c *MockBeaconStateSetLatestBlockHeaderCall) Return() *MockBeaconStateSetLatestBlockHeaderCall
- type MockBeaconStateSetLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateSetLatestExecutionPayloadHeaderCall) Do(f func(*cltypes.Eth1Header)) *MockBeaconStateSetLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateSetLatestExecutionPayloadHeaderCall) DoAndReturn(f func(*cltypes.Eth1Header)) *MockBeaconStateSetLatestExecutionPayloadHeaderCall
- func (c *MockBeaconStateSetLatestExecutionPayloadHeaderCall) Return() *MockBeaconStateSetLatestExecutionPayloadHeaderCall
- type MockBeaconStateSetNextSyncCommitteeCall
- func (c *MockBeaconStateSetNextSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateSetNextSyncCommitteeCall
- func (c *MockBeaconStateSetNextSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateSetNextSyncCommitteeCall
- func (c *MockBeaconStateSetNextSyncCommitteeCall) Return() *MockBeaconStateSetNextSyncCommitteeCall
- type MockBeaconStateSetNextWithdrawalIndexCall
- func (c *MockBeaconStateSetNextWithdrawalIndexCall) Do(f func(uint64)) *MockBeaconStateSetNextWithdrawalIndexCall
- func (c *MockBeaconStateSetNextWithdrawalIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetNextWithdrawalIndexCall
- func (c *MockBeaconStateSetNextWithdrawalIndexCall) Return() *MockBeaconStateSetNextWithdrawalIndexCall
- type MockBeaconStateSetNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateSetNextWithdrawalValidatorIndexCall) Do(f func(uint64)) *MockBeaconStateSetNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateSetNextWithdrawalValidatorIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetNextWithdrawalValidatorIndexCall
- func (c *MockBeaconStateSetNextWithdrawalValidatorIndexCall) Return() *MockBeaconStateSetNextWithdrawalValidatorIndexCall
- type MockBeaconStateSetPendingConsolidationsCall
- func (c *MockBeaconStateSetPendingConsolidationsCall) Do(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateSetPendingConsolidationsCall
- func (c *MockBeaconStateSetPendingConsolidationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateSetPendingConsolidationsCall
- func (c *MockBeaconStateSetPendingConsolidationsCall) Return() *MockBeaconStateSetPendingConsolidationsCall
- type MockBeaconStateSetPendingDepositsCall
- func (c *MockBeaconStateSetPendingDepositsCall) Do(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateSetPendingDepositsCall
- func (c *MockBeaconStateSetPendingDepositsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateSetPendingDepositsCall
- func (c *MockBeaconStateSetPendingDepositsCall) Return() *MockBeaconStateSetPendingDepositsCall
- type MockBeaconStateSetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateSetPendingPartialWithdrawalsCall) Do(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateSetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateSetPendingPartialWithdrawalsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateSetPendingPartialWithdrawalsCall
- func (c *MockBeaconStateSetPendingPartialWithdrawalsCall) Return() *MockBeaconStateSetPendingPartialWithdrawalsCall
- type MockBeaconStateSetPreviousEpochAttestationsCall
- func (c *MockBeaconStateSetPreviousEpochAttestationsCall) Do(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateSetPreviousEpochAttestationsCall
- func (c *MockBeaconStateSetPreviousEpochAttestationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateSetPreviousEpochAttestationsCall
- func (c *MockBeaconStateSetPreviousEpochAttestationsCall) Return() *MockBeaconStateSetPreviousEpochAttestationsCall
- type MockBeaconStateSetPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateSetPreviousEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateSetPreviousEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetPreviousEpochParticipationFlagsCall
- func (c *MockBeaconStateSetPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateSetPreviousEpochParticipationFlagsCall
- type MockBeaconStateSetPreviousJustifiedCheckpointCall
- func (c *MockBeaconStateSetPreviousJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateSetPreviousJustifiedCheckpointCall
- func (c *MockBeaconStateSetPreviousJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateSetPreviousJustifiedCheckpointCall
- func (c *MockBeaconStateSetPreviousJustifiedCheckpointCall) Return() *MockBeaconStateSetPreviousJustifiedCheckpointCall
- type MockBeaconStateSetPreviousStateRootCall
- func (c *MockBeaconStateSetPreviousStateRootCall) Do(f func(common.Hash)) *MockBeaconStateSetPreviousStateRootCall
- func (c *MockBeaconStateSetPreviousStateRootCall) DoAndReturn(f func(common.Hash)) *MockBeaconStateSetPreviousStateRootCall
- func (c *MockBeaconStateSetPreviousStateRootCall) Return() *MockBeaconStateSetPreviousStateRootCall
- type MockBeaconStateSetRandaoMixAtCall
- func (c *MockBeaconStateSetRandaoMixAtCall) Do(f func(int, common.Hash)) *MockBeaconStateSetRandaoMixAtCall
- func (c *MockBeaconStateSetRandaoMixAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetRandaoMixAtCall
- func (c *MockBeaconStateSetRandaoMixAtCall) Return() *MockBeaconStateSetRandaoMixAtCall
- type MockBeaconStateSetSlashingSegmentAtCall
- func (c *MockBeaconStateSetSlashingSegmentAtCall) Do(f func(int, uint64)) *MockBeaconStateSetSlashingSegmentAtCall
- func (c *MockBeaconStateSetSlashingSegmentAtCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetSlashingSegmentAtCall
- func (c *MockBeaconStateSetSlashingSegmentAtCall) Return() *MockBeaconStateSetSlashingSegmentAtCall
- type MockBeaconStateSetSlotCall
- type MockBeaconStateSetStateRootAtCall
- func (c *MockBeaconStateSetStateRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateSetStateRootAtCall
- func (c *MockBeaconStateSetStateRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetStateRootAtCall
- func (c *MockBeaconStateSetStateRootAtCall) Return() *MockBeaconStateSetStateRootAtCall
- type MockBeaconStateSetValidatorAtIndexCall
- func (c *MockBeaconStateSetValidatorAtIndexCall) Do(f func(int, solid.Validator)) *MockBeaconStateSetValidatorAtIndexCall
- func (c *MockBeaconStateSetValidatorAtIndexCall) DoAndReturn(f func(int, solid.Validator)) *MockBeaconStateSetValidatorAtIndexCall
- func (c *MockBeaconStateSetValidatorAtIndexCall) Return() *MockBeaconStateSetValidatorAtIndexCall
- type MockBeaconStateSetValidatorBalanceCall
- func (c *MockBeaconStateSetValidatorBalanceCall) Do(f func(int, uint64) error) *MockBeaconStateSetValidatorBalanceCall
- func (c *MockBeaconStateSetValidatorBalanceCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateSetValidatorBalanceCall
- func (c *MockBeaconStateSetValidatorBalanceCall) Return(arg0 error) *MockBeaconStateSetValidatorBalanceCall
- type MockBeaconStateSetValidatorInactivityScoreCall
- func (c *MockBeaconStateSetValidatorInactivityScoreCall) Do(f func(int, uint64) error) *MockBeaconStateSetValidatorInactivityScoreCall
- func (c *MockBeaconStateSetValidatorInactivityScoreCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateSetValidatorInactivityScoreCall
- func (c *MockBeaconStateSetValidatorInactivityScoreCall) Return(arg0 error) *MockBeaconStateSetValidatorInactivityScoreCall
- type MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
- type MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
- type MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
- type MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
- type MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
- type MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
- type MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
- type MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
- type MockBeaconStateSetValidatorSlashedCall
- func (c *MockBeaconStateSetValidatorSlashedCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorSlashedCall
- func (c *MockBeaconStateSetValidatorSlashedCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorSlashedCall
- func (c *MockBeaconStateSetValidatorSlashedCall) Return(arg0 error) *MockBeaconStateSetValidatorSlashedCall
- type MockBeaconStateSetVersionCall
- type MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Do(f func(int, uint64) error) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
- func (c *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Return(arg0 error) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
- type MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
- func (c *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Do(f func(int, common.Hash)) *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
- func (c *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
- func (c *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Return() *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
- type MockBeaconStateSlashValidatorCall
- func (c *MockBeaconStateSlashValidatorCall) Do(f func(uint64, *uint64) (uint64, error)) *MockBeaconStateSlashValidatorCall
- func (c *MockBeaconStateSlashValidatorCall) DoAndReturn(f func(uint64, *uint64) (uint64, error)) *MockBeaconStateSlashValidatorCall
- func (c *MockBeaconStateSlashValidatorCall) Return(arg0 uint64, arg1 error) *MockBeaconStateSlashValidatorCall
- type MockBeaconStateSlashingSegmentAtCall
- func (c *MockBeaconStateSlashingSegmentAtCall) Do(f func(int) uint64) *MockBeaconStateSlashingSegmentAtCall
- func (c *MockBeaconStateSlashingSegmentAtCall) DoAndReturn(f func(int) uint64) *MockBeaconStateSlashingSegmentAtCall
- func (c *MockBeaconStateSlashingSegmentAtCall) Return(arg0 uint64) *MockBeaconStateSlashingSegmentAtCall
- type MockBeaconStateSlotCall
- type MockBeaconStateStateRootsCall
- func (c *MockBeaconStateStateRootsCall) Do(f func() solid.HashVectorSSZ) *MockBeaconStateStateRootsCall
- func (c *MockBeaconStateStateRootsCall) DoAndReturn(f func() solid.HashVectorSSZ) *MockBeaconStateStateRootsCall
- func (c *MockBeaconStateStateRootsCall) Return(arg0 solid.HashVectorSSZ) *MockBeaconStateStateRootsCall
- type MockBeaconStateSyncRewardsCall
- func (c *MockBeaconStateSyncRewardsCall) Do(f func() (uint64, uint64, error)) *MockBeaconStateSyncRewardsCall
- func (c *MockBeaconStateSyncRewardsCall) DoAndReturn(f func() (uint64, uint64, error)) *MockBeaconStateSyncRewardsCall
- func (c *MockBeaconStateSyncRewardsCall) Return(proposerReward, participantReward uint64, err error) *MockBeaconStateSyncRewardsCall
- type MockBeaconStateUpgradeToAltairCall
- func (c *MockBeaconStateUpgradeToAltairCall) Do(f func() error) *MockBeaconStateUpgradeToAltairCall
- func (c *MockBeaconStateUpgradeToAltairCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToAltairCall
- func (c *MockBeaconStateUpgradeToAltairCall) Return(arg0 error) *MockBeaconStateUpgradeToAltairCall
- type MockBeaconStateUpgradeToBellatrixCall
- func (c *MockBeaconStateUpgradeToBellatrixCall) Do(f func() error) *MockBeaconStateUpgradeToBellatrixCall
- func (c *MockBeaconStateUpgradeToBellatrixCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToBellatrixCall
- func (c *MockBeaconStateUpgradeToBellatrixCall) Return(arg0 error) *MockBeaconStateUpgradeToBellatrixCall
- type MockBeaconStateUpgradeToCapellaCall
- func (c *MockBeaconStateUpgradeToCapellaCall) Do(f func() error) *MockBeaconStateUpgradeToCapellaCall
- func (c *MockBeaconStateUpgradeToCapellaCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToCapellaCall
- func (c *MockBeaconStateUpgradeToCapellaCall) Return(arg0 error) *MockBeaconStateUpgradeToCapellaCall
- type MockBeaconStateUpgradeToDenebCall
- func (c *MockBeaconStateUpgradeToDenebCall) Do(f func() error) *MockBeaconStateUpgradeToDenebCall
- func (c *MockBeaconStateUpgradeToDenebCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToDenebCall
- func (c *MockBeaconStateUpgradeToDenebCall) Return(arg0 error) *MockBeaconStateUpgradeToDenebCall
- type MockBeaconStateUpgradeToElectraCall
- func (c *MockBeaconStateUpgradeToElectraCall) Do(f func() error) *MockBeaconStateUpgradeToElectraCall
- func (c *MockBeaconStateUpgradeToElectraCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToElectraCall
- func (c *MockBeaconStateUpgradeToElectraCall) Return(arg0 error) *MockBeaconStateUpgradeToElectraCall
- type MockBeaconStateValidatorBalanceCall
- func (c *MockBeaconStateValidatorBalanceCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorBalanceCall
- func (c *MockBeaconStateValidatorBalanceCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorBalanceCall
- func (c *MockBeaconStateValidatorBalanceCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorBalanceCall
- type MockBeaconStateValidatorEffectiveBalanceCall
- func (c *MockBeaconStateValidatorEffectiveBalanceCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorEffectiveBalanceCall
- func (c *MockBeaconStateValidatorEffectiveBalanceCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorEffectiveBalanceCall
- func (c *MockBeaconStateValidatorEffectiveBalanceCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorEffectiveBalanceCall
- type MockBeaconStateValidatorExitEpochCall
- func (c *MockBeaconStateValidatorExitEpochCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorExitEpochCall
- func (c *MockBeaconStateValidatorExitEpochCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorExitEpochCall
- func (c *MockBeaconStateValidatorExitEpochCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorExitEpochCall
- type MockBeaconStateValidatorForValidatorIndexCall
- func (c *MockBeaconStateValidatorForValidatorIndexCall) Do(f func(int) (solid.Validator, error)) *MockBeaconStateValidatorForValidatorIndexCall
- func (c *MockBeaconStateValidatorForValidatorIndexCall) DoAndReturn(f func(int) (solid.Validator, error)) *MockBeaconStateValidatorForValidatorIndexCall
- func (c *MockBeaconStateValidatorForValidatorIndexCall) Return(arg0 solid.Validator, arg1 error) *MockBeaconStateValidatorForValidatorIndexCall
- type MockBeaconStateValidatorInactivityScoreCall
- func (c *MockBeaconStateValidatorInactivityScoreCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorInactivityScoreCall
- func (c *MockBeaconStateValidatorInactivityScoreCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorInactivityScoreCall
- func (c *MockBeaconStateValidatorInactivityScoreCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorInactivityScoreCall
- type MockBeaconStateValidatorIndexByPubkeyCall
- func (c *MockBeaconStateValidatorIndexByPubkeyCall) Do(f func([48]byte) (uint64, bool)) *MockBeaconStateValidatorIndexByPubkeyCall
- func (c *MockBeaconStateValidatorIndexByPubkeyCall) DoAndReturn(f func([48]byte) (uint64, bool)) *MockBeaconStateValidatorIndexByPubkeyCall
- func (c *MockBeaconStateValidatorIndexByPubkeyCall) Return(arg0 uint64, arg1 bool) *MockBeaconStateValidatorIndexByPubkeyCall
- type MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
- type MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
- type MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
- func (c *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
- type MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
- type MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
- type MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
- func (c *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
- type MockBeaconStateValidatorLengthCall
- func (c *MockBeaconStateValidatorLengthCall) Do(f func() int) *MockBeaconStateValidatorLengthCall
- func (c *MockBeaconStateValidatorLengthCall) DoAndReturn(f func() int) *MockBeaconStateValidatorLengthCall
- func (c *MockBeaconStateValidatorLengthCall) Return(arg0 int) *MockBeaconStateValidatorLengthCall
- type MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Do(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
- func (c *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Return(arg0 *solid.PendingAttestation, arg1 error) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
- type MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Do(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
- func (c *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Return(arg0 *solid.PendingAttestation, arg1 error) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
- type MockBeaconStateValidatorSetCall
- func (c *MockBeaconStateValidatorSetCall) Do(f func() *solid.ValidatorSet) *MockBeaconStateValidatorSetCall
- func (c *MockBeaconStateValidatorSetCall) DoAndReturn(f func() *solid.ValidatorSet) *MockBeaconStateValidatorSetCall
- func (c *MockBeaconStateValidatorSetCall) Return(arg0 *solid.ValidatorSet) *MockBeaconStateValidatorSetCall
- type MockBeaconStateValidatorWithdrawableEpochCall
- func (c *MockBeaconStateValidatorWithdrawableEpochCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorWithdrawableEpochCall
- func (c *MockBeaconStateValidatorWithdrawableEpochCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorWithdrawableEpochCall
- func (c *MockBeaconStateValidatorWithdrawableEpochCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorWithdrawableEpochCall
- type MockBeaconStateVersionCall
- func (c *MockBeaconStateVersionCall) Do(f func() clparams.StateVersion) *MockBeaconStateVersionCall
- func (c *MockBeaconStateVersionCall) DoAndReturn(f func() clparams.StateVersion) *MockBeaconStateVersionCall
- func (c *MockBeaconStateVersionCall) Return(arg0 clparams.StateVersion) *MockBeaconStateVersionCall
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 ¶
func (m *MockBeaconState) EXPECT() *MockBeaconStateMockRecorder
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 ¶
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) 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 ¶
MockBeaconStateAddCurrentEpochAtteastationCall wrap *gomock.Call
func (*MockBeaconStateAddCurrentEpochAtteastationCall) Do ¶
func (c *MockBeaconStateAddCurrentEpochAtteastationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateAddCurrentEpochAtteastationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddCurrentEpochAtteastationCall) DoAndReturn ¶
func (c *MockBeaconStateAddCurrentEpochAtteastationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateAddCurrentEpochAtteastationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddCurrentEpochAtteastationCall) Return ¶
func (c *MockBeaconStateAddCurrentEpochAtteastationCall) Return() *MockBeaconStateAddCurrentEpochAtteastationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddCurrentEpochParticipationFlagsCall ¶
MockBeaconStateAddCurrentEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateAddCurrentEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateAddCurrentEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddCurrentEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddCurrentEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateAddCurrentEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddCurrentEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddCurrentEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateAddCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateAddCurrentEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddEth1DataVoteCall ¶
MockBeaconStateAddEth1DataVoteCall wrap *gomock.Call
func (*MockBeaconStateAddEth1DataVoteCall) Do ¶
func (c *MockBeaconStateAddEth1DataVoteCall) Do(f func(*cltypes.Eth1Data)) *MockBeaconStateAddEth1DataVoteCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddEth1DataVoteCall) DoAndReturn ¶
func (c *MockBeaconStateAddEth1DataVoteCall) DoAndReturn(f func(*cltypes.Eth1Data)) *MockBeaconStateAddEth1DataVoteCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddEth1DataVoteCall) Return ¶
func (c *MockBeaconStateAddEth1DataVoteCall) Return() *MockBeaconStateAddEth1DataVoteCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddHistoricalRootCall ¶
MockBeaconStateAddHistoricalRootCall wrap *gomock.Call
func (*MockBeaconStateAddHistoricalRootCall) Do ¶
func (c *MockBeaconStateAddHistoricalRootCall) Do(f func(common.Hash)) *MockBeaconStateAddHistoricalRootCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddHistoricalRootCall) DoAndReturn ¶
func (c *MockBeaconStateAddHistoricalRootCall) DoAndReturn(f func(common.Hash)) *MockBeaconStateAddHistoricalRootCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddHistoricalRootCall) Return ¶
func (c *MockBeaconStateAddHistoricalRootCall) Return() *MockBeaconStateAddHistoricalRootCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddHistoricalSummaryCall ¶
MockBeaconStateAddHistoricalSummaryCall wrap *gomock.Call
func (*MockBeaconStateAddHistoricalSummaryCall) Do ¶
func (c *MockBeaconStateAddHistoricalSummaryCall) Do(f func(*cltypes.HistoricalSummary)) *MockBeaconStateAddHistoricalSummaryCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddHistoricalSummaryCall) DoAndReturn ¶
func (c *MockBeaconStateAddHistoricalSummaryCall) DoAndReturn(f func(*cltypes.HistoricalSummary)) *MockBeaconStateAddHistoricalSummaryCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddHistoricalSummaryCall) Return ¶
func (c *MockBeaconStateAddHistoricalSummaryCall) Return() *MockBeaconStateAddHistoricalSummaryCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddInactivityScoreCall ¶
MockBeaconStateAddInactivityScoreCall wrap *gomock.Call
func (*MockBeaconStateAddInactivityScoreCall) Do ¶
func (c *MockBeaconStateAddInactivityScoreCall) Do(f func(uint64)) *MockBeaconStateAddInactivityScoreCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddInactivityScoreCall) DoAndReturn ¶
func (c *MockBeaconStateAddInactivityScoreCall) DoAndReturn(f func(uint64)) *MockBeaconStateAddInactivityScoreCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddInactivityScoreCall) Return ¶
func (c *MockBeaconStateAddInactivityScoreCall) Return() *MockBeaconStateAddInactivityScoreCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddPreviousEpochAttestationCall ¶
MockBeaconStateAddPreviousEpochAttestationCall wrap *gomock.Call
func (*MockBeaconStateAddPreviousEpochAttestationCall) Do ¶
func (c *MockBeaconStateAddPreviousEpochAttestationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateAddPreviousEpochAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddPreviousEpochAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateAddPreviousEpochAttestationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateAddPreviousEpochAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddPreviousEpochAttestationCall) Return ¶
func (c *MockBeaconStateAddPreviousEpochAttestationCall) Return() *MockBeaconStateAddPreviousEpochAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddPreviousEpochParticipationAtCall ¶
MockBeaconStateAddPreviousEpochParticipationAtCall wrap *gomock.Call
func (*MockBeaconStateAddPreviousEpochParticipationAtCall) Do ¶
func (c *MockBeaconStateAddPreviousEpochParticipationAtCall) Do(f func(int, byte)) *MockBeaconStateAddPreviousEpochParticipationAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddPreviousEpochParticipationAtCall) DoAndReturn ¶
func (c *MockBeaconStateAddPreviousEpochParticipationAtCall) DoAndReturn(f func(int, byte)) *MockBeaconStateAddPreviousEpochParticipationAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddPreviousEpochParticipationAtCall) Return ¶
func (c *MockBeaconStateAddPreviousEpochParticipationAtCall) Return() *MockBeaconStateAddPreviousEpochParticipationAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddPreviousEpochParticipationFlagsCall ¶
MockBeaconStateAddPreviousEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateAddPreviousEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateAddPreviousEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddPreviousEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddPreviousEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateAddPreviousEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateAddPreviousEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddPreviousEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateAddPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateAddPreviousEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAddValidatorCall ¶
MockBeaconStateAddValidatorCall wrap *gomock.Call
func (*MockBeaconStateAddValidatorCall) Do ¶
func (c *MockBeaconStateAddValidatorCall) Do(f func(solid.Validator, uint64)) *MockBeaconStateAddValidatorCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAddValidatorCall) DoAndReturn ¶
func (c *MockBeaconStateAddValidatorCall) DoAndReturn(f func(solid.Validator, uint64)) *MockBeaconStateAddValidatorCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAddValidatorCall) Return ¶
func (c *MockBeaconStateAddValidatorCall) Return() *MockBeaconStateAddValidatorCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAppendPendingConsolidationCall ¶
MockBeaconStateAppendPendingConsolidationCall wrap *gomock.Call
func (*MockBeaconStateAppendPendingConsolidationCall) Do ¶
func (c *MockBeaconStateAppendPendingConsolidationCall) Do(f func(*solid.PendingConsolidation)) *MockBeaconStateAppendPendingConsolidationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAppendPendingConsolidationCall) DoAndReturn ¶
func (c *MockBeaconStateAppendPendingConsolidationCall) DoAndReturn(f func(*solid.PendingConsolidation)) *MockBeaconStateAppendPendingConsolidationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAppendPendingConsolidationCall) Return ¶
func (c *MockBeaconStateAppendPendingConsolidationCall) Return() *MockBeaconStateAppendPendingConsolidationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAppendPendingDepositCall ¶
MockBeaconStateAppendPendingDepositCall wrap *gomock.Call
func (*MockBeaconStateAppendPendingDepositCall) Do ¶
func (c *MockBeaconStateAppendPendingDepositCall) Do(f func(*solid.PendingDeposit)) *MockBeaconStateAppendPendingDepositCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAppendPendingDepositCall) DoAndReturn ¶
func (c *MockBeaconStateAppendPendingDepositCall) DoAndReturn(f func(*solid.PendingDeposit)) *MockBeaconStateAppendPendingDepositCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAppendPendingDepositCall) Return ¶
func (c *MockBeaconStateAppendPendingDepositCall) Return() *MockBeaconStateAppendPendingDepositCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAppendPendingPartialWithdrawalCall ¶
MockBeaconStateAppendPendingPartialWithdrawalCall wrap *gomock.Call
func (*MockBeaconStateAppendPendingPartialWithdrawalCall) Do ¶
func (c *MockBeaconStateAppendPendingPartialWithdrawalCall) Do(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateAppendPendingPartialWithdrawalCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAppendPendingPartialWithdrawalCall) DoAndReturn ¶
func (c *MockBeaconStateAppendPendingPartialWithdrawalCall) DoAndReturn(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateAppendPendingPartialWithdrawalCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAppendPendingPartialWithdrawalCall) Return ¶
func (c *MockBeaconStateAppendPendingPartialWithdrawalCall) Return() *MockBeaconStateAppendPendingPartialWithdrawalCall
Return rewrite *gomock.Call.Return
type MockBeaconStateAppendValidatorCall ¶
MockBeaconStateAppendValidatorCall wrap *gomock.Call
func (*MockBeaconStateAppendValidatorCall) Do ¶
func (c *MockBeaconStateAppendValidatorCall) Do(f func(solid.Validator)) *MockBeaconStateAppendValidatorCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateAppendValidatorCall) DoAndReturn ¶
func (c *MockBeaconStateAppendValidatorCall) DoAndReturn(f func(solid.Validator)) *MockBeaconStateAppendValidatorCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateAppendValidatorCall) Return ¶
func (c *MockBeaconStateAppendValidatorCall) Return() *MockBeaconStateAppendValidatorCall
Return rewrite *gomock.Call.Return
type MockBeaconStateBaseRewardCall ¶
MockBeaconStateBaseRewardCall wrap *gomock.Call
func (*MockBeaconStateBaseRewardCall) Do ¶
func (c *MockBeaconStateBaseRewardCall) Do(f func(uint64) (uint64, error)) *MockBeaconStateBaseRewardCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateBaseRewardCall) DoAndReturn ¶
func (c *MockBeaconStateBaseRewardCall) DoAndReturn(f func(uint64) (uint64, error)) *MockBeaconStateBaseRewardCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateBaseRewardCall) Return ¶
func (c *MockBeaconStateBaseRewardCall) Return(arg0 uint64, arg1 error) *MockBeaconStateBaseRewardCall
Return rewrite *gomock.Call.Return
type MockBeaconStateBaseRewardPerIncrementCall ¶
MockBeaconStateBaseRewardPerIncrementCall wrap *gomock.Call
func (*MockBeaconStateBaseRewardPerIncrementCall) Do ¶
func (c *MockBeaconStateBaseRewardPerIncrementCall) Do(f func() uint64) *MockBeaconStateBaseRewardPerIncrementCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateBaseRewardPerIncrementCall) DoAndReturn ¶
func (c *MockBeaconStateBaseRewardPerIncrementCall) DoAndReturn(f func() uint64) *MockBeaconStateBaseRewardPerIncrementCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateBaseRewardPerIncrementCall) Return ¶
func (c *MockBeaconStateBaseRewardPerIncrementCall) Return(arg0 uint64) *MockBeaconStateBaseRewardPerIncrementCall
Return rewrite *gomock.Call.Return
type MockBeaconStateBeaconConfigCall ¶
MockBeaconStateBeaconConfigCall wrap *gomock.Call
func (*MockBeaconStateBeaconConfigCall) Do ¶
func (c *MockBeaconStateBeaconConfigCall) Do(f func() *clparams.BeaconChainConfig) *MockBeaconStateBeaconConfigCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateBeaconConfigCall) DoAndReturn ¶
func (c *MockBeaconStateBeaconConfigCall) DoAndReturn(f func() *clparams.BeaconChainConfig) *MockBeaconStateBeaconConfigCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateBeaconConfigCall) Return ¶
func (c *MockBeaconStateBeaconConfigCall) Return(arg0 *clparams.BeaconChainConfig) *MockBeaconStateBeaconConfigCall
Return rewrite *gomock.Call.Return
type MockBeaconStateBlockRootCall ¶
MockBeaconStateBlockRootCall wrap *gomock.Call
func (*MockBeaconStateBlockRootCall) Do ¶
func (c *MockBeaconStateBlockRootCall) Do(f func() ([32]byte, error)) *MockBeaconStateBlockRootCall
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 ¶
func (c *MockBeaconStateBlockRootCall) Return(arg0 [32]byte, arg1 error) *MockBeaconStateBlockRootCall
Return rewrite *gomock.Call.Return
type MockBeaconStateBlockRootsCall ¶
MockBeaconStateBlockRootsCall wrap *gomock.Call
func (*MockBeaconStateBlockRootsCall) Do ¶
func (c *MockBeaconStateBlockRootsCall) Do(f func() solid.HashVectorSSZ) *MockBeaconStateBlockRootsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateBlockRootsCall) DoAndReturn ¶
func (c *MockBeaconStateBlockRootsCall) DoAndReturn(f func() solid.HashVectorSSZ) *MockBeaconStateBlockRootsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateBlockRootsCall) Return ¶
func (c *MockBeaconStateBlockRootsCall) Return(arg0 solid.HashVectorSSZ) *MockBeaconStateBlockRootsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateCloneCall ¶
MockBeaconStateCloneCall wrap *gomock.Call
func (*MockBeaconStateCloneCall) Do ¶
func (c *MockBeaconStateCloneCall) Do(f func() clonable.Clonable) *MockBeaconStateCloneCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateCloneCall) DoAndReturn ¶
func (c *MockBeaconStateCloneCall) DoAndReturn(f func() clonable.Clonable) *MockBeaconStateCloneCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateCloneCall) Return ¶
func (c *MockBeaconStateCloneCall) Return(arg0 clonable.Clonable) *MockBeaconStateCloneCall
Return rewrite *gomock.Call.Return
type MockBeaconStateCommitteeCountCall ¶
MockBeaconStateCommitteeCountCall wrap *gomock.Call
func (*MockBeaconStateCommitteeCountCall) Do ¶
func (c *MockBeaconStateCommitteeCountCall) Do(f func(uint64) uint64) *MockBeaconStateCommitteeCountCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateCommitteeCountCall) DoAndReturn ¶
func (c *MockBeaconStateCommitteeCountCall) DoAndReturn(f func(uint64) uint64) *MockBeaconStateCommitteeCountCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateCommitteeCountCall) Return ¶
func (c *MockBeaconStateCommitteeCountCall) Return(arg0 uint64) *MockBeaconStateCommitteeCountCall
Return rewrite *gomock.Call.Return
type MockBeaconStateComputeCommitteeCall ¶
MockBeaconStateComputeCommitteeCall wrap *gomock.Call
func (*MockBeaconStateComputeCommitteeCall) Do ¶
func (c *MockBeaconStateComputeCommitteeCall) Do(f func([]uint64, uint64, uint64, uint64) ([]uint64, error)) *MockBeaconStateComputeCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateComputeCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateComputeCommitteeCall) DoAndReturn(f func([]uint64, uint64, uint64, uint64) ([]uint64, error)) *MockBeaconStateComputeCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateComputeCommitteeCall) Return ¶
func (c *MockBeaconStateComputeCommitteeCall) Return(arg0 []uint64, arg1 error) *MockBeaconStateComputeCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateComputeExitEpochAndUpdateChurnCall ¶
MockBeaconStateComputeExitEpochAndUpdateChurnCall wrap *gomock.Call
func (*MockBeaconStateComputeExitEpochAndUpdateChurnCall) Do ¶
func (c *MockBeaconStateComputeExitEpochAndUpdateChurnCall) Do(f func(uint64) uint64) *MockBeaconStateComputeExitEpochAndUpdateChurnCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateComputeExitEpochAndUpdateChurnCall) DoAndReturn ¶
func (c *MockBeaconStateComputeExitEpochAndUpdateChurnCall) DoAndReturn(f func(uint64) uint64) *MockBeaconStateComputeExitEpochAndUpdateChurnCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateComputeExitEpochAndUpdateChurnCall) Return ¶
func (c *MockBeaconStateComputeExitEpochAndUpdateChurnCall) Return(arg0 uint64) *MockBeaconStateComputeExitEpochAndUpdateChurnCall
Return rewrite *gomock.Call.Return
type MockBeaconStateComputeNextSyncCommitteeCall ¶
MockBeaconStateComputeNextSyncCommitteeCall wrap *gomock.Call
func (*MockBeaconStateComputeNextSyncCommitteeCall) Do ¶
func (c *MockBeaconStateComputeNextSyncCommitteeCall) Do(f func() (*solid.SyncCommittee, error)) *MockBeaconStateComputeNextSyncCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateComputeNextSyncCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateComputeNextSyncCommitteeCall) DoAndReturn(f func() (*solid.SyncCommittee, error)) *MockBeaconStateComputeNextSyncCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateComputeNextSyncCommitteeCall) Return ¶
func (c *MockBeaconStateComputeNextSyncCommitteeCall) Return(arg0 *solid.SyncCommittee, arg1 error) *MockBeaconStateComputeNextSyncCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateCurrentEpochAttestationsCall ¶
MockBeaconStateCurrentEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStateCurrentEpochAttestationsCall) Do ¶
func (c *MockBeaconStateCurrentEpochAttestationsCall) Do(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStateCurrentEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateCurrentEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStateCurrentEpochAttestationsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStateCurrentEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateCurrentEpochAttestationsCall) Return ¶
func (c *MockBeaconStateCurrentEpochAttestationsCall) Return(arg0 *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStateCurrentEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateCurrentEpochAttestationsLengthCall ¶
MockBeaconStateCurrentEpochAttestationsLengthCall wrap *gomock.Call
func (*MockBeaconStateCurrentEpochAttestationsLengthCall) Do ¶
func (c *MockBeaconStateCurrentEpochAttestationsLengthCall) Do(f func() int) *MockBeaconStateCurrentEpochAttestationsLengthCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateCurrentEpochAttestationsLengthCall) DoAndReturn ¶
func (c *MockBeaconStateCurrentEpochAttestationsLengthCall) DoAndReturn(f func() int) *MockBeaconStateCurrentEpochAttestationsLengthCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateCurrentEpochAttestationsLengthCall) Return ¶
func (c *MockBeaconStateCurrentEpochAttestationsLengthCall) Return(arg0 int) *MockBeaconStateCurrentEpochAttestationsLengthCall
Return rewrite *gomock.Call.Return
type MockBeaconStateCurrentJustifiedCheckpointCall ¶
MockBeaconStateCurrentJustifiedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateCurrentJustifiedCheckpointCall) Do ¶
func (c *MockBeaconStateCurrentJustifiedCheckpointCall) Do(f func() solid.Checkpoint) *MockBeaconStateCurrentJustifiedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateCurrentJustifiedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateCurrentJustifiedCheckpointCall) DoAndReturn(f func() solid.Checkpoint) *MockBeaconStateCurrentJustifiedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateCurrentJustifiedCheckpointCall) Return ¶
func (c *MockBeaconStateCurrentJustifiedCheckpointCall) Return(arg0 solid.Checkpoint) *MockBeaconStateCurrentJustifiedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateCurrentSyncCommitteeCall ¶
MockBeaconStateCurrentSyncCommitteeCall wrap *gomock.Call
func (*MockBeaconStateCurrentSyncCommitteeCall) Do ¶
func (c *MockBeaconStateCurrentSyncCommitteeCall) Do(f func() *solid.SyncCommittee) *MockBeaconStateCurrentSyncCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateCurrentSyncCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateCurrentSyncCommitteeCall) DoAndReturn(f func() *solid.SyncCommittee) *MockBeaconStateCurrentSyncCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateCurrentSyncCommitteeCall) Return ¶
func (c *MockBeaconStateCurrentSyncCommitteeCall) Return(arg0 *solid.SyncCommittee) *MockBeaconStateCurrentSyncCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateDebugPrintCall ¶
MockBeaconStateDebugPrintCall wrap *gomock.Call
func (*MockBeaconStateDebugPrintCall) Do ¶
func (c *MockBeaconStateDebugPrintCall) Do(f func(string)) *MockBeaconStateDebugPrintCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateDebugPrintCall) DoAndReturn ¶
func (c *MockBeaconStateDebugPrintCall) DoAndReturn(f func(string)) *MockBeaconStateDebugPrintCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateDebugPrintCall) Return ¶
func (c *MockBeaconStateDebugPrintCall) Return() *MockBeaconStateDebugPrintCall
Return rewrite *gomock.Call.Return
type MockBeaconStateDecodeSSZCall ¶
MockBeaconStateDecodeSSZCall wrap *gomock.Call
func (*MockBeaconStateDecodeSSZCall) Do ¶
func (c *MockBeaconStateDecodeSSZCall) Do(f func([]byte, int) error) *MockBeaconStateDecodeSSZCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateDecodeSSZCall) DoAndReturn ¶
func (c *MockBeaconStateDecodeSSZCall) DoAndReturn(f func([]byte, int) error) *MockBeaconStateDecodeSSZCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateDecodeSSZCall) Return ¶
func (c *MockBeaconStateDecodeSSZCall) Return(arg0 error) *MockBeaconStateDecodeSSZCall
Return rewrite *gomock.Call.Return
type MockBeaconStateEncodeSSZCall ¶
MockBeaconStateEncodeSSZCall wrap *gomock.Call
func (*MockBeaconStateEncodeSSZCall) Do ¶
func (c *MockBeaconStateEncodeSSZCall) Do(f func([]byte) ([]byte, error)) *MockBeaconStateEncodeSSZCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateEncodeSSZCall) DoAndReturn ¶
func (c *MockBeaconStateEncodeSSZCall) DoAndReturn(f func([]byte) ([]byte, error)) *MockBeaconStateEncodeSSZCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateEncodeSSZCall) Return ¶
func (c *MockBeaconStateEncodeSSZCall) Return(arg0 []byte, arg1 error) *MockBeaconStateEncodeSSZCall
Return rewrite *gomock.Call.Return
type MockBeaconStateEncodingSizeSSZCall ¶
MockBeaconStateEncodingSizeSSZCall wrap *gomock.Call
func (*MockBeaconStateEncodingSizeSSZCall) Do ¶
func (c *MockBeaconStateEncodingSizeSSZCall) Do(f func() int) *MockBeaconStateEncodingSizeSSZCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateEncodingSizeSSZCall) DoAndReturn ¶
func (c *MockBeaconStateEncodingSizeSSZCall) DoAndReturn(f func() int) *MockBeaconStateEncodingSizeSSZCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateEncodingSizeSSZCall) Return ¶
func (c *MockBeaconStateEncodingSizeSSZCall) Return(size int) *MockBeaconStateEncodingSizeSSZCall
Return rewrite *gomock.Call.Return
type MockBeaconStateEpochParticipationCall ¶
MockBeaconStateEpochParticipationCall wrap *gomock.Call
func (*MockBeaconStateEpochParticipationCall) Do ¶
func (c *MockBeaconStateEpochParticipationCall) Do(f func(bool) *solid.ParticipationBitList) *MockBeaconStateEpochParticipationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateEpochParticipationCall) DoAndReturn ¶
func (c *MockBeaconStateEpochParticipationCall) DoAndReturn(f func(bool) *solid.ParticipationBitList) *MockBeaconStateEpochParticipationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateEpochParticipationCall) Return ¶
func (c *MockBeaconStateEpochParticipationCall) Return(arg0 *solid.ParticipationBitList) *MockBeaconStateEpochParticipationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateEpochParticipationForValidatorIndexCall ¶
MockBeaconStateEpochParticipationForValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateEpochParticipationForValidatorIndexCall) Do ¶
func (c *MockBeaconStateEpochParticipationForValidatorIndexCall) Do(f func(bool, int) cltypes.ParticipationFlags) *MockBeaconStateEpochParticipationForValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateEpochParticipationForValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateEpochParticipationForValidatorIndexCall) DoAndReturn(f func(bool, int) cltypes.ParticipationFlags) *MockBeaconStateEpochParticipationForValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateEpochParticipationForValidatorIndexCall) Return ¶
func (c *MockBeaconStateEpochParticipationForValidatorIndexCall) Return(arg0 cltypes.ParticipationFlags) *MockBeaconStateEpochParticipationForValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateEth1DataCall ¶
MockBeaconStateEth1DataCall wrap *gomock.Call
func (*MockBeaconStateEth1DataCall) Do ¶
func (c *MockBeaconStateEth1DataCall) Do(f func() *cltypes.Eth1Data) *MockBeaconStateEth1DataCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateEth1DataCall) DoAndReturn ¶
func (c *MockBeaconStateEth1DataCall) DoAndReturn(f func() *cltypes.Eth1Data) *MockBeaconStateEth1DataCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateEth1DataCall) Return ¶
func (c *MockBeaconStateEth1DataCall) Return(arg0 *cltypes.Eth1Data) *MockBeaconStateEth1DataCall
Return rewrite *gomock.Call.Return
type MockBeaconStateEth1DataVotesCall ¶
MockBeaconStateEth1DataVotesCall wrap *gomock.Call
func (*MockBeaconStateEth1DataVotesCall) Do ¶
func (c *MockBeaconStateEth1DataVotesCall) Do(f func() *solid.ListSSZ[*cltypes.Eth1Data]) *MockBeaconStateEth1DataVotesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateEth1DataVotesCall) DoAndReturn ¶
func (c *MockBeaconStateEth1DataVotesCall) DoAndReturn(f func() *solid.ListSSZ[*cltypes.Eth1Data]) *MockBeaconStateEth1DataVotesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateEth1DataVotesCall) Return ¶
func (c *MockBeaconStateEth1DataVotesCall) Return(arg0 *solid.ListSSZ[*cltypes.Eth1Data]) *MockBeaconStateEth1DataVotesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateEth1DepositIndexCall ¶
MockBeaconStateEth1DepositIndexCall wrap *gomock.Call
func (*MockBeaconStateEth1DepositIndexCall) Do ¶
func (c *MockBeaconStateEth1DepositIndexCall) Do(f func() uint64) *MockBeaconStateEth1DepositIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateEth1DepositIndexCall) DoAndReturn ¶
func (c *MockBeaconStateEth1DepositIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateEth1DepositIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateEth1DepositIndexCall) Return ¶
func (c *MockBeaconStateEth1DepositIndexCall) Return(arg0 uint64) *MockBeaconStateEth1DepositIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateFinalizedCheckpointCall ¶
MockBeaconStateFinalizedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateFinalizedCheckpointCall) Do ¶
func (c *MockBeaconStateFinalizedCheckpointCall) Do(f func() solid.Checkpoint) *MockBeaconStateFinalizedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateFinalizedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateFinalizedCheckpointCall) DoAndReturn(f func() solid.Checkpoint) *MockBeaconStateFinalizedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateFinalizedCheckpointCall) Return ¶
func (c *MockBeaconStateFinalizedCheckpointCall) Return(arg0 solid.Checkpoint) *MockBeaconStateFinalizedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateForEachBalanceCall ¶
MockBeaconStateForEachBalanceCall wrap *gomock.Call
func (*MockBeaconStateForEachBalanceCall) Do ¶
func (c *MockBeaconStateForEachBalanceCall) Do(f func(func(uint64, int, int) bool)) *MockBeaconStateForEachBalanceCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateForEachBalanceCall) DoAndReturn ¶
func (c *MockBeaconStateForEachBalanceCall) DoAndReturn(f func(func(uint64, int, int) bool)) *MockBeaconStateForEachBalanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateForEachBalanceCall) Return ¶
func (c *MockBeaconStateForEachBalanceCall) Return() *MockBeaconStateForEachBalanceCall
Return rewrite *gomock.Call.Return
type MockBeaconStateForEachSlashingSegmentCall ¶
MockBeaconStateForEachSlashingSegmentCall wrap *gomock.Call
func (*MockBeaconStateForEachSlashingSegmentCall) Do ¶
func (c *MockBeaconStateForEachSlashingSegmentCall) Do(f func(func(int, uint64, int) bool)) *MockBeaconStateForEachSlashingSegmentCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateForEachSlashingSegmentCall) DoAndReturn ¶
func (c *MockBeaconStateForEachSlashingSegmentCall) DoAndReturn(f func(func(int, uint64, int) bool)) *MockBeaconStateForEachSlashingSegmentCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateForEachSlashingSegmentCall) Return ¶
func (c *MockBeaconStateForEachSlashingSegmentCall) Return() *MockBeaconStateForEachSlashingSegmentCall
Return rewrite *gomock.Call.Return
type MockBeaconStateForEachValidatorCall ¶
MockBeaconStateForEachValidatorCall wrap *gomock.Call
func (*MockBeaconStateForEachValidatorCall) Do ¶
func (c *MockBeaconStateForEachValidatorCall) Do(f func(func(solid.Validator, int, int) bool)) *MockBeaconStateForEachValidatorCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateForEachValidatorCall) DoAndReturn ¶
func (c *MockBeaconStateForEachValidatorCall) DoAndReturn(f func(func(solid.Validator, int, int) bool)) *MockBeaconStateForEachValidatorCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateForEachValidatorCall) Return ¶
func (c *MockBeaconStateForEachValidatorCall) Return() *MockBeaconStateForEachValidatorCall
Return rewrite *gomock.Call.Return
type MockBeaconStateForkCall ¶
MockBeaconStateForkCall wrap *gomock.Call
func (*MockBeaconStateForkCall) Do ¶
func (c *MockBeaconStateForkCall) Do(f func() *cltypes.Fork) *MockBeaconStateForkCall
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 ¶
func (c *MockBeaconStateForkCall) Return(arg0 *cltypes.Fork) *MockBeaconStateForkCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGenesisTimeCall ¶
MockBeaconStateGenesisTimeCall wrap *gomock.Call
func (*MockBeaconStateGenesisTimeCall) Do ¶
func (c *MockBeaconStateGenesisTimeCall) Do(f func() uint64) *MockBeaconStateGenesisTimeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGenesisTimeCall) DoAndReturn ¶
func (c *MockBeaconStateGenesisTimeCall) DoAndReturn(f func() uint64) *MockBeaconStateGenesisTimeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGenesisTimeCall) Return ¶
func (c *MockBeaconStateGenesisTimeCall) Return(arg0 uint64) *MockBeaconStateGenesisTimeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGenesisValidatorsRootCall ¶
MockBeaconStateGenesisValidatorsRootCall wrap *gomock.Call
func (*MockBeaconStateGenesisValidatorsRootCall) Do ¶
func (c *MockBeaconStateGenesisValidatorsRootCall) Do(f func() common.Hash) *MockBeaconStateGenesisValidatorsRootCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGenesisValidatorsRootCall) DoAndReturn ¶
func (c *MockBeaconStateGenesisValidatorsRootCall) DoAndReturn(f func() common.Hash) *MockBeaconStateGenesisValidatorsRootCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGenesisValidatorsRootCall) Return ¶
func (c *MockBeaconStateGenesisValidatorsRootCall) Return(arg0 common.Hash) *MockBeaconStateGenesisValidatorsRootCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetActiveValidatorsIndicesCall ¶
MockBeaconStateGetActiveValidatorsIndicesCall wrap *gomock.Call
func (*MockBeaconStateGetActiveValidatorsIndicesCall) Do ¶
func (c *MockBeaconStateGetActiveValidatorsIndicesCall) Do(f func(uint64) []uint64) *MockBeaconStateGetActiveValidatorsIndicesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetActiveValidatorsIndicesCall) DoAndReturn ¶
func (c *MockBeaconStateGetActiveValidatorsIndicesCall) DoAndReturn(f func(uint64) []uint64) *MockBeaconStateGetActiveValidatorsIndicesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetActiveValidatorsIndicesCall) Return ¶
func (c *MockBeaconStateGetActiveValidatorsIndicesCall) Return(indicies []uint64) *MockBeaconStateGetActiveValidatorsIndicesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetAttestationParticipationFlagIndiciesCall ¶
MockBeaconStateGetAttestationParticipationFlagIndiciesCall wrap *gomock.Call
func (*MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Do ¶
func (c *MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Do(f func(*solid.AttestationData, uint64, bool) ([]uint8, error)) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetAttestationParticipationFlagIndiciesCall) DoAndReturn ¶
func (c *MockBeaconStateGetAttestationParticipationFlagIndiciesCall) DoAndReturn(f func(*solid.AttestationData, uint64, bool) ([]uint8, error)) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Return ¶
func (c *MockBeaconStateGetAttestationParticipationFlagIndiciesCall) Return(arg0 []uint8, arg1 error) *MockBeaconStateGetAttestationParticipationFlagIndiciesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetAttestingIndiciesCall ¶
MockBeaconStateGetAttestingIndiciesCall wrap *gomock.Call
func (*MockBeaconStateGetAttestingIndiciesCall) Do ¶
func (c *MockBeaconStateGetAttestingIndiciesCall) Do(f func(*solid.Attestation, bool) ([]uint64, error)) *MockBeaconStateGetAttestingIndiciesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetAttestingIndiciesCall) DoAndReturn ¶
func (c *MockBeaconStateGetAttestingIndiciesCall) DoAndReturn(f func(*solid.Attestation, bool) ([]uint64, error)) *MockBeaconStateGetAttestingIndiciesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetAttestingIndiciesCall) Return ¶
func (c *MockBeaconStateGetAttestingIndiciesCall) Return(arg0 []uint64, arg1 error) *MockBeaconStateGetAttestingIndiciesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetBeaconCommiteeCall ¶
MockBeaconStateGetBeaconCommiteeCall wrap *gomock.Call
func (*MockBeaconStateGetBeaconCommiteeCall) Do ¶
func (c *MockBeaconStateGetBeaconCommiteeCall) Do(f func(uint64, uint64) ([]uint64, error)) *MockBeaconStateGetBeaconCommiteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetBeaconCommiteeCall) DoAndReturn ¶
func (c *MockBeaconStateGetBeaconCommiteeCall) DoAndReturn(f func(uint64, uint64) ([]uint64, error)) *MockBeaconStateGetBeaconCommiteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetBeaconCommiteeCall) Return ¶
func (c *MockBeaconStateGetBeaconCommiteeCall) Return(arg0 []uint64, arg1 error) *MockBeaconStateGetBeaconCommiteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetBeaconProposerIndexCall ¶
MockBeaconStateGetBeaconProposerIndexCall wrap *gomock.Call
func (*MockBeaconStateGetBeaconProposerIndexCall) Do ¶
func (c *MockBeaconStateGetBeaconProposerIndexCall) Do(f func() (uint64, error)) *MockBeaconStateGetBeaconProposerIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetBeaconProposerIndexCall) DoAndReturn ¶
func (c *MockBeaconStateGetBeaconProposerIndexCall) DoAndReturn(f func() (uint64, error)) *MockBeaconStateGetBeaconProposerIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetBeaconProposerIndexCall) Return ¶
func (c *MockBeaconStateGetBeaconProposerIndexCall) Return(arg0 uint64, arg1 error) *MockBeaconStateGetBeaconProposerIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetBlockRootAtSlotCall ¶
MockBeaconStateGetBlockRootAtSlotCall wrap *gomock.Call
func (*MockBeaconStateGetBlockRootAtSlotCall) Do ¶
func (c *MockBeaconStateGetBlockRootAtSlotCall) Do(f func(uint64) (common.Hash, error)) *MockBeaconStateGetBlockRootAtSlotCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetBlockRootAtSlotCall) DoAndReturn ¶
func (c *MockBeaconStateGetBlockRootAtSlotCall) DoAndReturn(f func(uint64) (common.Hash, error)) *MockBeaconStateGetBlockRootAtSlotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetBlockRootAtSlotCall) Return ¶
func (c *MockBeaconStateGetBlockRootAtSlotCall) Return(arg0 common.Hash, arg1 error) *MockBeaconStateGetBlockRootAtSlotCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetConsolidationBalanceToConsumeCall ¶
MockBeaconStateGetConsolidationBalanceToConsumeCall wrap *gomock.Call
func (*MockBeaconStateGetConsolidationBalanceToConsumeCall) Do ¶
func (c *MockBeaconStateGetConsolidationBalanceToConsumeCall) Do(f func() uint64) *MockBeaconStateGetConsolidationBalanceToConsumeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetConsolidationBalanceToConsumeCall) DoAndReturn ¶
func (c *MockBeaconStateGetConsolidationBalanceToConsumeCall) DoAndReturn(f func() uint64) *MockBeaconStateGetConsolidationBalanceToConsumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetConsolidationBalanceToConsumeCall) Return ¶
func (c *MockBeaconStateGetConsolidationBalanceToConsumeCall) Return(arg0 uint64) *MockBeaconStateGetConsolidationBalanceToConsumeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetDepositBalanceToConsumeCall ¶
MockBeaconStateGetDepositBalanceToConsumeCall wrap *gomock.Call
func (*MockBeaconStateGetDepositBalanceToConsumeCall) Do ¶
func (c *MockBeaconStateGetDepositBalanceToConsumeCall) Do(f func() uint64) *MockBeaconStateGetDepositBalanceToConsumeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetDepositBalanceToConsumeCall) DoAndReturn ¶
func (c *MockBeaconStateGetDepositBalanceToConsumeCall) DoAndReturn(f func() uint64) *MockBeaconStateGetDepositBalanceToConsumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetDepositBalanceToConsumeCall) Return ¶
func (c *MockBeaconStateGetDepositBalanceToConsumeCall) Return(arg0 uint64) *MockBeaconStateGetDepositBalanceToConsumeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetDepositRequestsStartIndexCall ¶
MockBeaconStateGetDepositRequestsStartIndexCall wrap *gomock.Call
func (*MockBeaconStateGetDepositRequestsStartIndexCall) Do ¶
func (c *MockBeaconStateGetDepositRequestsStartIndexCall) Do(f func() uint64) *MockBeaconStateGetDepositRequestsStartIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetDepositRequestsStartIndexCall) DoAndReturn ¶
func (c *MockBeaconStateGetDepositRequestsStartIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateGetDepositRequestsStartIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetDepositRequestsStartIndexCall) Return ¶
func (c *MockBeaconStateGetDepositRequestsStartIndexCall) Return(arg0 uint64) *MockBeaconStateGetDepositRequestsStartIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetDomainCall ¶
MockBeaconStateGetDomainCall wrap *gomock.Call
func (*MockBeaconStateGetDomainCall) Do ¶
func (c *MockBeaconStateGetDomainCall) Do(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateGetDomainCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetDomainCall) DoAndReturn ¶
func (c *MockBeaconStateGetDomainCall) DoAndReturn(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateGetDomainCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetDomainCall) Return ¶
func (c *MockBeaconStateGetDomainCall) Return(arg0 []byte, arg1 error) *MockBeaconStateGetDomainCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetEarlistConsolidationEpochCall ¶
MockBeaconStateGetEarlistConsolidationEpochCall wrap *gomock.Call
func (*MockBeaconStateGetEarlistConsolidationEpochCall) Do ¶
func (c *MockBeaconStateGetEarlistConsolidationEpochCall) Do(f func() uint64) *MockBeaconStateGetEarlistConsolidationEpochCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetEarlistConsolidationEpochCall) DoAndReturn ¶
func (c *MockBeaconStateGetEarlistConsolidationEpochCall) DoAndReturn(f func() uint64) *MockBeaconStateGetEarlistConsolidationEpochCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetEarlistConsolidationEpochCall) Return ¶
func (c *MockBeaconStateGetEarlistConsolidationEpochCall) Return(arg0 uint64) *MockBeaconStateGetEarlistConsolidationEpochCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetPendingConsolidationsCall ¶
MockBeaconStateGetPendingConsolidationsCall wrap *gomock.Call
func (*MockBeaconStateGetPendingConsolidationsCall) Do ¶
func (c *MockBeaconStateGetPendingConsolidationsCall) Do(f func() *solid.ListSSZ[*solid.PendingConsolidation]) *MockBeaconStateGetPendingConsolidationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetPendingConsolidationsCall) DoAndReturn ¶
func (c *MockBeaconStateGetPendingConsolidationsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingConsolidation]) *MockBeaconStateGetPendingConsolidationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetPendingConsolidationsCall) Return ¶
func (c *MockBeaconStateGetPendingConsolidationsCall) Return(arg0 *solid.ListSSZ[*solid.PendingConsolidation]) *MockBeaconStateGetPendingConsolidationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetPendingDepositsCall ¶
MockBeaconStateGetPendingDepositsCall wrap *gomock.Call
func (*MockBeaconStateGetPendingDepositsCall) Do ¶
func (c *MockBeaconStateGetPendingDepositsCall) Do(f func() *solid.ListSSZ[*solid.PendingDeposit]) *MockBeaconStateGetPendingDepositsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetPendingDepositsCall) DoAndReturn ¶
func (c *MockBeaconStateGetPendingDepositsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingDeposit]) *MockBeaconStateGetPendingDepositsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetPendingDepositsCall) Return ¶
func (c *MockBeaconStateGetPendingDepositsCall) Return(arg0 *solid.ListSSZ[*solid.PendingDeposit]) *MockBeaconStateGetPendingDepositsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetPendingPartialWithdrawalsCall ¶
MockBeaconStateGetPendingPartialWithdrawalsCall wrap *gomock.Call
func (*MockBeaconStateGetPendingPartialWithdrawalsCall) Do ¶
func (c *MockBeaconStateGetPendingPartialWithdrawalsCall) Do(f func() *solid.ListSSZ[*solid.PendingPartialWithdrawal]) *MockBeaconStateGetPendingPartialWithdrawalsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetPendingPartialWithdrawalsCall) DoAndReturn ¶
func (c *MockBeaconStateGetPendingPartialWithdrawalsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingPartialWithdrawal]) *MockBeaconStateGetPendingPartialWithdrawalsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetPendingPartialWithdrawalsCall) Return ¶
func (c *MockBeaconStateGetPendingPartialWithdrawalsCall) Return(arg0 *solid.ListSSZ[*solid.PendingPartialWithdrawal]) *MockBeaconStateGetPendingPartialWithdrawalsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetRandaoMixCall ¶
MockBeaconStateGetRandaoMixCall wrap *gomock.Call
func (*MockBeaconStateGetRandaoMixCall) Do ¶
func (c *MockBeaconStateGetRandaoMixCall) Do(f func(int) [32]byte) *MockBeaconStateGetRandaoMixCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetRandaoMixCall) DoAndReturn ¶
func (c *MockBeaconStateGetRandaoMixCall) DoAndReturn(f func(int) [32]byte) *MockBeaconStateGetRandaoMixCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetRandaoMixCall) Return ¶
func (c *MockBeaconStateGetRandaoMixCall) Return(arg0 [32]byte) *MockBeaconStateGetRandaoMixCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetRandaoMixesCall ¶
MockBeaconStateGetRandaoMixesCall wrap *gomock.Call
func (*MockBeaconStateGetRandaoMixesCall) Do ¶
func (c *MockBeaconStateGetRandaoMixesCall) Do(f func(uint64) [32]byte) *MockBeaconStateGetRandaoMixesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetRandaoMixesCall) DoAndReturn ¶
func (c *MockBeaconStateGetRandaoMixesCall) DoAndReturn(f func(uint64) [32]byte) *MockBeaconStateGetRandaoMixesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetRandaoMixesCall) Return ¶
func (c *MockBeaconStateGetRandaoMixesCall) Return(arg0 [32]byte) *MockBeaconStateGetRandaoMixesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetTotalActiveBalanceCall ¶
MockBeaconStateGetTotalActiveBalanceCall wrap *gomock.Call
func (*MockBeaconStateGetTotalActiveBalanceCall) Do ¶
func (c *MockBeaconStateGetTotalActiveBalanceCall) Do(f func() uint64) *MockBeaconStateGetTotalActiveBalanceCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetTotalActiveBalanceCall) DoAndReturn ¶
func (c *MockBeaconStateGetTotalActiveBalanceCall) DoAndReturn(f func() uint64) *MockBeaconStateGetTotalActiveBalanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetTotalActiveBalanceCall) Return ¶
func (c *MockBeaconStateGetTotalActiveBalanceCall) Return(arg0 uint64) *MockBeaconStateGetTotalActiveBalanceCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetValidatorActivationChurnLimitCall ¶
MockBeaconStateGetValidatorActivationChurnLimitCall wrap *gomock.Call
func (*MockBeaconStateGetValidatorActivationChurnLimitCall) Do ¶
func (c *MockBeaconStateGetValidatorActivationChurnLimitCall) Do(f func() uint64) *MockBeaconStateGetValidatorActivationChurnLimitCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetValidatorActivationChurnLimitCall) DoAndReturn ¶
func (c *MockBeaconStateGetValidatorActivationChurnLimitCall) DoAndReturn(f func() uint64) *MockBeaconStateGetValidatorActivationChurnLimitCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetValidatorActivationChurnLimitCall) Return ¶
func (c *MockBeaconStateGetValidatorActivationChurnLimitCall) Return(arg0 uint64) *MockBeaconStateGetValidatorActivationChurnLimitCall
Return rewrite *gomock.Call.Return
type MockBeaconStateGetValidatorChurnLimitCall ¶
MockBeaconStateGetValidatorChurnLimitCall wrap *gomock.Call
func (*MockBeaconStateGetValidatorChurnLimitCall) Do ¶
func (c *MockBeaconStateGetValidatorChurnLimitCall) Do(f func() uint64) *MockBeaconStateGetValidatorChurnLimitCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateGetValidatorChurnLimitCall) DoAndReturn ¶
func (c *MockBeaconStateGetValidatorChurnLimitCall) DoAndReturn(f func() uint64) *MockBeaconStateGetValidatorChurnLimitCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateGetValidatorChurnLimitCall) Return ¶
func (c *MockBeaconStateGetValidatorChurnLimitCall) Return(arg0 uint64) *MockBeaconStateGetValidatorChurnLimitCall
Return rewrite *gomock.Call.Return
type MockBeaconStateHashSSZCall ¶
MockBeaconStateHashSSZCall wrap *gomock.Call
func (*MockBeaconStateHashSSZCall) Do ¶
func (c *MockBeaconStateHashSSZCall) Do(f func() ([32]byte, error)) *MockBeaconStateHashSSZCall
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 ¶
func (c *MockBeaconStateHashSSZCall) Return(out [32]byte, err error) *MockBeaconStateHashSSZCall
Return rewrite *gomock.Call.Return
type MockBeaconStateInitiateValidatorExitCall ¶
MockBeaconStateInitiateValidatorExitCall wrap *gomock.Call
func (*MockBeaconStateInitiateValidatorExitCall) Do ¶
func (c *MockBeaconStateInitiateValidatorExitCall) Do(f func(uint64) error) *MockBeaconStateInitiateValidatorExitCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateInitiateValidatorExitCall) DoAndReturn ¶
func (c *MockBeaconStateInitiateValidatorExitCall) DoAndReturn(f func(uint64) error) *MockBeaconStateInitiateValidatorExitCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateInitiateValidatorExitCall) Return ¶
func (c *MockBeaconStateInitiateValidatorExitCall) Return(arg0 error) *MockBeaconStateInitiateValidatorExitCall
Return rewrite *gomock.Call.Return
type MockBeaconStateJustificationBitsCall ¶
MockBeaconStateJustificationBitsCall wrap *gomock.Call
func (*MockBeaconStateJustificationBitsCall) Do ¶
func (c *MockBeaconStateJustificationBitsCall) Do(f func() cltypes.JustificationBits) *MockBeaconStateJustificationBitsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateJustificationBitsCall) DoAndReturn ¶
func (c *MockBeaconStateJustificationBitsCall) DoAndReturn(f func() cltypes.JustificationBits) *MockBeaconStateJustificationBitsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateJustificationBitsCall) Return ¶
func (c *MockBeaconStateJustificationBitsCall) Return(arg0 cltypes.JustificationBits) *MockBeaconStateJustificationBitsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateLatestBlockHeaderCall ¶
MockBeaconStateLatestBlockHeaderCall wrap *gomock.Call
func (*MockBeaconStateLatestBlockHeaderCall) Do ¶
func (c *MockBeaconStateLatestBlockHeaderCall) Do(f func() cltypes.BeaconBlockHeader) *MockBeaconStateLatestBlockHeaderCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateLatestBlockHeaderCall) DoAndReturn ¶
func (c *MockBeaconStateLatestBlockHeaderCall) DoAndReturn(f func() cltypes.BeaconBlockHeader) *MockBeaconStateLatestBlockHeaderCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateLatestBlockHeaderCall) Return ¶
func (c *MockBeaconStateLatestBlockHeaderCall) Return(arg0 cltypes.BeaconBlockHeader) *MockBeaconStateLatestBlockHeaderCall
Return rewrite *gomock.Call.Return
type MockBeaconStateLatestExecutionPayloadHeaderCall ¶
MockBeaconStateLatestExecutionPayloadHeaderCall wrap *gomock.Call
func (*MockBeaconStateLatestExecutionPayloadHeaderCall) Do ¶
func (c *MockBeaconStateLatestExecutionPayloadHeaderCall) Do(f func() *cltypes.Eth1Header) *MockBeaconStateLatestExecutionPayloadHeaderCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateLatestExecutionPayloadHeaderCall) DoAndReturn ¶
func (c *MockBeaconStateLatestExecutionPayloadHeaderCall) DoAndReturn(f func() *cltypes.Eth1Header) *MockBeaconStateLatestExecutionPayloadHeaderCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateLatestExecutionPayloadHeaderCall) Return ¶
func (c *MockBeaconStateLatestExecutionPayloadHeaderCall) Return(arg0 *cltypes.Eth1Header) *MockBeaconStateLatestExecutionPayloadHeaderCall
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 ¶
func (mr *MockBeaconStateMockRecorder) AddEth1DataVote(vote any) *MockBeaconStateAddEth1DataVoteCall
AddEth1DataVote indicates an expected call of AddEth1DataVote.
func (*MockBeaconStateMockRecorder) AddHistoricalRoot ¶
func (mr *MockBeaconStateMockRecorder) AddHistoricalRoot(root any) *MockBeaconStateAddHistoricalRootCall
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 ¶
func (mr *MockBeaconStateMockRecorder) AddInactivityScore(score any) *MockBeaconStateAddInactivityScoreCall
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 ¶
func (mr *MockBeaconStateMockRecorder) AppendValidator(in any) *MockBeaconStateAppendValidatorCall
AppendValidator indicates an expected call of AppendValidator.
func (*MockBeaconStateMockRecorder) BaseReward ¶
func (mr *MockBeaconStateMockRecorder) BaseReward(index any) *MockBeaconStateBaseRewardCall
BaseReward indicates an expected call of BaseReward.
func (*MockBeaconStateMockRecorder) BaseRewardPerIncrement ¶
func (mr *MockBeaconStateMockRecorder) BaseRewardPerIncrement() *MockBeaconStateBaseRewardPerIncrementCall
BaseRewardPerIncrement indicates an expected call of BaseRewardPerIncrement.
func (*MockBeaconStateMockRecorder) BeaconConfig ¶
func (mr *MockBeaconStateMockRecorder) BeaconConfig() *MockBeaconStateBeaconConfigCall
BeaconConfig indicates an expected call of BeaconConfig.
func (*MockBeaconStateMockRecorder) BlockRoot ¶
func (mr *MockBeaconStateMockRecorder) BlockRoot() *MockBeaconStateBlockRootCall
BlockRoot indicates an expected call of BlockRoot.
func (*MockBeaconStateMockRecorder) BlockRoots ¶
func (mr *MockBeaconStateMockRecorder) BlockRoots() *MockBeaconStateBlockRootsCall
BlockRoots indicates an expected call of BlockRoots.
func (*MockBeaconStateMockRecorder) Clone ¶
func (mr *MockBeaconStateMockRecorder) Clone() *MockBeaconStateCloneCall
Clone indicates an expected call of Clone.
func (*MockBeaconStateMockRecorder) CommitteeCount ¶
func (mr *MockBeaconStateMockRecorder) CommitteeCount(epoch any) *MockBeaconStateCommitteeCountCall
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 ¶
func (mr *MockBeaconStateMockRecorder) ComputeNextSyncCommittee() *MockBeaconStateComputeNextSyncCommitteeCall
ComputeNextSyncCommittee indicates an expected call of ComputeNextSyncCommittee.
func (*MockBeaconStateMockRecorder) CurrentEpochAttestations ¶
func (mr *MockBeaconStateMockRecorder) CurrentEpochAttestations() *MockBeaconStateCurrentEpochAttestationsCall
CurrentEpochAttestations indicates an expected call of CurrentEpochAttestations.
func (*MockBeaconStateMockRecorder) CurrentEpochAttestationsLength ¶
func (mr *MockBeaconStateMockRecorder) CurrentEpochAttestationsLength() *MockBeaconStateCurrentEpochAttestationsLengthCall
CurrentEpochAttestationsLength indicates an expected call of CurrentEpochAttestationsLength.
func (*MockBeaconStateMockRecorder) CurrentJustifiedCheckpoint ¶
func (mr *MockBeaconStateMockRecorder) CurrentJustifiedCheckpoint() *MockBeaconStateCurrentJustifiedCheckpointCall
CurrentJustifiedCheckpoint indicates an expected call of CurrentJustifiedCheckpoint.
func (*MockBeaconStateMockRecorder) CurrentSyncCommittee ¶
func (mr *MockBeaconStateMockRecorder) CurrentSyncCommittee() *MockBeaconStateCurrentSyncCommitteeCall
CurrentSyncCommittee indicates an expected call of CurrentSyncCommittee.
func (*MockBeaconStateMockRecorder) DebugPrint ¶
func (mr *MockBeaconStateMockRecorder) DebugPrint(prefix any) *MockBeaconStateDebugPrintCall
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 ¶
func (mr *MockBeaconStateMockRecorder) EncodeSSZ(buf any) *MockBeaconStateEncodeSSZCall
EncodeSSZ indicates an expected call of EncodeSSZ.
func (*MockBeaconStateMockRecorder) EncodingSizeSSZ ¶
func (mr *MockBeaconStateMockRecorder) EncodingSizeSSZ() *MockBeaconStateEncodingSizeSSZCall
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 ¶
func (mr *MockBeaconStateMockRecorder) Eth1Data() *MockBeaconStateEth1DataCall
Eth1Data indicates an expected call of Eth1Data.
func (*MockBeaconStateMockRecorder) Eth1DataVotes ¶
func (mr *MockBeaconStateMockRecorder) Eth1DataVotes() *MockBeaconStateEth1DataVotesCall
Eth1DataVotes indicates an expected call of Eth1DataVotes.
func (*MockBeaconStateMockRecorder) Eth1DepositIndex ¶
func (mr *MockBeaconStateMockRecorder) Eth1DepositIndex() *MockBeaconStateEth1DepositIndexCall
Eth1DepositIndex indicates an expected call of Eth1DepositIndex.
func (*MockBeaconStateMockRecorder) FinalizedCheckpoint ¶
func (mr *MockBeaconStateMockRecorder) FinalizedCheckpoint() *MockBeaconStateFinalizedCheckpointCall
FinalizedCheckpoint indicates an expected call of FinalizedCheckpoint.
func (*MockBeaconStateMockRecorder) ForEachBalance ¶
func (mr *MockBeaconStateMockRecorder) ForEachBalance(fn any) *MockBeaconStateForEachBalanceCall
ForEachBalance indicates an expected call of ForEachBalance.
func (*MockBeaconStateMockRecorder) ForEachSlashingSegment ¶
func (mr *MockBeaconStateMockRecorder) ForEachSlashingSegment(fn any) *MockBeaconStateForEachSlashingSegmentCall
ForEachSlashingSegment indicates an expected call of ForEachSlashingSegment.
func (*MockBeaconStateMockRecorder) ForEachValidator ¶
func (mr *MockBeaconStateMockRecorder) ForEachValidator(fn any) *MockBeaconStateForEachValidatorCall
ForEachValidator indicates an expected call of ForEachValidator.
func (*MockBeaconStateMockRecorder) Fork ¶
func (mr *MockBeaconStateMockRecorder) Fork() *MockBeaconStateForkCall
Fork indicates an expected call of Fork.
func (*MockBeaconStateMockRecorder) GenesisTime ¶
func (mr *MockBeaconStateMockRecorder) GenesisTime() *MockBeaconStateGenesisTimeCall
GenesisTime indicates an expected call of GenesisTime.
func (*MockBeaconStateMockRecorder) GenesisValidatorsRoot ¶
func (mr *MockBeaconStateMockRecorder) GenesisValidatorsRoot() *MockBeaconStateGenesisValidatorsRootCall
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 ¶
func (mr *MockBeaconStateMockRecorder) GetBeaconProposerIndex() *MockBeaconStateGetBeaconProposerIndexCall
GetBeaconProposerIndex indicates an expected call of GetBeaconProposerIndex.
func (*MockBeaconStateMockRecorder) GetBlockRootAtSlot ¶
func (mr *MockBeaconStateMockRecorder) GetBlockRootAtSlot(slot any) *MockBeaconStateGetBlockRootAtSlotCall
GetBlockRootAtSlot indicates an expected call of GetBlockRootAtSlot.
func (*MockBeaconStateMockRecorder) GetConsolidationBalanceToConsume ¶
func (mr *MockBeaconStateMockRecorder) GetConsolidationBalanceToConsume() *MockBeaconStateGetConsolidationBalanceToConsumeCall
GetConsolidationBalanceToConsume indicates an expected call of GetConsolidationBalanceToConsume.
func (*MockBeaconStateMockRecorder) GetDepositBalanceToConsume ¶
func (mr *MockBeaconStateMockRecorder) GetDepositBalanceToConsume() *MockBeaconStateGetDepositBalanceToConsumeCall
GetDepositBalanceToConsume indicates an expected call of GetDepositBalanceToConsume.
func (*MockBeaconStateMockRecorder) GetDepositRequestsStartIndex ¶
func (mr *MockBeaconStateMockRecorder) GetDepositRequestsStartIndex() *MockBeaconStateGetDepositRequestsStartIndexCall
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 ¶
func (mr *MockBeaconStateMockRecorder) GetEarlistConsolidationEpoch() *MockBeaconStateGetEarlistConsolidationEpochCall
GetEarlistConsolidationEpoch indicates an expected call of GetEarlistConsolidationEpoch.
func (*MockBeaconStateMockRecorder) GetPendingConsolidations ¶
func (mr *MockBeaconStateMockRecorder) GetPendingConsolidations() *MockBeaconStateGetPendingConsolidationsCall
GetPendingConsolidations indicates an expected call of GetPendingConsolidations.
func (*MockBeaconStateMockRecorder) GetPendingDeposits ¶
func (mr *MockBeaconStateMockRecorder) GetPendingDeposits() *MockBeaconStateGetPendingDepositsCall
GetPendingDeposits indicates an expected call of GetPendingDeposits.
func (*MockBeaconStateMockRecorder) GetPendingPartialWithdrawals ¶
func (mr *MockBeaconStateMockRecorder) GetPendingPartialWithdrawals() *MockBeaconStateGetPendingPartialWithdrawalsCall
GetPendingPartialWithdrawals indicates an expected call of GetPendingPartialWithdrawals.
func (*MockBeaconStateMockRecorder) GetRandaoMix ¶
func (mr *MockBeaconStateMockRecorder) GetRandaoMix(index any) *MockBeaconStateGetRandaoMixCall
GetRandaoMix indicates an expected call of GetRandaoMix.
func (*MockBeaconStateMockRecorder) GetRandaoMixes ¶
func (mr *MockBeaconStateMockRecorder) GetRandaoMixes(epoch any) *MockBeaconStateGetRandaoMixesCall
GetRandaoMixes indicates an expected call of GetRandaoMixes.
func (*MockBeaconStateMockRecorder) GetTotalActiveBalance ¶
func (mr *MockBeaconStateMockRecorder) GetTotalActiveBalance() *MockBeaconStateGetTotalActiveBalanceCall
GetTotalActiveBalance indicates an expected call of GetTotalActiveBalance.
func (*MockBeaconStateMockRecorder) GetValidatorActivationChurnLimit ¶
func (mr *MockBeaconStateMockRecorder) GetValidatorActivationChurnLimit() *MockBeaconStateGetValidatorActivationChurnLimitCall
GetValidatorActivationChurnLimit indicates an expected call of GetValidatorActivationChurnLimit.
func (*MockBeaconStateMockRecorder) GetValidatorChurnLimit ¶
func (mr *MockBeaconStateMockRecorder) GetValidatorChurnLimit() *MockBeaconStateGetValidatorChurnLimitCall
GetValidatorChurnLimit indicates an expected call of GetValidatorChurnLimit.
func (*MockBeaconStateMockRecorder) HashSSZ ¶
func (mr *MockBeaconStateMockRecorder) HashSSZ() *MockBeaconStateHashSSZCall
HashSSZ indicates an expected call of HashSSZ.
func (*MockBeaconStateMockRecorder) InitiateValidatorExit ¶
func (mr *MockBeaconStateMockRecorder) InitiateValidatorExit(index any) *MockBeaconStateInitiateValidatorExitCall
InitiateValidatorExit indicates an expected call of InitiateValidatorExit.
func (*MockBeaconStateMockRecorder) JustificationBits ¶
func (mr *MockBeaconStateMockRecorder) JustificationBits() *MockBeaconStateJustificationBitsCall
JustificationBits indicates an expected call of JustificationBits.
func (*MockBeaconStateMockRecorder) LatestBlockHeader ¶
func (mr *MockBeaconStateMockRecorder) LatestBlockHeader() *MockBeaconStateLatestBlockHeaderCall
LatestBlockHeader indicates an expected call of LatestBlockHeader.
func (*MockBeaconStateMockRecorder) LatestExecutionPayloadHeader ¶
func (mr *MockBeaconStateMockRecorder) LatestExecutionPayloadHeader() *MockBeaconStateLatestExecutionPayloadHeaderCall
LatestExecutionPayloadHeader indicates an expected call of LatestExecutionPayloadHeader.
func (*MockBeaconStateMockRecorder) NextSyncCommittee ¶
func (mr *MockBeaconStateMockRecorder) NextSyncCommittee() *MockBeaconStateNextSyncCommitteeCall
NextSyncCommittee indicates an expected call of NextSyncCommittee.
func (*MockBeaconStateMockRecorder) NextWithdrawalIndex ¶
func (mr *MockBeaconStateMockRecorder) NextWithdrawalIndex() *MockBeaconStateNextWithdrawalIndexCall
NextWithdrawalIndex indicates an expected call of NextWithdrawalIndex.
func (*MockBeaconStateMockRecorder) NextWithdrawalValidatorIndex ¶
func (mr *MockBeaconStateMockRecorder) NextWithdrawalValidatorIndex() *MockBeaconStateNextWithdrawalValidatorIndexCall
NextWithdrawalValidatorIndex indicates an expected call of NextWithdrawalValidatorIndex.
func (*MockBeaconStateMockRecorder) PreviousEpochAttestations ¶
func (mr *MockBeaconStateMockRecorder) PreviousEpochAttestations() *MockBeaconStatePreviousEpochAttestationsCall
PreviousEpochAttestations indicates an expected call of PreviousEpochAttestations.
func (*MockBeaconStateMockRecorder) PreviousEpochAttestationsLength ¶
func (mr *MockBeaconStateMockRecorder) PreviousEpochAttestationsLength() *MockBeaconStatePreviousEpochAttestationsLengthCall
PreviousEpochAttestationsLength indicates an expected call of PreviousEpochAttestationsLength.
func (*MockBeaconStateMockRecorder) PreviousEpochParticipation ¶
func (mr *MockBeaconStateMockRecorder) PreviousEpochParticipation() *MockBeaconStatePreviousEpochParticipationCall
PreviousEpochParticipation indicates an expected call of PreviousEpochParticipation.
func (*MockBeaconStateMockRecorder) PreviousJustifiedCheckpoint ¶
func (mr *MockBeaconStateMockRecorder) PreviousJustifiedCheckpoint() *MockBeaconStatePreviousJustifiedCheckpointCall
PreviousJustifiedCheckpoint indicates an expected call of PreviousJustifiedCheckpoint.
func (*MockBeaconStateMockRecorder) PreviousSlot ¶
func (mr *MockBeaconStateMockRecorder) PreviousSlot() *MockBeaconStatePreviousSlotCall
PreviousSlot indicates an expected call of PreviousSlot.
func (*MockBeaconStateMockRecorder) PreviousStateRoot ¶
func (mr *MockBeaconStateMockRecorder) PreviousStateRoot() *MockBeaconStatePreviousStateRootCall
PreviousStateRoot indicates an expected call of PreviousStateRoot.
func (*MockBeaconStateMockRecorder) RandaoMixes ¶
func (mr *MockBeaconStateMockRecorder) RandaoMixes() *MockBeaconStateRandaoMixesCall
RandaoMixes indicates an expected call of RandaoMixes.
func (*MockBeaconStateMockRecorder) ResetCurrentEpochAttestations ¶
func (mr *MockBeaconStateMockRecorder) ResetCurrentEpochAttestations() *MockBeaconStateResetCurrentEpochAttestationsCall
ResetCurrentEpochAttestations indicates an expected call of ResetCurrentEpochAttestations.
func (*MockBeaconStateMockRecorder) ResetEpochParticipation ¶
func (mr *MockBeaconStateMockRecorder) ResetEpochParticipation() *MockBeaconStateResetEpochParticipationCall
ResetEpochParticipation indicates an expected call of ResetEpochParticipation.
func (*MockBeaconStateMockRecorder) ResetEth1DataVotes ¶
func (mr *MockBeaconStateMockRecorder) ResetEth1DataVotes() *MockBeaconStateResetEth1DataVotesCall
ResetEth1DataVotes indicates an expected call of ResetEth1DataVotes.
func (*MockBeaconStateMockRecorder) ResetHistoricalSummaries ¶
func (mr *MockBeaconStateMockRecorder) ResetHistoricalSummaries() *MockBeaconStateResetHistoricalSummariesCall
ResetHistoricalSummaries indicates an expected call of ResetHistoricalSummaries.
func (*MockBeaconStateMockRecorder) ResetPreviousEpochAttestations ¶
func (mr *MockBeaconStateMockRecorder) ResetPreviousEpochAttestations() *MockBeaconStateResetPreviousEpochAttestationsCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetDepositBalanceToConsume(arg0 any) *MockBeaconStateSetDepositBalanceToConsumeCall
SetDepositBalanceToConsume indicates an expected call of SetDepositBalanceToConsume.
func (*MockBeaconStateMockRecorder) SetDepositRequestsStartIndex ¶
func (mr *MockBeaconStateMockRecorder) SetDepositRequestsStartIndex(arg0 any) *MockBeaconStateSetDepositRequestsStartIndexCall
SetDepositRequestsStartIndex indicates an expected call of SetDepositRequestsStartIndex.
func (*MockBeaconStateMockRecorder) SetEarlistConsolidationEpoch ¶
func (mr *MockBeaconStateMockRecorder) SetEarlistConsolidationEpoch(arg0 any) *MockBeaconStateSetEarlistConsolidationEpochCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetEth1Data(eth1Data any) *MockBeaconStateSetEth1DataCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetFork(fork any) *MockBeaconStateSetForkCall
SetFork indicates an expected call of SetFork.
func (*MockBeaconStateMockRecorder) SetInactivityScores ¶
func (mr *MockBeaconStateMockRecorder) SetInactivityScores(scores any) *MockBeaconStateSetInactivityScoresCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetLatestBlockHeader(header any) *MockBeaconStateSetLatestBlockHeaderCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetNextWithdrawalIndex(index any) *MockBeaconStateSetNextWithdrawalIndexCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetPendingDeposits(arg0 any) *MockBeaconStateSetPendingDepositsCall
SetPendingDeposits indicates an expected call of SetPendingDeposits.
func (*MockBeaconStateMockRecorder) SetPendingPartialWithdrawals ¶
func (mr *MockBeaconStateMockRecorder) SetPendingPartialWithdrawals(arg0 any) *MockBeaconStateSetPendingPartialWithdrawalsCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetPreviousStateRoot(root any) *MockBeaconStateSetPreviousStateRootCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetSlot(slot any) *MockBeaconStateSetSlotCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SetVersion(version any) *MockBeaconStateSetVersionCall
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 ¶
func (mr *MockBeaconStateMockRecorder) SlashingSegmentAt(pos any) *MockBeaconStateSlashingSegmentAtCall
SlashingSegmentAt indicates an expected call of SlashingSegmentAt.
func (*MockBeaconStateMockRecorder) Slot ¶
func (mr *MockBeaconStateMockRecorder) Slot() *MockBeaconStateSlotCall
Slot indicates an expected call of Slot.
func (*MockBeaconStateMockRecorder) StateRoots ¶
func (mr *MockBeaconStateMockRecorder) StateRoots() *MockBeaconStateStateRootsCall
StateRoots indicates an expected call of StateRoots.
func (*MockBeaconStateMockRecorder) SyncRewards ¶
func (mr *MockBeaconStateMockRecorder) SyncRewards() *MockBeaconStateSyncRewardsCall
SyncRewards indicates an expected call of SyncRewards.
func (*MockBeaconStateMockRecorder) UpgradeToAltair ¶
func (mr *MockBeaconStateMockRecorder) UpgradeToAltair() *MockBeaconStateUpgradeToAltairCall
UpgradeToAltair indicates an expected call of UpgradeToAltair.
func (*MockBeaconStateMockRecorder) UpgradeToBellatrix ¶
func (mr *MockBeaconStateMockRecorder) UpgradeToBellatrix() *MockBeaconStateUpgradeToBellatrixCall
UpgradeToBellatrix indicates an expected call of UpgradeToBellatrix.
func (*MockBeaconStateMockRecorder) UpgradeToCapella ¶
func (mr *MockBeaconStateMockRecorder) UpgradeToCapella() *MockBeaconStateUpgradeToCapellaCall
UpgradeToCapella indicates an expected call of UpgradeToCapella.
func (*MockBeaconStateMockRecorder) UpgradeToDeneb ¶
func (mr *MockBeaconStateMockRecorder) UpgradeToDeneb() *MockBeaconStateUpgradeToDenebCall
UpgradeToDeneb indicates an expected call of UpgradeToDeneb.
func (*MockBeaconStateMockRecorder) UpgradeToElectra ¶
func (mr *MockBeaconStateMockRecorder) UpgradeToElectra() *MockBeaconStateUpgradeToElectraCall
UpgradeToElectra indicates an expected call of UpgradeToElectra.
func (*MockBeaconStateMockRecorder) ValidatorBalance ¶
func (mr *MockBeaconStateMockRecorder) ValidatorBalance(index any) *MockBeaconStateValidatorBalanceCall
ValidatorBalance indicates an expected call of ValidatorBalance.
func (*MockBeaconStateMockRecorder) ValidatorEffectiveBalance ¶
func (mr *MockBeaconStateMockRecorder) ValidatorEffectiveBalance(index any) *MockBeaconStateValidatorEffectiveBalanceCall
ValidatorEffectiveBalance indicates an expected call of ValidatorEffectiveBalance.
func (*MockBeaconStateMockRecorder) ValidatorExitEpoch ¶
func (mr *MockBeaconStateMockRecorder) ValidatorExitEpoch(index any) *MockBeaconStateValidatorExitEpochCall
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 ¶
func (mr *MockBeaconStateMockRecorder) ValidatorInactivityScore(index any) *MockBeaconStateValidatorInactivityScoreCall
ValidatorInactivityScore indicates an expected call of ValidatorInactivityScore.
func (*MockBeaconStateMockRecorder) ValidatorIndexByPubkey ¶
func (mr *MockBeaconStateMockRecorder) ValidatorIndexByPubkey(key any) *MockBeaconStateValidatorIndexByPubkeyCall
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 ¶
func (mr *MockBeaconStateMockRecorder) ValidatorLength() *MockBeaconStateValidatorLengthCall
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 ¶
func (mr *MockBeaconStateMockRecorder) ValidatorSet() *MockBeaconStateValidatorSetCall
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 ¶
func (mr *MockBeaconStateMockRecorder) Version() *MockBeaconStateVersionCall
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 ¶
func (m *MockBeaconStateMutator) EXPECT() *MockBeaconStateMutatorMockRecorder
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 ¶
MockBeaconStateMutatorAddCurrentEpochAtteastationCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Do ¶
func (c *MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddCurrentEpochAtteastationCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddCurrentEpochAtteastationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Return ¶
func (c *MockBeaconStateMutatorAddCurrentEpochAtteastationCall) Return() *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall ¶
MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddEth1DataVoteCall ¶
MockBeaconStateMutatorAddEth1DataVoteCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddEth1DataVoteCall) Do ¶
func (c *MockBeaconStateMutatorAddEth1DataVoteCall) Do(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorAddEth1DataVoteCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddEth1DataVoteCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddEth1DataVoteCall) DoAndReturn(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorAddEth1DataVoteCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddEth1DataVoteCall) Return ¶
func (c *MockBeaconStateMutatorAddEth1DataVoteCall) Return() *MockBeaconStateMutatorAddEth1DataVoteCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddHistoricalRootCall ¶
MockBeaconStateMutatorAddHistoricalRootCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddHistoricalRootCall) Do ¶
func (c *MockBeaconStateMutatorAddHistoricalRootCall) Do(f func(common.Hash)) *MockBeaconStateMutatorAddHistoricalRootCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddHistoricalRootCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddHistoricalRootCall) DoAndReturn(f func(common.Hash)) *MockBeaconStateMutatorAddHistoricalRootCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddHistoricalRootCall) Return ¶
func (c *MockBeaconStateMutatorAddHistoricalRootCall) Return() *MockBeaconStateMutatorAddHistoricalRootCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddHistoricalSummaryCall ¶
MockBeaconStateMutatorAddHistoricalSummaryCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddHistoricalSummaryCall) Do ¶
func (c *MockBeaconStateMutatorAddHistoricalSummaryCall) Do(f func(*cltypes.HistoricalSummary)) *MockBeaconStateMutatorAddHistoricalSummaryCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddHistoricalSummaryCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddHistoricalSummaryCall) DoAndReturn(f func(*cltypes.HistoricalSummary)) *MockBeaconStateMutatorAddHistoricalSummaryCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddHistoricalSummaryCall) Return ¶
func (c *MockBeaconStateMutatorAddHistoricalSummaryCall) Return() *MockBeaconStateMutatorAddHistoricalSummaryCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddInactivityScoreCall ¶
MockBeaconStateMutatorAddInactivityScoreCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddInactivityScoreCall) Do ¶
func (c *MockBeaconStateMutatorAddInactivityScoreCall) Do(f func(uint64)) *MockBeaconStateMutatorAddInactivityScoreCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddInactivityScoreCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddInactivityScoreCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorAddInactivityScoreCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddInactivityScoreCall) Return ¶
func (c *MockBeaconStateMutatorAddInactivityScoreCall) Return() *MockBeaconStateMutatorAddInactivityScoreCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddPreviousEpochAttestationCall ¶
MockBeaconStateMutatorAddPreviousEpochAttestationCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddPreviousEpochAttestationCall) Do ¶
func (c *MockBeaconStateMutatorAddPreviousEpochAttestationCall) Do(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddPreviousEpochAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddPreviousEpochAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddPreviousEpochAttestationCall) DoAndReturn(f func(*solid.PendingAttestation)) *MockBeaconStateMutatorAddPreviousEpochAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddPreviousEpochAttestationCall) Return ¶
func (c *MockBeaconStateMutatorAddPreviousEpochAttestationCall) Return() *MockBeaconStateMutatorAddPreviousEpochAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddPreviousEpochParticipationAtCall ¶
MockBeaconStateMutatorAddPreviousEpochParticipationAtCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Do ¶
func (c *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Do(f func(int, byte)) *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) DoAndReturn(f func(int, byte)) *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Return ¶
func (c *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall) Return() *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall ¶
MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Do(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) DoAndReturn(f func(cltypes.ParticipationFlags)) *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAddValidatorCall ¶
MockBeaconStateMutatorAddValidatorCall wrap *gomock.Call
func (*MockBeaconStateMutatorAddValidatorCall) Do ¶
func (c *MockBeaconStateMutatorAddValidatorCall) Do(f func(solid.Validator, uint64)) *MockBeaconStateMutatorAddValidatorCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAddValidatorCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAddValidatorCall) DoAndReturn(f func(solid.Validator, uint64)) *MockBeaconStateMutatorAddValidatorCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAddValidatorCall) Return ¶
func (c *MockBeaconStateMutatorAddValidatorCall) Return() *MockBeaconStateMutatorAddValidatorCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAppendPendingConsolidationCall ¶
MockBeaconStateMutatorAppendPendingConsolidationCall wrap *gomock.Call
func (*MockBeaconStateMutatorAppendPendingConsolidationCall) Do ¶
func (c *MockBeaconStateMutatorAppendPendingConsolidationCall) Do(f func(*solid.PendingConsolidation)) *MockBeaconStateMutatorAppendPendingConsolidationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAppendPendingConsolidationCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAppendPendingConsolidationCall) DoAndReturn(f func(*solid.PendingConsolidation)) *MockBeaconStateMutatorAppendPendingConsolidationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAppendPendingConsolidationCall) Return ¶
func (c *MockBeaconStateMutatorAppendPendingConsolidationCall) Return() *MockBeaconStateMutatorAppendPendingConsolidationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAppendPendingDepositCall ¶
MockBeaconStateMutatorAppendPendingDepositCall wrap *gomock.Call
func (*MockBeaconStateMutatorAppendPendingDepositCall) Do ¶
func (c *MockBeaconStateMutatorAppendPendingDepositCall) Do(f func(*solid.PendingDeposit)) *MockBeaconStateMutatorAppendPendingDepositCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAppendPendingDepositCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAppendPendingDepositCall) DoAndReturn(f func(*solid.PendingDeposit)) *MockBeaconStateMutatorAppendPendingDepositCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAppendPendingDepositCall) Return ¶
func (c *MockBeaconStateMutatorAppendPendingDepositCall) Return() *MockBeaconStateMutatorAppendPendingDepositCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAppendPendingPartialWithdrawalCall ¶
MockBeaconStateMutatorAppendPendingPartialWithdrawalCall wrap *gomock.Call
func (*MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Do ¶
func (c *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Do(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) DoAndReturn(f func(*solid.PendingPartialWithdrawal)) *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Return ¶
func (c *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall) Return() *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorAppendValidatorCall ¶
MockBeaconStateMutatorAppendValidatorCall wrap *gomock.Call
func (*MockBeaconStateMutatorAppendValidatorCall) Do ¶
func (c *MockBeaconStateMutatorAppendValidatorCall) Do(f func(solid.Validator)) *MockBeaconStateMutatorAppendValidatorCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorAppendValidatorCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorAppendValidatorCall) DoAndReturn(f func(solid.Validator)) *MockBeaconStateMutatorAppendValidatorCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorAppendValidatorCall) Return ¶
func (c *MockBeaconStateMutatorAppendValidatorCall) Return() *MockBeaconStateMutatorAppendValidatorCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddCurrentEpochAtteastation(attestation any) *MockBeaconStateMutatorAddCurrentEpochAtteastationCall
AddCurrentEpochAtteastation indicates an expected call of AddCurrentEpochAtteastation.
func (*MockBeaconStateMutatorMockRecorder) AddCurrentEpochParticipationFlags ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddCurrentEpochParticipationFlags(flags any) *MockBeaconStateMutatorAddCurrentEpochParticipationFlagsCall
AddCurrentEpochParticipationFlags indicates an expected call of AddCurrentEpochParticipationFlags.
func (*MockBeaconStateMutatorMockRecorder) AddEth1DataVote ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddEth1DataVote(vote any) *MockBeaconStateMutatorAddEth1DataVoteCall
AddEth1DataVote indicates an expected call of AddEth1DataVote.
func (*MockBeaconStateMutatorMockRecorder) AddHistoricalRoot ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddHistoricalRoot(root any) *MockBeaconStateMutatorAddHistoricalRootCall
AddHistoricalRoot indicates an expected call of AddHistoricalRoot.
func (*MockBeaconStateMutatorMockRecorder) AddHistoricalSummary ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddHistoricalSummary(summary any) *MockBeaconStateMutatorAddHistoricalSummaryCall
AddHistoricalSummary indicates an expected call of AddHistoricalSummary.
func (*MockBeaconStateMutatorMockRecorder) AddInactivityScore ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddInactivityScore(score any) *MockBeaconStateMutatorAddInactivityScoreCall
AddInactivityScore indicates an expected call of AddInactivityScore.
func (*MockBeaconStateMutatorMockRecorder) AddPreviousEpochAttestation ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddPreviousEpochAttestation(attestation any) *MockBeaconStateMutatorAddPreviousEpochAttestationCall
AddPreviousEpochAttestation indicates an expected call of AddPreviousEpochAttestation.
func (*MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationAt ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationAt(index, delta any) *MockBeaconStateMutatorAddPreviousEpochParticipationAtCall
AddPreviousEpochParticipationAt indicates an expected call of AddPreviousEpochParticipationAt.
func (*MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationFlags ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddPreviousEpochParticipationFlags(flags any) *MockBeaconStateMutatorAddPreviousEpochParticipationFlagsCall
AddPreviousEpochParticipationFlags indicates an expected call of AddPreviousEpochParticipationFlags.
func (*MockBeaconStateMutatorMockRecorder) AddValidator ¶
func (mr *MockBeaconStateMutatorMockRecorder) AddValidator(validator, balance any) *MockBeaconStateMutatorAddValidatorCall
AddValidator indicates an expected call of AddValidator.
func (*MockBeaconStateMutatorMockRecorder) AppendPendingConsolidation ¶
func (mr *MockBeaconStateMutatorMockRecorder) AppendPendingConsolidation(consolidation any) *MockBeaconStateMutatorAppendPendingConsolidationCall
AppendPendingConsolidation indicates an expected call of AppendPendingConsolidation.
func (*MockBeaconStateMutatorMockRecorder) AppendPendingDeposit ¶
func (mr *MockBeaconStateMutatorMockRecorder) AppendPendingDeposit(deposit any) *MockBeaconStateMutatorAppendPendingDepositCall
AppendPendingDeposit indicates an expected call of AppendPendingDeposit.
func (*MockBeaconStateMutatorMockRecorder) AppendPendingPartialWithdrawal ¶
func (mr *MockBeaconStateMutatorMockRecorder) AppendPendingPartialWithdrawal(withdrawal any) *MockBeaconStateMutatorAppendPendingPartialWithdrawalCall
AppendPendingPartialWithdrawal indicates an expected call of AppendPendingPartialWithdrawal.
func (*MockBeaconStateMutatorMockRecorder) AppendValidator ¶
func (mr *MockBeaconStateMutatorMockRecorder) AppendValidator(in any) *MockBeaconStateMutatorAppendValidatorCall
AppendValidator indicates an expected call of AppendValidator.
func (*MockBeaconStateMutatorMockRecorder) ResetCurrentEpochAttestations ¶
func (mr *MockBeaconStateMutatorMockRecorder) ResetCurrentEpochAttestations() *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
ResetCurrentEpochAttestations indicates an expected call of ResetCurrentEpochAttestations.
func (*MockBeaconStateMutatorMockRecorder) ResetEpochParticipation ¶
func (mr *MockBeaconStateMutatorMockRecorder) ResetEpochParticipation() *MockBeaconStateMutatorResetEpochParticipationCall
ResetEpochParticipation indicates an expected call of ResetEpochParticipation.
func (*MockBeaconStateMutatorMockRecorder) ResetEth1DataVotes ¶
func (mr *MockBeaconStateMutatorMockRecorder) ResetEth1DataVotes() *MockBeaconStateMutatorResetEth1DataVotesCall
ResetEth1DataVotes indicates an expected call of ResetEth1DataVotes.
func (*MockBeaconStateMutatorMockRecorder) ResetHistoricalSummaries ¶
func (mr *MockBeaconStateMutatorMockRecorder) ResetHistoricalSummaries() *MockBeaconStateMutatorResetHistoricalSummariesCall
ResetHistoricalSummaries indicates an expected call of ResetHistoricalSummaries.
func (*MockBeaconStateMutatorMockRecorder) ResetPreviousEpochAttestations ¶
func (mr *MockBeaconStateMutatorMockRecorder) ResetPreviousEpochAttestations() *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetBlockRootAt(index, root any) *MockBeaconStateMutatorSetBlockRootAtCall
SetBlockRootAt indicates an expected call of SetBlockRootAt.
func (*MockBeaconStateMutatorMockRecorder) SetConsolidationBalanceToConsume ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetConsolidationBalanceToConsume(arg0 any) *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
SetConsolidationBalanceToConsume indicates an expected call of SetConsolidationBalanceToConsume.
func (*MockBeaconStateMutatorMockRecorder) SetCurrentEpochParticipationFlags ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetCurrentEpochParticipationFlags(flags any) *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetDepositBalanceToConsume(arg0 any) *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
SetDepositBalanceToConsume indicates an expected call of SetDepositBalanceToConsume.
func (*MockBeaconStateMutatorMockRecorder) SetDepositRequestsStartIndex ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetDepositRequestsStartIndex(arg0 any) *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
SetDepositRequestsStartIndex indicates an expected call of SetDepositRequestsStartIndex.
func (*MockBeaconStateMutatorMockRecorder) SetEarlistConsolidationEpoch ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetEarlistConsolidationEpoch(arg0 any) *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetEth1Data(eth1Data any) *MockBeaconStateMutatorSetEth1DataCall
SetEth1Data indicates an expected call of SetEth1Data.
func (*MockBeaconStateMutatorMockRecorder) SetEth1DepositIndex ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetEth1DepositIndex(eth1DepositIndex any) *MockBeaconStateMutatorSetEth1DepositIndexCall
SetEth1DepositIndex indicates an expected call of SetEth1DepositIndex.
func (*MockBeaconStateMutatorMockRecorder) SetExitEpochForValidatorAtIndex ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetExitEpochForValidatorAtIndex(index, epoch any) *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetFork(fork any) *MockBeaconStateMutatorSetForkCall
SetFork indicates an expected call of SetFork.
func (*MockBeaconStateMutatorMockRecorder) SetInactivityScores ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetInactivityScores(scores any) *MockBeaconStateMutatorSetInactivityScoresCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetLatestBlockHeader(header any) *MockBeaconStateMutatorSetLatestBlockHeaderCall
SetLatestBlockHeader indicates an expected call of SetLatestBlockHeader.
func (*MockBeaconStateMutatorMockRecorder) SetLatestExecutionPayloadHeader ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetLatestExecutionPayloadHeader(header any) *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetNextWithdrawalIndex(index any) *MockBeaconStateMutatorSetNextWithdrawalIndexCall
SetNextWithdrawalIndex indicates an expected call of SetNextWithdrawalIndex.
func (*MockBeaconStateMutatorMockRecorder) SetNextWithdrawalValidatorIndex ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetNextWithdrawalValidatorIndex(index any) *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
SetNextWithdrawalValidatorIndex indicates an expected call of SetNextWithdrawalValidatorIndex.
func (*MockBeaconStateMutatorMockRecorder) SetPendingConsolidations ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetPendingConsolidations(consolidations any) *MockBeaconStateMutatorSetPendingConsolidationsCall
SetPendingConsolidations indicates an expected call of SetPendingConsolidations.
func (*MockBeaconStateMutatorMockRecorder) SetPendingDeposits ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetPendingDeposits(arg0 any) *MockBeaconStateMutatorSetPendingDepositsCall
SetPendingDeposits indicates an expected call of SetPendingDeposits.
func (*MockBeaconStateMutatorMockRecorder) SetPendingPartialWithdrawals ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetPendingPartialWithdrawals(arg0 any) *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
SetPendingPartialWithdrawals indicates an expected call of SetPendingPartialWithdrawals.
func (*MockBeaconStateMutatorMockRecorder) SetPreviousEpochAttestations ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetPreviousEpochAttestations(attestations any) *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
SetPreviousEpochAttestations indicates an expected call of SetPreviousEpochAttestations.
func (*MockBeaconStateMutatorMockRecorder) SetPreviousEpochParticipationFlags ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetPreviousEpochParticipationFlags(flags any) *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetRandaoMixAt(index, mix any) *MockBeaconStateMutatorSetRandaoMixAtCall
SetRandaoMixAt indicates an expected call of SetRandaoMixAt.
func (*MockBeaconStateMutatorMockRecorder) SetSlashingSegmentAt ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetSlashingSegmentAt(index, segment any) *MockBeaconStateMutatorSetSlashingSegmentAtCall
SetSlashingSegmentAt indicates an expected call of SetSlashingSegmentAt.
func (*MockBeaconStateMutatorMockRecorder) SetSlot ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetSlot(slot any) *MockBeaconStateMutatorSetSlotCall
SetSlot indicates an expected call of SetSlot.
func (*MockBeaconStateMutatorMockRecorder) SetStateRootAt ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetStateRootAt(index, root any) *MockBeaconStateMutatorSetStateRootAtCall
SetStateRootAt indicates an expected call of SetStateRootAt.
func (*MockBeaconStateMutatorMockRecorder) SetValidatorAtIndex ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorAtIndex(index, validator any) *MockBeaconStateMutatorSetValidatorAtIndexCall
SetValidatorAtIndex indicates an expected call of SetValidatorAtIndex.
func (*MockBeaconStateMutatorMockRecorder) SetValidatorBalance ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorBalance(index, balance any) *MockBeaconStateMutatorSetValidatorBalanceCall
SetValidatorBalance indicates an expected call of SetValidatorBalance.
func (*MockBeaconStateMutatorMockRecorder) SetValidatorInactivityScore ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorInactivityScore(index, score any) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
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 ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetValidatorSlashed(index, slashed any) *MockBeaconStateMutatorSetValidatorSlashedCall
SetValidatorSlashed indicates an expected call of SetValidatorSlashed.
func (*MockBeaconStateMutatorMockRecorder) SetVersion ¶
func (mr *MockBeaconStateMutatorMockRecorder) SetVersion(version any) *MockBeaconStateMutatorSetVersionCall
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 ¶
MockBeaconStateMutatorResetCurrentEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Do ¶
func (c *MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Do(f func()) *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorResetCurrentEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorResetCurrentEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Return ¶
func (c *MockBeaconStateMutatorResetCurrentEpochAttestationsCall) Return() *MockBeaconStateMutatorResetCurrentEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorResetEpochParticipationCall ¶
MockBeaconStateMutatorResetEpochParticipationCall wrap *gomock.Call
func (*MockBeaconStateMutatorResetEpochParticipationCall) Do ¶
func (c *MockBeaconStateMutatorResetEpochParticipationCall) Do(f func()) *MockBeaconStateMutatorResetEpochParticipationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorResetEpochParticipationCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorResetEpochParticipationCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetEpochParticipationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorResetEpochParticipationCall) Return ¶
func (c *MockBeaconStateMutatorResetEpochParticipationCall) Return() *MockBeaconStateMutatorResetEpochParticipationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorResetEth1DataVotesCall ¶
MockBeaconStateMutatorResetEth1DataVotesCall wrap *gomock.Call
func (*MockBeaconStateMutatorResetEth1DataVotesCall) Do ¶
func (c *MockBeaconStateMutatorResetEth1DataVotesCall) Do(f func()) *MockBeaconStateMutatorResetEth1DataVotesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorResetEth1DataVotesCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorResetEth1DataVotesCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetEth1DataVotesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorResetEth1DataVotesCall) Return ¶
func (c *MockBeaconStateMutatorResetEth1DataVotesCall) Return() *MockBeaconStateMutatorResetEth1DataVotesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorResetHistoricalSummariesCall ¶
MockBeaconStateMutatorResetHistoricalSummariesCall wrap *gomock.Call
func (*MockBeaconStateMutatorResetHistoricalSummariesCall) Do ¶
func (c *MockBeaconStateMutatorResetHistoricalSummariesCall) Do(f func()) *MockBeaconStateMutatorResetHistoricalSummariesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorResetHistoricalSummariesCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorResetHistoricalSummariesCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetHistoricalSummariesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorResetHistoricalSummariesCall) Return ¶
func (c *MockBeaconStateMutatorResetHistoricalSummariesCall) Return() *MockBeaconStateMutatorResetHistoricalSummariesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorResetPreviousEpochAttestationsCall ¶
MockBeaconStateMutatorResetPreviousEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Do ¶
func (c *MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Do(f func()) *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorResetPreviousEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorResetPreviousEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Return ¶
func (c *MockBeaconStateMutatorResetPreviousEpochAttestationsCall) Return() *MockBeaconStateMutatorResetPreviousEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall ¶
type MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall struct {
*gomock.Call
}
MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetActivationEligibilityEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall ¶
MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetActivationEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetBlockRootAtCall ¶
MockBeaconStateMutatorSetBlockRootAtCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetBlockRootAtCall) Do ¶
func (c *MockBeaconStateMutatorSetBlockRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetBlockRootAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetBlockRootAtCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetBlockRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetBlockRootAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetBlockRootAtCall) Return ¶
func (c *MockBeaconStateMutatorSetBlockRootAtCall) Return() *MockBeaconStateMutatorSetBlockRootAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall ¶
MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Do ¶
func (c *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Return ¶
func (c *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall) Return() *MockBeaconStateMutatorSetConsolidationBalanceToConsumeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall ¶
MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorSetCurrentEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall ¶
MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Do ¶
func (c *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Return ¶
func (c *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall) Return() *MockBeaconStateMutatorSetCurrentJustifiedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetCurrentSyncCommitteeCall ¶
MockBeaconStateMutatorSetCurrentSyncCommitteeCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Do ¶
func (c *MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetCurrentSyncCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetCurrentSyncCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetCurrentSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetCurrentSyncCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Return ¶
func (c *MockBeaconStateMutatorSetCurrentSyncCommitteeCall) Return() *MockBeaconStateMutatorSetCurrentSyncCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetDepositBalanceToConsumeCall ¶
MockBeaconStateMutatorSetDepositBalanceToConsumeCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Do ¶
func (c *MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetDepositBalanceToConsumeCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetDepositBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Return ¶
func (c *MockBeaconStateMutatorSetDepositBalanceToConsumeCall) Return() *MockBeaconStateMutatorSetDepositBalanceToConsumeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetDepositRequestsStartIndexCall ¶
MockBeaconStateMutatorSetDepositRequestsStartIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetDepositRequestsStartIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetDepositRequestsStartIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetDepositRequestsStartIndexCall) Return() *MockBeaconStateMutatorSetDepositRequestsStartIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetEarlistConsolidationEpochCall ¶
MockBeaconStateMutatorSetEarlistConsolidationEpochCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Do ¶
func (c *MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Do(f func(uint64)) *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetEarlistConsolidationEpochCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetEarlistConsolidationEpochCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Return ¶
func (c *MockBeaconStateMutatorSetEarlistConsolidationEpochCall) Return() *MockBeaconStateMutatorSetEarlistConsolidationEpochCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall ¶
MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetEffectiveBalanceForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall ¶
MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Do(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) DoAndReturn(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall) Return() *MockBeaconStateMutatorSetEpochParticipationForValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetEth1DataCall ¶
MockBeaconStateMutatorSetEth1DataCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetEth1DataCall) Do ¶
func (c *MockBeaconStateMutatorSetEth1DataCall) Do(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorSetEth1DataCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetEth1DataCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetEth1DataCall) DoAndReturn(f func(*cltypes.Eth1Data)) *MockBeaconStateMutatorSetEth1DataCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetEth1DataCall) Return ¶
func (c *MockBeaconStateMutatorSetEth1DataCall) Return() *MockBeaconStateMutatorSetEth1DataCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetEth1DepositIndexCall ¶
MockBeaconStateMutatorSetEth1DepositIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetEth1DepositIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetEth1DepositIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetEth1DepositIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetEth1DepositIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetEth1DepositIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetEth1DepositIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetEth1DepositIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetEth1DepositIndexCall) Return() *MockBeaconStateMutatorSetEth1DepositIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall ¶
MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetExitEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetFinalizedCheckpointCall ¶
MockBeaconStateMutatorSetFinalizedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetFinalizedCheckpointCall) Do ¶
func (c *MockBeaconStateMutatorSetFinalizedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetFinalizedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetFinalizedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetFinalizedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetFinalizedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetFinalizedCheckpointCall) Return ¶
func (c *MockBeaconStateMutatorSetFinalizedCheckpointCall) Return() *MockBeaconStateMutatorSetFinalizedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetForkCall ¶
MockBeaconStateMutatorSetForkCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetForkCall) Do ¶
func (c *MockBeaconStateMutatorSetForkCall) Do(f func(*cltypes.Fork)) *MockBeaconStateMutatorSetForkCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetForkCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetForkCall) DoAndReturn(f func(*cltypes.Fork)) *MockBeaconStateMutatorSetForkCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetForkCall) Return ¶
func (c *MockBeaconStateMutatorSetForkCall) Return() *MockBeaconStateMutatorSetForkCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetInactivityScoresCall ¶
MockBeaconStateMutatorSetInactivityScoresCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetInactivityScoresCall) Do ¶
func (c *MockBeaconStateMutatorSetInactivityScoresCall) Do(f func([]uint64)) *MockBeaconStateMutatorSetInactivityScoresCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetInactivityScoresCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetInactivityScoresCall) DoAndReturn(f func([]uint64)) *MockBeaconStateMutatorSetInactivityScoresCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetInactivityScoresCall) Return ¶
func (c *MockBeaconStateMutatorSetInactivityScoresCall) Return() *MockBeaconStateMutatorSetInactivityScoresCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetJustificationBitsCall ¶
MockBeaconStateMutatorSetJustificationBitsCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetJustificationBitsCall) Do ¶
func (c *MockBeaconStateMutatorSetJustificationBitsCall) Do(f func(cltypes.JustificationBits)) *MockBeaconStateMutatorSetJustificationBitsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetJustificationBitsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetJustificationBitsCall) DoAndReturn(f func(cltypes.JustificationBits)) *MockBeaconStateMutatorSetJustificationBitsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetJustificationBitsCall) Return ¶
func (c *MockBeaconStateMutatorSetJustificationBitsCall) Return() *MockBeaconStateMutatorSetJustificationBitsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetLatestBlockHeaderCall ¶
MockBeaconStateMutatorSetLatestBlockHeaderCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetLatestBlockHeaderCall) Do ¶
func (c *MockBeaconStateMutatorSetLatestBlockHeaderCall) Do(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateMutatorSetLatestBlockHeaderCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetLatestBlockHeaderCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetLatestBlockHeaderCall) DoAndReturn(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateMutatorSetLatestBlockHeaderCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetLatestBlockHeaderCall) Return ¶
func (c *MockBeaconStateMutatorSetLatestBlockHeaderCall) Return() *MockBeaconStateMutatorSetLatestBlockHeaderCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall ¶
MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Do ¶
func (c *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Do(f func(*cltypes.Eth1Header)) *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) DoAndReturn(f func(*cltypes.Eth1Header)) *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Return ¶
func (c *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall) Return() *MockBeaconStateMutatorSetLatestExecutionPayloadHeaderCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetNextSyncCommitteeCall ¶
MockBeaconStateMutatorSetNextSyncCommitteeCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetNextSyncCommitteeCall) Do ¶
func (c *MockBeaconStateMutatorSetNextSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetNextSyncCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetNextSyncCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetNextSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateMutatorSetNextSyncCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetNextSyncCommitteeCall) Return ¶
func (c *MockBeaconStateMutatorSetNextSyncCommitteeCall) Return() *MockBeaconStateMutatorSetNextSyncCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetNextWithdrawalIndexCall ¶
MockBeaconStateMutatorSetNextWithdrawalIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetNextWithdrawalIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetNextWithdrawalIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetNextWithdrawalIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetNextWithdrawalIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetNextWithdrawalIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetNextWithdrawalIndexCall) Return() *MockBeaconStateMutatorSetNextWithdrawalIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall ¶
MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Do(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall) Return() *MockBeaconStateMutatorSetNextWithdrawalValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetPendingConsolidationsCall ¶
MockBeaconStateMutatorSetPendingConsolidationsCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetPendingConsolidationsCall) Do ¶
func (c *MockBeaconStateMutatorSetPendingConsolidationsCall) Do(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateMutatorSetPendingConsolidationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetPendingConsolidationsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetPendingConsolidationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateMutatorSetPendingConsolidationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetPendingConsolidationsCall) Return ¶
func (c *MockBeaconStateMutatorSetPendingConsolidationsCall) Return() *MockBeaconStateMutatorSetPendingConsolidationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetPendingDepositsCall ¶
MockBeaconStateMutatorSetPendingDepositsCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetPendingDepositsCall) Do ¶
func (c *MockBeaconStateMutatorSetPendingDepositsCall) Do(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateMutatorSetPendingDepositsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetPendingDepositsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetPendingDepositsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateMutatorSetPendingDepositsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetPendingDepositsCall) Return ¶
func (c *MockBeaconStateMutatorSetPendingDepositsCall) Return() *MockBeaconStateMutatorSetPendingDepositsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetPendingPartialWithdrawalsCall ¶
MockBeaconStateMutatorSetPendingPartialWithdrawalsCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Do ¶
func (c *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Do(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Return ¶
func (c *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall) Return() *MockBeaconStateMutatorSetPendingPartialWithdrawalsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetPreviousEpochAttestationsCall ¶
MockBeaconStateMutatorSetPreviousEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Do ¶
func (c *MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Do(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetPreviousEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetPreviousEpochAttestationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Return ¶
func (c *MockBeaconStateMutatorSetPreviousEpochAttestationsCall) Return() *MockBeaconStateMutatorSetPreviousEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall ¶
MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateMutatorSetPreviousEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall ¶
MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Do ¶
func (c *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Return ¶
func (c *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall) Return() *MockBeaconStateMutatorSetPreviousJustifiedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetRandaoMixAtCall ¶
MockBeaconStateMutatorSetRandaoMixAtCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetRandaoMixAtCall) Do ¶
func (c *MockBeaconStateMutatorSetRandaoMixAtCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetRandaoMixAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetRandaoMixAtCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetRandaoMixAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetRandaoMixAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetRandaoMixAtCall) Return ¶
func (c *MockBeaconStateMutatorSetRandaoMixAtCall) Return() *MockBeaconStateMutatorSetRandaoMixAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetSlashingSegmentAtCall ¶
MockBeaconStateMutatorSetSlashingSegmentAtCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetSlashingSegmentAtCall) Do ¶
func (c *MockBeaconStateMutatorSetSlashingSegmentAtCall) Do(f func(int, uint64)) *MockBeaconStateMutatorSetSlashingSegmentAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetSlashingSegmentAtCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetSlashingSegmentAtCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateMutatorSetSlashingSegmentAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetSlashingSegmentAtCall) Return ¶
func (c *MockBeaconStateMutatorSetSlashingSegmentAtCall) Return() *MockBeaconStateMutatorSetSlashingSegmentAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetSlotCall ¶
MockBeaconStateMutatorSetSlotCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetSlotCall) Do ¶
func (c *MockBeaconStateMutatorSetSlotCall) Do(f func(uint64)) *MockBeaconStateMutatorSetSlotCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetSlotCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetSlotCall) DoAndReturn(f func(uint64)) *MockBeaconStateMutatorSetSlotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetSlotCall) Return ¶
func (c *MockBeaconStateMutatorSetSlotCall) Return() *MockBeaconStateMutatorSetSlotCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetStateRootAtCall ¶
MockBeaconStateMutatorSetStateRootAtCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetStateRootAtCall) Do ¶
func (c *MockBeaconStateMutatorSetStateRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetStateRootAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetStateRootAtCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetStateRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetStateRootAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetStateRootAtCall) Return ¶
func (c *MockBeaconStateMutatorSetStateRootAtCall) Return() *MockBeaconStateMutatorSetStateRootAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorAtIndexCall ¶
MockBeaconStateMutatorSetValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorAtIndexCall) Do(f func(int, solid.Validator)) *MockBeaconStateMutatorSetValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorAtIndexCall) DoAndReturn(f func(int, solid.Validator)) *MockBeaconStateMutatorSetValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorBalanceCall ¶
MockBeaconStateMutatorSetValidatorBalanceCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorBalanceCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorBalanceCall) Do(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorBalanceCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorBalanceCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorBalanceCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorBalanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorBalanceCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorBalanceCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorBalanceCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorInactivityScoreCall ¶
MockBeaconStateMutatorSetValidatorInactivityScoreCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorInactivityScoreCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorInactivityScoreCall) Do(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorInactivityScoreCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorInactivityScoreCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorInactivityScoreCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorInactivityScoreCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorInactivityScoreCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall ¶
MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingHeadAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall ¶
MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingSourceAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall ¶
MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsCurrentMatchingTargetAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall ¶
MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingHeadAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall ¶
MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingSourceAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall ¶
MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorIsPreviousMatchingTargetAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall ¶
type MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall struct {
*gomock.Call
}
MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorMinCurrentInclusionDelayAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall ¶
type MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall struct {
*gomock.Call
}
MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorMinPreviousInclusionDelayAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetValidatorSlashedCall ¶
MockBeaconStateMutatorSetValidatorSlashedCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetValidatorSlashedCall) Do ¶
func (c *MockBeaconStateMutatorSetValidatorSlashedCall) Do(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorSlashedCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetValidatorSlashedCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetValidatorSlashedCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateMutatorSetValidatorSlashedCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetValidatorSlashedCall) Return ¶
func (c *MockBeaconStateMutatorSetValidatorSlashedCall) Return(arg0 error) *MockBeaconStateMutatorSetValidatorSlashedCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetVersionCall ¶
MockBeaconStateMutatorSetVersionCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetVersionCall) Do ¶
func (c *MockBeaconStateMutatorSetVersionCall) Do(f func(clparams.StateVersion)) *MockBeaconStateMutatorSetVersionCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetVersionCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetVersionCall) DoAndReturn(f func(clparams.StateVersion)) *MockBeaconStateMutatorSetVersionCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetVersionCall) Return ¶
func (c *MockBeaconStateMutatorSetVersionCall) Return() *MockBeaconStateMutatorSetVersionCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall ¶
MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Do(f func(int, uint64) error) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall) Return(arg0 error) *MockBeaconStateMutatorSetWithdrawableEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall ¶
MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Do(f func(int, common.Hash)) *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall) Return() *MockBeaconStateMutatorSetWithdrawalCredentialForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateNextSyncCommitteeCall ¶
MockBeaconStateNextSyncCommitteeCall wrap *gomock.Call
func (*MockBeaconStateNextSyncCommitteeCall) Do ¶
func (c *MockBeaconStateNextSyncCommitteeCall) Do(f func() *solid.SyncCommittee) *MockBeaconStateNextSyncCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateNextSyncCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateNextSyncCommitteeCall) DoAndReturn(f func() *solid.SyncCommittee) *MockBeaconStateNextSyncCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateNextSyncCommitteeCall) Return ¶
func (c *MockBeaconStateNextSyncCommitteeCall) Return(arg0 *solid.SyncCommittee) *MockBeaconStateNextSyncCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateNextWithdrawalIndexCall ¶
MockBeaconStateNextWithdrawalIndexCall wrap *gomock.Call
func (*MockBeaconStateNextWithdrawalIndexCall) Do ¶
func (c *MockBeaconStateNextWithdrawalIndexCall) Do(f func() uint64) *MockBeaconStateNextWithdrawalIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateNextWithdrawalIndexCall) DoAndReturn ¶
func (c *MockBeaconStateNextWithdrawalIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateNextWithdrawalIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateNextWithdrawalIndexCall) Return ¶
func (c *MockBeaconStateNextWithdrawalIndexCall) Return(arg0 uint64) *MockBeaconStateNextWithdrawalIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateNextWithdrawalValidatorIndexCall ¶
MockBeaconStateNextWithdrawalValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateNextWithdrawalValidatorIndexCall) Do ¶
func (c *MockBeaconStateNextWithdrawalValidatorIndexCall) Do(f func() uint64) *MockBeaconStateNextWithdrawalValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateNextWithdrawalValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateNextWithdrawalValidatorIndexCall) DoAndReturn(f func() uint64) *MockBeaconStateNextWithdrawalValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateNextWithdrawalValidatorIndexCall) Return ¶
func (c *MockBeaconStateNextWithdrawalValidatorIndexCall) Return(arg0 uint64) *MockBeaconStateNextWithdrawalValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStatePreviousEpochAttestationsCall ¶
MockBeaconStatePreviousEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStatePreviousEpochAttestationsCall) Do ¶
func (c *MockBeaconStatePreviousEpochAttestationsCall) Do(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStatePreviousEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStatePreviousEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStatePreviousEpochAttestationsCall) DoAndReturn(f func() *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStatePreviousEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStatePreviousEpochAttestationsCall) Return ¶
func (c *MockBeaconStatePreviousEpochAttestationsCall) Return(arg0 *solid.ListSSZ[*solid.PendingAttestation]) *MockBeaconStatePreviousEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStatePreviousEpochAttestationsLengthCall ¶
MockBeaconStatePreviousEpochAttestationsLengthCall wrap *gomock.Call
func (*MockBeaconStatePreviousEpochAttestationsLengthCall) Do ¶
func (c *MockBeaconStatePreviousEpochAttestationsLengthCall) Do(f func() int) *MockBeaconStatePreviousEpochAttestationsLengthCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStatePreviousEpochAttestationsLengthCall) DoAndReturn ¶
func (c *MockBeaconStatePreviousEpochAttestationsLengthCall) DoAndReturn(f func() int) *MockBeaconStatePreviousEpochAttestationsLengthCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStatePreviousEpochAttestationsLengthCall) Return ¶
func (c *MockBeaconStatePreviousEpochAttestationsLengthCall) Return(arg0 int) *MockBeaconStatePreviousEpochAttestationsLengthCall
Return rewrite *gomock.Call.Return
type MockBeaconStatePreviousEpochParticipationCall ¶
MockBeaconStatePreviousEpochParticipationCall wrap *gomock.Call
func (*MockBeaconStatePreviousEpochParticipationCall) Do ¶
func (c *MockBeaconStatePreviousEpochParticipationCall) Do(f func() *solid.ParticipationBitList) *MockBeaconStatePreviousEpochParticipationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStatePreviousEpochParticipationCall) DoAndReturn ¶
func (c *MockBeaconStatePreviousEpochParticipationCall) DoAndReturn(f func() *solid.ParticipationBitList) *MockBeaconStatePreviousEpochParticipationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStatePreviousEpochParticipationCall) Return ¶
func (c *MockBeaconStatePreviousEpochParticipationCall) Return(arg0 *solid.ParticipationBitList) *MockBeaconStatePreviousEpochParticipationCall
Return rewrite *gomock.Call.Return
type MockBeaconStatePreviousJustifiedCheckpointCall ¶
MockBeaconStatePreviousJustifiedCheckpointCall wrap *gomock.Call
func (*MockBeaconStatePreviousJustifiedCheckpointCall) Do ¶
func (c *MockBeaconStatePreviousJustifiedCheckpointCall) Do(f func() solid.Checkpoint) *MockBeaconStatePreviousJustifiedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStatePreviousJustifiedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStatePreviousJustifiedCheckpointCall) DoAndReturn(f func() solid.Checkpoint) *MockBeaconStatePreviousJustifiedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStatePreviousJustifiedCheckpointCall) Return ¶
func (c *MockBeaconStatePreviousJustifiedCheckpointCall) Return(arg0 solid.Checkpoint) *MockBeaconStatePreviousJustifiedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStatePreviousSlotCall ¶
MockBeaconStatePreviousSlotCall wrap *gomock.Call
func (*MockBeaconStatePreviousSlotCall) Do ¶
func (c *MockBeaconStatePreviousSlotCall) Do(f func() uint64) *MockBeaconStatePreviousSlotCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStatePreviousSlotCall) DoAndReturn ¶
func (c *MockBeaconStatePreviousSlotCall) DoAndReturn(f func() uint64) *MockBeaconStatePreviousSlotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStatePreviousSlotCall) Return ¶
func (c *MockBeaconStatePreviousSlotCall) Return(arg0 uint64) *MockBeaconStatePreviousSlotCall
Return rewrite *gomock.Call.Return
type MockBeaconStatePreviousStateRootCall ¶
MockBeaconStatePreviousStateRootCall wrap *gomock.Call
func (*MockBeaconStatePreviousStateRootCall) Do ¶
func (c *MockBeaconStatePreviousStateRootCall) Do(f func() common.Hash) *MockBeaconStatePreviousStateRootCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStatePreviousStateRootCall) DoAndReturn ¶
func (c *MockBeaconStatePreviousStateRootCall) DoAndReturn(f func() common.Hash) *MockBeaconStatePreviousStateRootCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStatePreviousStateRootCall) Return ¶
func (c *MockBeaconStatePreviousStateRootCall) Return(arg0 common.Hash) *MockBeaconStatePreviousStateRootCall
Return rewrite *gomock.Call.Return
type MockBeaconStateRandaoMixesCall ¶
MockBeaconStateRandaoMixesCall wrap *gomock.Call
func (*MockBeaconStateRandaoMixesCall) Do ¶
func (c *MockBeaconStateRandaoMixesCall) Do(f func() solid.HashVectorSSZ) *MockBeaconStateRandaoMixesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateRandaoMixesCall) DoAndReturn ¶
func (c *MockBeaconStateRandaoMixesCall) DoAndReturn(f func() solid.HashVectorSSZ) *MockBeaconStateRandaoMixesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateRandaoMixesCall) Return ¶
func (c *MockBeaconStateRandaoMixesCall) Return(arg0 solid.HashVectorSSZ) *MockBeaconStateRandaoMixesCall
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 ¶
func (m *MockBeaconStateReader) EXPECT() *MockBeaconStateReaderMockRecorder
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 ¶
func (m *MockBeaconStateReader) Version() clparams.StateVersion
Version mocks base method.
type MockBeaconStateReaderCommitteeCountCall ¶
MockBeaconStateReaderCommitteeCountCall wrap *gomock.Call
func (*MockBeaconStateReaderCommitteeCountCall) Do ¶
func (c *MockBeaconStateReaderCommitteeCountCall) Do(f func(uint64) uint64) *MockBeaconStateReaderCommitteeCountCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateReaderCommitteeCountCall) DoAndReturn ¶
func (c *MockBeaconStateReaderCommitteeCountCall) DoAndReturn(f func(uint64) uint64) *MockBeaconStateReaderCommitteeCountCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateReaderCommitteeCountCall) Return ¶
func (c *MockBeaconStateReaderCommitteeCountCall) Return(arg0 uint64) *MockBeaconStateReaderCommitteeCountCall
Return rewrite *gomock.Call.Return
type MockBeaconStateReaderGenesisValidatorsRootCall ¶
MockBeaconStateReaderGenesisValidatorsRootCall wrap *gomock.Call
func (*MockBeaconStateReaderGenesisValidatorsRootCall) Do ¶
func (c *MockBeaconStateReaderGenesisValidatorsRootCall) Do(f func() common.Hash) *MockBeaconStateReaderGenesisValidatorsRootCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateReaderGenesisValidatorsRootCall) DoAndReturn ¶
func (c *MockBeaconStateReaderGenesisValidatorsRootCall) DoAndReturn(f func() common.Hash) *MockBeaconStateReaderGenesisValidatorsRootCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateReaderGenesisValidatorsRootCall) Return ¶
func (c *MockBeaconStateReaderGenesisValidatorsRootCall) Return(arg0 common.Hash) *MockBeaconStateReaderGenesisValidatorsRootCall
Return rewrite *gomock.Call.Return
type MockBeaconStateReaderGetBeaconProposerIndexForSlotCall ¶
MockBeaconStateReaderGetBeaconProposerIndexForSlotCall wrap *gomock.Call
func (*MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Do ¶
func (c *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Do(f func(uint64) (uint64, error)) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) DoAndReturn ¶
func (c *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) DoAndReturn(f func(uint64) (uint64, error)) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Return ¶
func (c *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall) Return(arg0 uint64, arg1 error) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
Return rewrite *gomock.Call.Return
type MockBeaconStateReaderGetDomainCall ¶
MockBeaconStateReaderGetDomainCall wrap *gomock.Call
func (*MockBeaconStateReaderGetDomainCall) Do ¶
func (c *MockBeaconStateReaderGetDomainCall) Do(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateReaderGetDomainCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateReaderGetDomainCall) DoAndReturn ¶
func (c *MockBeaconStateReaderGetDomainCall) DoAndReturn(f func([4]byte, uint64) ([]byte, error)) *MockBeaconStateReaderGetDomainCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateReaderGetDomainCall) Return ¶
func (c *MockBeaconStateReaderGetDomainCall) Return(arg0 []byte, arg1 error) *MockBeaconStateReaderGetDomainCall
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 ¶
func (mr *MockBeaconStateReaderMockRecorder) CommitteeCount(epoch any) *MockBeaconStateReaderCommitteeCountCall
CommitteeCount indicates an expected call of CommitteeCount.
func (*MockBeaconStateReaderMockRecorder) GenesisValidatorsRoot ¶
func (mr *MockBeaconStateReaderMockRecorder) GenesisValidatorsRoot() *MockBeaconStateReaderGenesisValidatorsRootCall
GenesisValidatorsRoot indicates an expected call of GenesisValidatorsRoot.
func (*MockBeaconStateReaderMockRecorder) GetBeaconProposerIndexForSlot ¶
func (mr *MockBeaconStateReaderMockRecorder) GetBeaconProposerIndexForSlot(slot any) *MockBeaconStateReaderGetBeaconProposerIndexForSlotCall
GetBeaconProposerIndexForSlot indicates an expected call of GetBeaconProposerIndexForSlot.
func (*MockBeaconStateReaderMockRecorder) GetDomain ¶
func (mr *MockBeaconStateReaderMockRecorder) GetDomain(domainType, epoch any) *MockBeaconStateReaderGetDomainCall
GetDomain indicates an expected call of GetDomain.
func (*MockBeaconStateReaderMockRecorder) ValidatorForValidatorIndex ¶
func (mr *MockBeaconStateReaderMockRecorder) ValidatorForValidatorIndex(index any) *MockBeaconStateReaderValidatorForValidatorIndexCall
ValidatorForValidatorIndex indicates an expected call of ValidatorForValidatorIndex.
func (*MockBeaconStateReaderMockRecorder) ValidatorPublicKey ¶
func (mr *MockBeaconStateReaderMockRecorder) ValidatorPublicKey(index any) *MockBeaconStateReaderValidatorPublicKeyCall
ValidatorPublicKey indicates an expected call of ValidatorPublicKey.
func (*MockBeaconStateReaderMockRecorder) Version ¶
func (mr *MockBeaconStateReaderMockRecorder) Version() *MockBeaconStateReaderVersionCall
Version indicates an expected call of Version.
type MockBeaconStateReaderValidatorForValidatorIndexCall ¶
MockBeaconStateReaderValidatorForValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateReaderValidatorForValidatorIndexCall) Do ¶
func (c *MockBeaconStateReaderValidatorForValidatorIndexCall) Do(f func(int) (solid.Validator, error)) *MockBeaconStateReaderValidatorForValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateReaderValidatorForValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateReaderValidatorForValidatorIndexCall) DoAndReturn(f func(int) (solid.Validator, error)) *MockBeaconStateReaderValidatorForValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateReaderValidatorForValidatorIndexCall) Return ¶
func (c *MockBeaconStateReaderValidatorForValidatorIndexCall) Return(arg0 solid.Validator, arg1 error) *MockBeaconStateReaderValidatorForValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateReaderValidatorPublicKeyCall ¶
MockBeaconStateReaderValidatorPublicKeyCall wrap *gomock.Call
func (*MockBeaconStateReaderValidatorPublicKeyCall) Do ¶
func (c *MockBeaconStateReaderValidatorPublicKeyCall) Do(f func(int) (common.Bytes48, error)) *MockBeaconStateReaderValidatorPublicKeyCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateReaderValidatorPublicKeyCall) DoAndReturn ¶
func (c *MockBeaconStateReaderValidatorPublicKeyCall) DoAndReturn(f func(int) (common.Bytes48, error)) *MockBeaconStateReaderValidatorPublicKeyCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateReaderValidatorPublicKeyCall) Return ¶
func (c *MockBeaconStateReaderValidatorPublicKeyCall) Return(arg0 common.Bytes48, arg1 error) *MockBeaconStateReaderValidatorPublicKeyCall
Return rewrite *gomock.Call.Return
type MockBeaconStateReaderVersionCall ¶
MockBeaconStateReaderVersionCall wrap *gomock.Call
func (*MockBeaconStateReaderVersionCall) Do ¶
func (c *MockBeaconStateReaderVersionCall) Do(f func() clparams.StateVersion) *MockBeaconStateReaderVersionCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateReaderVersionCall) DoAndReturn ¶
func (c *MockBeaconStateReaderVersionCall) DoAndReturn(f func() clparams.StateVersion) *MockBeaconStateReaderVersionCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateReaderVersionCall) Return ¶
func (c *MockBeaconStateReaderVersionCall) Return(arg0 clparams.StateVersion) *MockBeaconStateReaderVersionCall
Return rewrite *gomock.Call.Return
type MockBeaconStateResetCurrentEpochAttestationsCall ¶
MockBeaconStateResetCurrentEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStateResetCurrentEpochAttestationsCall) Do ¶
func (c *MockBeaconStateResetCurrentEpochAttestationsCall) Do(f func()) *MockBeaconStateResetCurrentEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateResetCurrentEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStateResetCurrentEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateResetCurrentEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateResetCurrentEpochAttestationsCall) Return ¶
func (c *MockBeaconStateResetCurrentEpochAttestationsCall) Return() *MockBeaconStateResetCurrentEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateResetEpochParticipationCall ¶
MockBeaconStateResetEpochParticipationCall wrap *gomock.Call
func (*MockBeaconStateResetEpochParticipationCall) Do ¶
func (c *MockBeaconStateResetEpochParticipationCall) Do(f func()) *MockBeaconStateResetEpochParticipationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateResetEpochParticipationCall) DoAndReturn ¶
func (c *MockBeaconStateResetEpochParticipationCall) DoAndReturn(f func()) *MockBeaconStateResetEpochParticipationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateResetEpochParticipationCall) Return ¶
func (c *MockBeaconStateResetEpochParticipationCall) Return() *MockBeaconStateResetEpochParticipationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateResetEth1DataVotesCall ¶
MockBeaconStateResetEth1DataVotesCall wrap *gomock.Call
func (*MockBeaconStateResetEth1DataVotesCall) Do ¶
func (c *MockBeaconStateResetEth1DataVotesCall) Do(f func()) *MockBeaconStateResetEth1DataVotesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateResetEth1DataVotesCall) DoAndReturn ¶
func (c *MockBeaconStateResetEth1DataVotesCall) DoAndReturn(f func()) *MockBeaconStateResetEth1DataVotesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateResetEth1DataVotesCall) Return ¶
func (c *MockBeaconStateResetEth1DataVotesCall) Return() *MockBeaconStateResetEth1DataVotesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateResetHistoricalSummariesCall ¶
MockBeaconStateResetHistoricalSummariesCall wrap *gomock.Call
func (*MockBeaconStateResetHistoricalSummariesCall) Do ¶
func (c *MockBeaconStateResetHistoricalSummariesCall) Do(f func()) *MockBeaconStateResetHistoricalSummariesCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateResetHistoricalSummariesCall) DoAndReturn ¶
func (c *MockBeaconStateResetHistoricalSummariesCall) DoAndReturn(f func()) *MockBeaconStateResetHistoricalSummariesCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateResetHistoricalSummariesCall) Return ¶
func (c *MockBeaconStateResetHistoricalSummariesCall) Return() *MockBeaconStateResetHistoricalSummariesCall
Return rewrite *gomock.Call.Return
type MockBeaconStateResetPreviousEpochAttestationsCall ¶
MockBeaconStateResetPreviousEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStateResetPreviousEpochAttestationsCall) Do ¶
func (c *MockBeaconStateResetPreviousEpochAttestationsCall) Do(f func()) *MockBeaconStateResetPreviousEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateResetPreviousEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStateResetPreviousEpochAttestationsCall) DoAndReturn(f func()) *MockBeaconStateResetPreviousEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateResetPreviousEpochAttestationsCall) Return ¶
func (c *MockBeaconStateResetPreviousEpochAttestationsCall) Return() *MockBeaconStateResetPreviousEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall ¶
MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall) Return() *MockBeaconStateSetActivationEligibilityEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetActivationEpochForValidatorAtIndexCall ¶
MockBeaconStateSetActivationEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetActivationEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetActivationEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetActivationEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetActivationEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateSetActivationEpochForValidatorAtIndexCall) Return() *MockBeaconStateSetActivationEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetBlockRootAtCall ¶
MockBeaconStateSetBlockRootAtCall wrap *gomock.Call
func (*MockBeaconStateSetBlockRootAtCall) Do ¶
func (c *MockBeaconStateSetBlockRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateSetBlockRootAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetBlockRootAtCall) DoAndReturn ¶
func (c *MockBeaconStateSetBlockRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetBlockRootAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetBlockRootAtCall) Return ¶
func (c *MockBeaconStateSetBlockRootAtCall) Return() *MockBeaconStateSetBlockRootAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetConsolidationBalanceToConsumeCall ¶
MockBeaconStateSetConsolidationBalanceToConsumeCall wrap *gomock.Call
func (*MockBeaconStateSetConsolidationBalanceToConsumeCall) Do ¶
func (c *MockBeaconStateSetConsolidationBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateSetConsolidationBalanceToConsumeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetConsolidationBalanceToConsumeCall) DoAndReturn ¶
func (c *MockBeaconStateSetConsolidationBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetConsolidationBalanceToConsumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetConsolidationBalanceToConsumeCall) Return ¶
func (c *MockBeaconStateSetConsolidationBalanceToConsumeCall) Return() *MockBeaconStateSetConsolidationBalanceToConsumeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetCurrentEpochParticipationFlagsCall ¶
MockBeaconStateSetCurrentEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateSetCurrentEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateSetCurrentEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetCurrentEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetCurrentEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateSetCurrentEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetCurrentEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetCurrentEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateSetCurrentEpochParticipationFlagsCall) Return() *MockBeaconStateSetCurrentEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetCurrentJustifiedCheckpointCall ¶
MockBeaconStateSetCurrentJustifiedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateSetCurrentJustifiedCheckpointCall) Do ¶
func (c *MockBeaconStateSetCurrentJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateSetCurrentJustifiedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetCurrentJustifiedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateSetCurrentJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateSetCurrentJustifiedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetCurrentJustifiedCheckpointCall) Return ¶
func (c *MockBeaconStateSetCurrentJustifiedCheckpointCall) Return() *MockBeaconStateSetCurrentJustifiedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetCurrentSyncCommitteeCall ¶
MockBeaconStateSetCurrentSyncCommitteeCall wrap *gomock.Call
func (*MockBeaconStateSetCurrentSyncCommitteeCall) Do ¶
func (c *MockBeaconStateSetCurrentSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateSetCurrentSyncCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetCurrentSyncCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateSetCurrentSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateSetCurrentSyncCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetCurrentSyncCommitteeCall) Return ¶
func (c *MockBeaconStateSetCurrentSyncCommitteeCall) Return() *MockBeaconStateSetCurrentSyncCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetDepositBalanceToConsumeCall ¶
MockBeaconStateSetDepositBalanceToConsumeCall wrap *gomock.Call
func (*MockBeaconStateSetDepositBalanceToConsumeCall) Do ¶
func (c *MockBeaconStateSetDepositBalanceToConsumeCall) Do(f func(uint64)) *MockBeaconStateSetDepositBalanceToConsumeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetDepositBalanceToConsumeCall) DoAndReturn ¶
func (c *MockBeaconStateSetDepositBalanceToConsumeCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetDepositBalanceToConsumeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetDepositBalanceToConsumeCall) Return ¶
func (c *MockBeaconStateSetDepositBalanceToConsumeCall) Return() *MockBeaconStateSetDepositBalanceToConsumeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetDepositRequestsStartIndexCall ¶
MockBeaconStateSetDepositRequestsStartIndexCall wrap *gomock.Call
func (*MockBeaconStateSetDepositRequestsStartIndexCall) Do ¶
func (c *MockBeaconStateSetDepositRequestsStartIndexCall) Do(f func(uint64)) *MockBeaconStateSetDepositRequestsStartIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetDepositRequestsStartIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetDepositRequestsStartIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetDepositRequestsStartIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetDepositRequestsStartIndexCall) Return ¶
func (c *MockBeaconStateSetDepositRequestsStartIndexCall) Return() *MockBeaconStateSetDepositRequestsStartIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetEarlistConsolidationEpochCall ¶
MockBeaconStateSetEarlistConsolidationEpochCall wrap *gomock.Call
func (*MockBeaconStateSetEarlistConsolidationEpochCall) Do ¶
func (c *MockBeaconStateSetEarlistConsolidationEpochCall) Do(f func(uint64)) *MockBeaconStateSetEarlistConsolidationEpochCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetEarlistConsolidationEpochCall) DoAndReturn ¶
func (c *MockBeaconStateSetEarlistConsolidationEpochCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetEarlistConsolidationEpochCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetEarlistConsolidationEpochCall) Return ¶
func (c *MockBeaconStateSetEarlistConsolidationEpochCall) Return() *MockBeaconStateSetEarlistConsolidationEpochCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall ¶
MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall) Return() *MockBeaconStateSetEffectiveBalanceForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetEpochParticipationForValidatorIndexCall ¶
MockBeaconStateSetEpochParticipationForValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateSetEpochParticipationForValidatorIndexCall) Do ¶
func (c *MockBeaconStateSetEpochParticipationForValidatorIndexCall) Do(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateSetEpochParticipationForValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetEpochParticipationForValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetEpochParticipationForValidatorIndexCall) DoAndReturn(f func(bool, int, cltypes.ParticipationFlags)) *MockBeaconStateSetEpochParticipationForValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetEpochParticipationForValidatorIndexCall) Return ¶
func (c *MockBeaconStateSetEpochParticipationForValidatorIndexCall) Return() *MockBeaconStateSetEpochParticipationForValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetEth1DataCall ¶
MockBeaconStateSetEth1DataCall wrap *gomock.Call
func (*MockBeaconStateSetEth1DataCall) Do ¶
func (c *MockBeaconStateSetEth1DataCall) Do(f func(*cltypes.Eth1Data)) *MockBeaconStateSetEth1DataCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetEth1DataCall) DoAndReturn ¶
func (c *MockBeaconStateSetEth1DataCall) DoAndReturn(f func(*cltypes.Eth1Data)) *MockBeaconStateSetEth1DataCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetEth1DataCall) Return ¶
func (c *MockBeaconStateSetEth1DataCall) Return() *MockBeaconStateSetEth1DataCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetEth1DepositIndexCall ¶
MockBeaconStateSetEth1DepositIndexCall wrap *gomock.Call
func (*MockBeaconStateSetEth1DepositIndexCall) Do ¶
func (c *MockBeaconStateSetEth1DepositIndexCall) Do(f func(uint64)) *MockBeaconStateSetEth1DepositIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetEth1DepositIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetEth1DepositIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetEth1DepositIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetEth1DepositIndexCall) Return ¶
func (c *MockBeaconStateSetEth1DepositIndexCall) Return() *MockBeaconStateSetEth1DepositIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetExitEpochForValidatorAtIndexCall ¶
MockBeaconStateSetExitEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateSetExitEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateSetExitEpochForValidatorAtIndexCall) Do(f func(int, uint64)) *MockBeaconStateSetExitEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetExitEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetExitEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetExitEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetExitEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateSetExitEpochForValidatorAtIndexCall) Return() *MockBeaconStateSetExitEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetFinalizedCheckpointCall ¶
MockBeaconStateSetFinalizedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateSetFinalizedCheckpointCall) Do ¶
func (c *MockBeaconStateSetFinalizedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateSetFinalizedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetFinalizedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateSetFinalizedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateSetFinalizedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetFinalizedCheckpointCall) Return ¶
func (c *MockBeaconStateSetFinalizedCheckpointCall) Return() *MockBeaconStateSetFinalizedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetForkCall ¶
MockBeaconStateSetForkCall wrap *gomock.Call
func (*MockBeaconStateSetForkCall) Do ¶
func (c *MockBeaconStateSetForkCall) Do(f func(*cltypes.Fork)) *MockBeaconStateSetForkCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetForkCall) DoAndReturn ¶
func (c *MockBeaconStateSetForkCall) DoAndReturn(f func(*cltypes.Fork)) *MockBeaconStateSetForkCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetForkCall) Return ¶
func (c *MockBeaconStateSetForkCall) Return() *MockBeaconStateSetForkCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetInactivityScoresCall ¶
MockBeaconStateSetInactivityScoresCall wrap *gomock.Call
func (*MockBeaconStateSetInactivityScoresCall) Do ¶
func (c *MockBeaconStateSetInactivityScoresCall) Do(f func([]uint64)) *MockBeaconStateSetInactivityScoresCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetInactivityScoresCall) DoAndReturn ¶
func (c *MockBeaconStateSetInactivityScoresCall) DoAndReturn(f func([]uint64)) *MockBeaconStateSetInactivityScoresCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetInactivityScoresCall) Return ¶
func (c *MockBeaconStateSetInactivityScoresCall) Return() *MockBeaconStateSetInactivityScoresCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetJustificationBitsCall ¶
MockBeaconStateSetJustificationBitsCall wrap *gomock.Call
func (*MockBeaconStateSetJustificationBitsCall) Do ¶
func (c *MockBeaconStateSetJustificationBitsCall) Do(f func(cltypes.JustificationBits)) *MockBeaconStateSetJustificationBitsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetJustificationBitsCall) DoAndReturn ¶
func (c *MockBeaconStateSetJustificationBitsCall) DoAndReturn(f func(cltypes.JustificationBits)) *MockBeaconStateSetJustificationBitsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetJustificationBitsCall) Return ¶
func (c *MockBeaconStateSetJustificationBitsCall) Return() *MockBeaconStateSetJustificationBitsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetLatestBlockHeaderCall ¶
MockBeaconStateSetLatestBlockHeaderCall wrap *gomock.Call
func (*MockBeaconStateSetLatestBlockHeaderCall) Do ¶
func (c *MockBeaconStateSetLatestBlockHeaderCall) Do(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateSetLatestBlockHeaderCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetLatestBlockHeaderCall) DoAndReturn ¶
func (c *MockBeaconStateSetLatestBlockHeaderCall) DoAndReturn(f func(*cltypes.BeaconBlockHeader)) *MockBeaconStateSetLatestBlockHeaderCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetLatestBlockHeaderCall) Return ¶
func (c *MockBeaconStateSetLatestBlockHeaderCall) Return() *MockBeaconStateSetLatestBlockHeaderCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetLatestExecutionPayloadHeaderCall ¶
MockBeaconStateSetLatestExecutionPayloadHeaderCall wrap *gomock.Call
func (*MockBeaconStateSetLatestExecutionPayloadHeaderCall) Do ¶
func (c *MockBeaconStateSetLatestExecutionPayloadHeaderCall) Do(f func(*cltypes.Eth1Header)) *MockBeaconStateSetLatestExecutionPayloadHeaderCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetLatestExecutionPayloadHeaderCall) DoAndReturn ¶
func (c *MockBeaconStateSetLatestExecutionPayloadHeaderCall) DoAndReturn(f func(*cltypes.Eth1Header)) *MockBeaconStateSetLatestExecutionPayloadHeaderCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetLatestExecutionPayloadHeaderCall) Return ¶
func (c *MockBeaconStateSetLatestExecutionPayloadHeaderCall) Return() *MockBeaconStateSetLatestExecutionPayloadHeaderCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetNextSyncCommitteeCall ¶
MockBeaconStateSetNextSyncCommitteeCall wrap *gomock.Call
func (*MockBeaconStateSetNextSyncCommitteeCall) Do ¶
func (c *MockBeaconStateSetNextSyncCommitteeCall) Do(f func(*solid.SyncCommittee)) *MockBeaconStateSetNextSyncCommitteeCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetNextSyncCommitteeCall) DoAndReturn ¶
func (c *MockBeaconStateSetNextSyncCommitteeCall) DoAndReturn(f func(*solid.SyncCommittee)) *MockBeaconStateSetNextSyncCommitteeCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetNextSyncCommitteeCall) Return ¶
func (c *MockBeaconStateSetNextSyncCommitteeCall) Return() *MockBeaconStateSetNextSyncCommitteeCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetNextWithdrawalIndexCall ¶
MockBeaconStateSetNextWithdrawalIndexCall wrap *gomock.Call
func (*MockBeaconStateSetNextWithdrawalIndexCall) Do ¶
func (c *MockBeaconStateSetNextWithdrawalIndexCall) Do(f func(uint64)) *MockBeaconStateSetNextWithdrawalIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetNextWithdrawalIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetNextWithdrawalIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetNextWithdrawalIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetNextWithdrawalIndexCall) Return ¶
func (c *MockBeaconStateSetNextWithdrawalIndexCall) Return() *MockBeaconStateSetNextWithdrawalIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetNextWithdrawalValidatorIndexCall ¶
MockBeaconStateSetNextWithdrawalValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateSetNextWithdrawalValidatorIndexCall) Do ¶
func (c *MockBeaconStateSetNextWithdrawalValidatorIndexCall) Do(f func(uint64)) *MockBeaconStateSetNextWithdrawalValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetNextWithdrawalValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetNextWithdrawalValidatorIndexCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetNextWithdrawalValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetNextWithdrawalValidatorIndexCall) Return ¶
func (c *MockBeaconStateSetNextWithdrawalValidatorIndexCall) Return() *MockBeaconStateSetNextWithdrawalValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetPendingConsolidationsCall ¶
MockBeaconStateSetPendingConsolidationsCall wrap *gomock.Call
func (*MockBeaconStateSetPendingConsolidationsCall) Do ¶
func (c *MockBeaconStateSetPendingConsolidationsCall) Do(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateSetPendingConsolidationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetPendingConsolidationsCall) DoAndReturn ¶
func (c *MockBeaconStateSetPendingConsolidationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingConsolidation])) *MockBeaconStateSetPendingConsolidationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetPendingConsolidationsCall) Return ¶
func (c *MockBeaconStateSetPendingConsolidationsCall) Return() *MockBeaconStateSetPendingConsolidationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetPendingDepositsCall ¶
MockBeaconStateSetPendingDepositsCall wrap *gomock.Call
func (*MockBeaconStateSetPendingDepositsCall) Do ¶
func (c *MockBeaconStateSetPendingDepositsCall) Do(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateSetPendingDepositsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetPendingDepositsCall) DoAndReturn ¶
func (c *MockBeaconStateSetPendingDepositsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingDeposit])) *MockBeaconStateSetPendingDepositsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetPendingDepositsCall) Return ¶
func (c *MockBeaconStateSetPendingDepositsCall) Return() *MockBeaconStateSetPendingDepositsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetPendingPartialWithdrawalsCall ¶
MockBeaconStateSetPendingPartialWithdrawalsCall wrap *gomock.Call
func (*MockBeaconStateSetPendingPartialWithdrawalsCall) Do ¶
func (c *MockBeaconStateSetPendingPartialWithdrawalsCall) Do(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateSetPendingPartialWithdrawalsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetPendingPartialWithdrawalsCall) DoAndReturn ¶
func (c *MockBeaconStateSetPendingPartialWithdrawalsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingPartialWithdrawal])) *MockBeaconStateSetPendingPartialWithdrawalsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetPendingPartialWithdrawalsCall) Return ¶
func (c *MockBeaconStateSetPendingPartialWithdrawalsCall) Return() *MockBeaconStateSetPendingPartialWithdrawalsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetPreviousEpochAttestationsCall ¶
MockBeaconStateSetPreviousEpochAttestationsCall wrap *gomock.Call
func (*MockBeaconStateSetPreviousEpochAttestationsCall) Do ¶
func (c *MockBeaconStateSetPreviousEpochAttestationsCall) Do(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateSetPreviousEpochAttestationsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetPreviousEpochAttestationsCall) DoAndReturn ¶
func (c *MockBeaconStateSetPreviousEpochAttestationsCall) DoAndReturn(f func(*solid.ListSSZ[*solid.PendingAttestation])) *MockBeaconStateSetPreviousEpochAttestationsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetPreviousEpochAttestationsCall) Return ¶
func (c *MockBeaconStateSetPreviousEpochAttestationsCall) Return() *MockBeaconStateSetPreviousEpochAttestationsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetPreviousEpochParticipationFlagsCall ¶
MockBeaconStateSetPreviousEpochParticipationFlagsCall wrap *gomock.Call
func (*MockBeaconStateSetPreviousEpochParticipationFlagsCall) Do ¶
func (c *MockBeaconStateSetPreviousEpochParticipationFlagsCall) Do(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetPreviousEpochParticipationFlagsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetPreviousEpochParticipationFlagsCall) DoAndReturn ¶
func (c *MockBeaconStateSetPreviousEpochParticipationFlagsCall) DoAndReturn(f func([]cltypes.ParticipationFlags)) *MockBeaconStateSetPreviousEpochParticipationFlagsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetPreviousEpochParticipationFlagsCall) Return ¶
func (c *MockBeaconStateSetPreviousEpochParticipationFlagsCall) Return() *MockBeaconStateSetPreviousEpochParticipationFlagsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetPreviousJustifiedCheckpointCall ¶
MockBeaconStateSetPreviousJustifiedCheckpointCall wrap *gomock.Call
func (*MockBeaconStateSetPreviousJustifiedCheckpointCall) Do ¶
func (c *MockBeaconStateSetPreviousJustifiedCheckpointCall) Do(f func(solid.Checkpoint)) *MockBeaconStateSetPreviousJustifiedCheckpointCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetPreviousJustifiedCheckpointCall) DoAndReturn ¶
func (c *MockBeaconStateSetPreviousJustifiedCheckpointCall) DoAndReturn(f func(solid.Checkpoint)) *MockBeaconStateSetPreviousJustifiedCheckpointCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetPreviousJustifiedCheckpointCall) Return ¶
func (c *MockBeaconStateSetPreviousJustifiedCheckpointCall) Return() *MockBeaconStateSetPreviousJustifiedCheckpointCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetPreviousStateRootCall ¶
MockBeaconStateSetPreviousStateRootCall wrap *gomock.Call
func (*MockBeaconStateSetPreviousStateRootCall) Do ¶
func (c *MockBeaconStateSetPreviousStateRootCall) Do(f func(common.Hash)) *MockBeaconStateSetPreviousStateRootCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetPreviousStateRootCall) DoAndReturn ¶
func (c *MockBeaconStateSetPreviousStateRootCall) DoAndReturn(f func(common.Hash)) *MockBeaconStateSetPreviousStateRootCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetPreviousStateRootCall) Return ¶
func (c *MockBeaconStateSetPreviousStateRootCall) Return() *MockBeaconStateSetPreviousStateRootCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetRandaoMixAtCall ¶
MockBeaconStateSetRandaoMixAtCall wrap *gomock.Call
func (*MockBeaconStateSetRandaoMixAtCall) Do ¶
func (c *MockBeaconStateSetRandaoMixAtCall) Do(f func(int, common.Hash)) *MockBeaconStateSetRandaoMixAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetRandaoMixAtCall) DoAndReturn ¶
func (c *MockBeaconStateSetRandaoMixAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetRandaoMixAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetRandaoMixAtCall) Return ¶
func (c *MockBeaconStateSetRandaoMixAtCall) Return() *MockBeaconStateSetRandaoMixAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetSlashingSegmentAtCall ¶
MockBeaconStateSetSlashingSegmentAtCall wrap *gomock.Call
func (*MockBeaconStateSetSlashingSegmentAtCall) Do ¶
func (c *MockBeaconStateSetSlashingSegmentAtCall) Do(f func(int, uint64)) *MockBeaconStateSetSlashingSegmentAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetSlashingSegmentAtCall) DoAndReturn ¶
func (c *MockBeaconStateSetSlashingSegmentAtCall) DoAndReturn(f func(int, uint64)) *MockBeaconStateSetSlashingSegmentAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetSlashingSegmentAtCall) Return ¶
func (c *MockBeaconStateSetSlashingSegmentAtCall) Return() *MockBeaconStateSetSlashingSegmentAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetSlotCall ¶
MockBeaconStateSetSlotCall wrap *gomock.Call
func (*MockBeaconStateSetSlotCall) Do ¶
func (c *MockBeaconStateSetSlotCall) Do(f func(uint64)) *MockBeaconStateSetSlotCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetSlotCall) DoAndReturn ¶
func (c *MockBeaconStateSetSlotCall) DoAndReturn(f func(uint64)) *MockBeaconStateSetSlotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetSlotCall) Return ¶
func (c *MockBeaconStateSetSlotCall) Return() *MockBeaconStateSetSlotCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetStateRootAtCall ¶
MockBeaconStateSetStateRootAtCall wrap *gomock.Call
func (*MockBeaconStateSetStateRootAtCall) Do ¶
func (c *MockBeaconStateSetStateRootAtCall) Do(f func(int, common.Hash)) *MockBeaconStateSetStateRootAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetStateRootAtCall) DoAndReturn ¶
func (c *MockBeaconStateSetStateRootAtCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetStateRootAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetStateRootAtCall) Return ¶
func (c *MockBeaconStateSetStateRootAtCall) Return() *MockBeaconStateSetStateRootAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorAtIndexCall ¶
MockBeaconStateSetValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateSetValidatorAtIndexCall) Do(f func(int, solid.Validator)) *MockBeaconStateSetValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorAtIndexCall) DoAndReturn(f func(int, solid.Validator)) *MockBeaconStateSetValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateSetValidatorAtIndexCall) Return() *MockBeaconStateSetValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorBalanceCall ¶
MockBeaconStateSetValidatorBalanceCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorBalanceCall) Do ¶
func (c *MockBeaconStateSetValidatorBalanceCall) Do(f func(int, uint64) error) *MockBeaconStateSetValidatorBalanceCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorBalanceCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorBalanceCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateSetValidatorBalanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorBalanceCall) Return ¶
func (c *MockBeaconStateSetValidatorBalanceCall) Return(arg0 error) *MockBeaconStateSetValidatorBalanceCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorInactivityScoreCall ¶
MockBeaconStateSetValidatorInactivityScoreCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorInactivityScoreCall) Do ¶
func (c *MockBeaconStateSetValidatorInactivityScoreCall) Do(f func(int, uint64) error) *MockBeaconStateSetValidatorInactivityScoreCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorInactivityScoreCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorInactivityScoreCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateSetValidatorInactivityScoreCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorInactivityScoreCall) Return ¶
func (c *MockBeaconStateSetValidatorInactivityScoreCall) Return(arg0 error) *MockBeaconStateSetValidatorInactivityScoreCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall ¶
MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Do ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Return ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsCurrentMatchingHeadAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall ¶
MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Do ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Return ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsCurrentMatchingSourceAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall ¶
MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Do ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Return ¶
func (c *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsCurrentMatchingTargetAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall ¶
MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Do ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Return ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsPreviousMatchingHeadAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall ¶
MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Do ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Return ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsPreviousMatchingSourceAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall ¶
MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Do ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Return ¶
func (c *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall) Return(arg0 error) *MockBeaconStateSetValidatorIsPreviousMatchingTargetAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall ¶
MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Do ¶
func (c *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Return ¶
func (c *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateSetValidatorMinCurrentInclusionDelayAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall ¶
MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Do ¶
func (c *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Do(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn(f func(int, *solid.PendingAttestation) error) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Return ¶
func (c *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall) Return(arg0 error) *MockBeaconStateSetValidatorMinPreviousInclusionDelayAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetValidatorSlashedCall ¶
MockBeaconStateSetValidatorSlashedCall wrap *gomock.Call
func (*MockBeaconStateSetValidatorSlashedCall) Do ¶
func (c *MockBeaconStateSetValidatorSlashedCall) Do(f func(int, bool) error) *MockBeaconStateSetValidatorSlashedCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetValidatorSlashedCall) DoAndReturn ¶
func (c *MockBeaconStateSetValidatorSlashedCall) DoAndReturn(f func(int, bool) error) *MockBeaconStateSetValidatorSlashedCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetValidatorSlashedCall) Return ¶
func (c *MockBeaconStateSetValidatorSlashedCall) Return(arg0 error) *MockBeaconStateSetValidatorSlashedCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetVersionCall ¶
MockBeaconStateSetVersionCall wrap *gomock.Call
func (*MockBeaconStateSetVersionCall) Do ¶
func (c *MockBeaconStateSetVersionCall) Do(f func(clparams.StateVersion)) *MockBeaconStateSetVersionCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetVersionCall) DoAndReturn ¶
func (c *MockBeaconStateSetVersionCall) DoAndReturn(f func(clparams.StateVersion)) *MockBeaconStateSetVersionCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetVersionCall) Return ¶
func (c *MockBeaconStateSetVersionCall) Return() *MockBeaconStateSetVersionCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall ¶
MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Do(f func(int, uint64) error) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) DoAndReturn(f func(int, uint64) error) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall) Return(arg0 error) *MockBeaconStateSetWithdrawableEpochForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall ¶
MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall wrap *gomock.Call
func (*MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Do ¶
func (c *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Do(f func(int, common.Hash)) *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn ¶
func (c *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) DoAndReturn(f func(int, common.Hash)) *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Return ¶
func (c *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall) Return() *MockBeaconStateSetWithdrawalCredentialForValidatorAtIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSlashValidatorCall ¶
MockBeaconStateSlashValidatorCall wrap *gomock.Call
func (*MockBeaconStateSlashValidatorCall) Do ¶
func (c *MockBeaconStateSlashValidatorCall) Do(f func(uint64, *uint64) (uint64, error)) *MockBeaconStateSlashValidatorCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSlashValidatorCall) DoAndReturn ¶
func (c *MockBeaconStateSlashValidatorCall) DoAndReturn(f func(uint64, *uint64) (uint64, error)) *MockBeaconStateSlashValidatorCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSlashValidatorCall) Return ¶
func (c *MockBeaconStateSlashValidatorCall) Return(arg0 uint64, arg1 error) *MockBeaconStateSlashValidatorCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSlashingSegmentAtCall ¶
MockBeaconStateSlashingSegmentAtCall wrap *gomock.Call
func (*MockBeaconStateSlashingSegmentAtCall) Do ¶
func (c *MockBeaconStateSlashingSegmentAtCall) Do(f func(int) uint64) *MockBeaconStateSlashingSegmentAtCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSlashingSegmentAtCall) DoAndReturn ¶
func (c *MockBeaconStateSlashingSegmentAtCall) DoAndReturn(f func(int) uint64) *MockBeaconStateSlashingSegmentAtCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSlashingSegmentAtCall) Return ¶
func (c *MockBeaconStateSlashingSegmentAtCall) Return(arg0 uint64) *MockBeaconStateSlashingSegmentAtCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSlotCall ¶
MockBeaconStateSlotCall wrap *gomock.Call
func (*MockBeaconStateSlotCall) Do ¶
func (c *MockBeaconStateSlotCall) Do(f func() uint64) *MockBeaconStateSlotCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSlotCall) DoAndReturn ¶
func (c *MockBeaconStateSlotCall) DoAndReturn(f func() uint64) *MockBeaconStateSlotCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateSlotCall) Return ¶
func (c *MockBeaconStateSlotCall) Return(arg0 uint64) *MockBeaconStateSlotCall
Return rewrite *gomock.Call.Return
type MockBeaconStateStateRootsCall ¶
MockBeaconStateStateRootsCall wrap *gomock.Call
func (*MockBeaconStateStateRootsCall) Do ¶
func (c *MockBeaconStateStateRootsCall) Do(f func() solid.HashVectorSSZ) *MockBeaconStateStateRootsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateStateRootsCall) DoAndReturn ¶
func (c *MockBeaconStateStateRootsCall) DoAndReturn(f func() solid.HashVectorSSZ) *MockBeaconStateStateRootsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateStateRootsCall) Return ¶
func (c *MockBeaconStateStateRootsCall) Return(arg0 solid.HashVectorSSZ) *MockBeaconStateStateRootsCall
Return rewrite *gomock.Call.Return
type MockBeaconStateSyncRewardsCall ¶
MockBeaconStateSyncRewardsCall wrap *gomock.Call
func (*MockBeaconStateSyncRewardsCall) Do ¶
func (c *MockBeaconStateSyncRewardsCall) Do(f func() (uint64, uint64, error)) *MockBeaconStateSyncRewardsCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateSyncRewardsCall) DoAndReturn ¶
func (c *MockBeaconStateSyncRewardsCall) DoAndReturn(f func() (uint64, uint64, error)) *MockBeaconStateSyncRewardsCall
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 ¶
MockBeaconStateUpgradeToAltairCall wrap *gomock.Call
func (*MockBeaconStateUpgradeToAltairCall) Do ¶
func (c *MockBeaconStateUpgradeToAltairCall) Do(f func() error) *MockBeaconStateUpgradeToAltairCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateUpgradeToAltairCall) DoAndReturn ¶
func (c *MockBeaconStateUpgradeToAltairCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToAltairCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateUpgradeToAltairCall) Return ¶
func (c *MockBeaconStateUpgradeToAltairCall) Return(arg0 error) *MockBeaconStateUpgradeToAltairCall
Return rewrite *gomock.Call.Return
type MockBeaconStateUpgradeToBellatrixCall ¶
MockBeaconStateUpgradeToBellatrixCall wrap *gomock.Call
func (*MockBeaconStateUpgradeToBellatrixCall) Do ¶
func (c *MockBeaconStateUpgradeToBellatrixCall) Do(f func() error) *MockBeaconStateUpgradeToBellatrixCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateUpgradeToBellatrixCall) DoAndReturn ¶
func (c *MockBeaconStateUpgradeToBellatrixCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToBellatrixCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateUpgradeToBellatrixCall) Return ¶
func (c *MockBeaconStateUpgradeToBellatrixCall) Return(arg0 error) *MockBeaconStateUpgradeToBellatrixCall
Return rewrite *gomock.Call.Return
type MockBeaconStateUpgradeToCapellaCall ¶
MockBeaconStateUpgradeToCapellaCall wrap *gomock.Call
func (*MockBeaconStateUpgradeToCapellaCall) Do ¶
func (c *MockBeaconStateUpgradeToCapellaCall) Do(f func() error) *MockBeaconStateUpgradeToCapellaCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateUpgradeToCapellaCall) DoAndReturn ¶
func (c *MockBeaconStateUpgradeToCapellaCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToCapellaCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateUpgradeToCapellaCall) Return ¶
func (c *MockBeaconStateUpgradeToCapellaCall) Return(arg0 error) *MockBeaconStateUpgradeToCapellaCall
Return rewrite *gomock.Call.Return
type MockBeaconStateUpgradeToDenebCall ¶
MockBeaconStateUpgradeToDenebCall wrap *gomock.Call
func (*MockBeaconStateUpgradeToDenebCall) Do ¶
func (c *MockBeaconStateUpgradeToDenebCall) Do(f func() error) *MockBeaconStateUpgradeToDenebCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateUpgradeToDenebCall) DoAndReturn ¶
func (c *MockBeaconStateUpgradeToDenebCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToDenebCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateUpgradeToDenebCall) Return ¶
func (c *MockBeaconStateUpgradeToDenebCall) Return(arg0 error) *MockBeaconStateUpgradeToDenebCall
Return rewrite *gomock.Call.Return
type MockBeaconStateUpgradeToElectraCall ¶
MockBeaconStateUpgradeToElectraCall wrap *gomock.Call
func (*MockBeaconStateUpgradeToElectraCall) Do ¶
func (c *MockBeaconStateUpgradeToElectraCall) Do(f func() error) *MockBeaconStateUpgradeToElectraCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateUpgradeToElectraCall) DoAndReturn ¶
func (c *MockBeaconStateUpgradeToElectraCall) DoAndReturn(f func() error) *MockBeaconStateUpgradeToElectraCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateUpgradeToElectraCall) Return ¶
func (c *MockBeaconStateUpgradeToElectraCall) Return(arg0 error) *MockBeaconStateUpgradeToElectraCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorBalanceCall ¶
MockBeaconStateValidatorBalanceCall wrap *gomock.Call
func (*MockBeaconStateValidatorBalanceCall) Do ¶
func (c *MockBeaconStateValidatorBalanceCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorBalanceCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorBalanceCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorBalanceCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorBalanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorBalanceCall) Return ¶
func (c *MockBeaconStateValidatorBalanceCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorBalanceCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorEffectiveBalanceCall ¶
MockBeaconStateValidatorEffectiveBalanceCall wrap *gomock.Call
func (*MockBeaconStateValidatorEffectiveBalanceCall) Do ¶
func (c *MockBeaconStateValidatorEffectiveBalanceCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorEffectiveBalanceCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorEffectiveBalanceCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorEffectiveBalanceCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorEffectiveBalanceCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorEffectiveBalanceCall) Return ¶
func (c *MockBeaconStateValidatorEffectiveBalanceCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorEffectiveBalanceCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorExitEpochCall ¶
MockBeaconStateValidatorExitEpochCall wrap *gomock.Call
func (*MockBeaconStateValidatorExitEpochCall) Do ¶
func (c *MockBeaconStateValidatorExitEpochCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorExitEpochCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorExitEpochCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorExitEpochCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorExitEpochCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorExitEpochCall) Return ¶
func (c *MockBeaconStateValidatorExitEpochCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorExitEpochCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorForValidatorIndexCall ¶
MockBeaconStateValidatorForValidatorIndexCall wrap *gomock.Call
func (*MockBeaconStateValidatorForValidatorIndexCall) Do ¶
func (c *MockBeaconStateValidatorForValidatorIndexCall) Do(f func(int) (solid.Validator, error)) *MockBeaconStateValidatorForValidatorIndexCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorForValidatorIndexCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorForValidatorIndexCall) DoAndReturn(f func(int) (solid.Validator, error)) *MockBeaconStateValidatorForValidatorIndexCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorForValidatorIndexCall) Return ¶
func (c *MockBeaconStateValidatorForValidatorIndexCall) Return(arg0 solid.Validator, arg1 error) *MockBeaconStateValidatorForValidatorIndexCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorInactivityScoreCall ¶
MockBeaconStateValidatorInactivityScoreCall wrap *gomock.Call
func (*MockBeaconStateValidatorInactivityScoreCall) Do ¶
func (c *MockBeaconStateValidatorInactivityScoreCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorInactivityScoreCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorInactivityScoreCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorInactivityScoreCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorInactivityScoreCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorInactivityScoreCall) Return ¶
func (c *MockBeaconStateValidatorInactivityScoreCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorInactivityScoreCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorIndexByPubkeyCall ¶
MockBeaconStateValidatorIndexByPubkeyCall wrap *gomock.Call
func (*MockBeaconStateValidatorIndexByPubkeyCall) Do ¶
func (c *MockBeaconStateValidatorIndexByPubkeyCall) Do(f func([48]byte) (uint64, bool)) *MockBeaconStateValidatorIndexByPubkeyCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorIndexByPubkeyCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorIndexByPubkeyCall) DoAndReturn(f func([48]byte) (uint64, bool)) *MockBeaconStateValidatorIndexByPubkeyCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorIndexByPubkeyCall) Return ¶
func (c *MockBeaconStateValidatorIndexByPubkeyCall) Return(arg0 uint64, arg1 bool) *MockBeaconStateValidatorIndexByPubkeyCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall ¶
MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall wrap *gomock.Call
func (*MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Do ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Return ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsCurrentMatchingHeadAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall ¶
MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall wrap *gomock.Call
func (*MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Do ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Return ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsCurrentMatchingSourceAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall ¶
MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall wrap *gomock.Call
func (*MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Do ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Return ¶
func (c *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsCurrentMatchingTargetAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall ¶
MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall wrap *gomock.Call
func (*MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Do ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Return ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsPreviousMatchingHeadAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall ¶
MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall wrap *gomock.Call
func (*MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Do ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Return ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsPreviousMatchingSourceAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall ¶
MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall wrap *gomock.Call
func (*MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Do ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Do(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) DoAndReturn(f func(int) (bool, error)) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Return ¶
func (c *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall) Return(arg0 bool, arg1 error) *MockBeaconStateValidatorIsPreviousMatchingTargetAttesterCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorLengthCall ¶
MockBeaconStateValidatorLengthCall wrap *gomock.Call
func (*MockBeaconStateValidatorLengthCall) Do ¶
func (c *MockBeaconStateValidatorLengthCall) Do(f func() int) *MockBeaconStateValidatorLengthCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorLengthCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorLengthCall) DoAndReturn(f func() int) *MockBeaconStateValidatorLengthCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorLengthCall) Return ¶
func (c *MockBeaconStateValidatorLengthCall) Return(arg0 int) *MockBeaconStateValidatorLengthCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall ¶
MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall wrap *gomock.Call
func (*MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Do ¶
func (c *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Do(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) DoAndReturn(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Return ¶
func (c *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall) Return(arg0 *solid.PendingAttestation, arg1 error) *MockBeaconStateValidatorMinCurrentInclusionDelayAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall ¶
MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall wrap *gomock.Call
func (*MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Do ¶
func (c *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Do(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) DoAndReturn(f func(int) (*solid.PendingAttestation, error)) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Return ¶
func (c *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall) Return(arg0 *solid.PendingAttestation, arg1 error) *MockBeaconStateValidatorMinPreviousInclusionDelayAttestationCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorSetCall ¶
MockBeaconStateValidatorSetCall wrap *gomock.Call
func (*MockBeaconStateValidatorSetCall) Do ¶
func (c *MockBeaconStateValidatorSetCall) Do(f func() *solid.ValidatorSet) *MockBeaconStateValidatorSetCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorSetCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorSetCall) DoAndReturn(f func() *solid.ValidatorSet) *MockBeaconStateValidatorSetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorSetCall) Return ¶
func (c *MockBeaconStateValidatorSetCall) Return(arg0 *solid.ValidatorSet) *MockBeaconStateValidatorSetCall
Return rewrite *gomock.Call.Return
type MockBeaconStateValidatorWithdrawableEpochCall ¶
MockBeaconStateValidatorWithdrawableEpochCall wrap *gomock.Call
func (*MockBeaconStateValidatorWithdrawableEpochCall) Do ¶
func (c *MockBeaconStateValidatorWithdrawableEpochCall) Do(f func(int) (uint64, error)) *MockBeaconStateValidatorWithdrawableEpochCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateValidatorWithdrawableEpochCall) DoAndReturn ¶
func (c *MockBeaconStateValidatorWithdrawableEpochCall) DoAndReturn(f func(int) (uint64, error)) *MockBeaconStateValidatorWithdrawableEpochCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateValidatorWithdrawableEpochCall) Return ¶
func (c *MockBeaconStateValidatorWithdrawableEpochCall) Return(arg0 uint64, arg1 error) *MockBeaconStateValidatorWithdrawableEpochCall
Return rewrite *gomock.Call.Return
type MockBeaconStateVersionCall ¶
MockBeaconStateVersionCall wrap *gomock.Call
func (*MockBeaconStateVersionCall) Do ¶
func (c *MockBeaconStateVersionCall) Do(f func() clparams.StateVersion) *MockBeaconStateVersionCall
Do rewrite *gomock.Call.Do
func (*MockBeaconStateVersionCall) DoAndReturn ¶
func (c *MockBeaconStateVersionCall) DoAndReturn(f func() clparams.StateVersion) *MockBeaconStateVersionCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockBeaconStateVersionCall) Return ¶
func (c *MockBeaconStateVersionCall) Return(arg0 clparams.StateVersion) *MockBeaconStateVersionCall
Return rewrite *gomock.Call.Return