Documentation ¶
Overview ¶
Package validator_mock is a generated GoMock package.
Package validator_mock is a generated GoMock package.
Package validator_mock is a generated GoMock package.
Package validator_mock is a generated GoMock package.
Index ¶
- type MockBeaconChainClient
- func (m *MockBeaconChainClient) AttestationPool(arg0 context.Context, arg1 *eth.AttestationPoolRequest) (*eth.AttestationPoolResponse, error)
- func (m *MockBeaconChainClient) EXPECT() *MockBeaconChainClientMockRecorder
- func (m *MockBeaconChainClient) GetBeaconConfig(arg0 context.Context, arg1 *emptypb.Empty) (*eth.BeaconConfig, error)
- func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainHead, error)
- func (m *MockBeaconChainClient) GetIndividualVotes(arg0 context.Context, arg1 *eth.IndividualVotesRequest) (*eth.IndividualVotesRespond, error)
- func (m *MockBeaconChainClient) GetValidator(arg0 context.Context, arg1 *eth.GetValidatorRequest) (*eth.Validator, error)
- func (m *MockBeaconChainClient) GetValidatorActiveSetChanges(arg0 context.Context, arg1 *eth.GetValidatorActiveSetChangesRequest) (*eth.ActiveSetChanges, error)
- func (m *MockBeaconChainClient) GetValidatorParticipation(arg0 context.Context, arg1 *eth.GetValidatorParticipationRequest) (*eth.ValidatorParticipationResponse, error)
- func (m *MockBeaconChainClient) GetValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
- func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ValidatorQueue, error)
- func (m *MockBeaconChainClient) ListAttestations(arg0 context.Context, arg1 *eth.ListAttestationsRequest) (*eth.ListAttestationsResponse, error)
- func (m *MockBeaconChainClient) ListBeaconBlocks(arg0 context.Context, arg1 *eth.ListBlocksRequest) (*eth.ListBeaconBlocksResponse, error)
- func (m *MockBeaconChainClient) ListBeaconCommittees(arg0 context.Context, arg1 *eth.ListCommitteesRequest) (*eth.BeaconCommittees, error)
- func (m *MockBeaconChainClient) ListIndexedAttestations(arg0 context.Context, arg1 *eth.ListIndexedAttestationsRequest) (*eth.ListIndexedAttestationsResponse, error)
- func (m *MockBeaconChainClient) ListValidatorAssignments(arg0 context.Context, arg1 *eth.ListValidatorAssignmentsRequest) (*eth.ValidatorAssignments, error)
- func (m *MockBeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *eth.ListValidatorBalancesRequest) (*eth.ValidatorBalances, error)
- func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *eth.ListValidatorsRequest) (*eth.Validators, error)
- func (m *MockBeaconChainClient) StreamAttestations(arg0 context.Context, arg1 *emptypb.Empty) (eth.BeaconChain_StreamAttestationsClient, error)
- func (m *MockBeaconChainClient) StreamBlocks(arg0 context.Context, arg1 *eth.StreamBlocksRequest) (eth.BeaconChain_StreamBlocksClient, error)
- func (m *MockBeaconChainClient) StreamChainHead(arg0 context.Context, arg1 *emptypb.Empty) (eth.BeaconChain_StreamChainHeadClient, error)
- func (m *MockBeaconChainClient) StreamIndexedAttestations(arg0 context.Context, arg1 *emptypb.Empty) (eth.BeaconChain_StreamIndexedAttestationsClient, error)
- func (m *MockBeaconChainClient) StreamValidatorsInfo(arg0 context.Context) (eth.BeaconChain_StreamValidatorsInfoClient, error)
- func (m *MockBeaconChainClient) SubmitAttesterSlashing(arg0 context.Context, arg1 *eth.AttesterSlashing) (*eth.SubmitSlashingResponse, error)
- func (m *MockBeaconChainClient) SubmitProposerSlashing(arg0 context.Context, arg1 *eth.ProposerSlashing) (*eth.SubmitSlashingResponse, error)
- type MockBeaconChainClientMockRecorder
- func (mr *MockBeaconChainClientMockRecorder) AttestationPool(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetBeaconConfig(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetIndividualVotes(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidator(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListAttestations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListBeaconBlocks(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListBeaconCommittees(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListIndexedAttestations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidatorAssignments(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamAttestations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamBlocks(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamChainHead(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamIndexedAttestations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamValidatorsInfo(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) SubmitAttesterSlashing(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) SubmitProposerSlashing(arg0, arg1 interface{}) *gomock.Call
- type MockNodeClient
- func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
- func (m *MockNodeClient) GetETH1ConnectionStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ETH1ConnectionStatus, error)
- func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, error)
- func (m *MockNodeClient) GetHost(arg0 context.Context, arg1 *emptypb.Empty) (*eth.HostData, error)
- func (m *MockNodeClient) GetPeer(arg0 context.Context, arg1 *eth.PeerRequest) (*eth.Peer, error)
- func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncStatus, error)
- func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Version, error)
- func (m *MockNodeClient) ListImplementedServices(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ImplementedServices, error)
- func (m *MockNodeClient) ListPeers(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Peers, error)
- type MockNodeClientMockRecorder
- func (mr *MockNodeClientMockRecorder) GetETH1ConnectionStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetHost(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetPeer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListImplementedServices(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 interface{}) *gomock.Call
- type MockSlasherClient
- func (m *MockSlasherClient) EXPECT() *MockSlasherClientMockRecorder
- func (m *MockSlasherClient) HighestAttestations(arg0 context.Context, arg1 *eth.HighestAttestationRequest) (*eth.HighestAttestationResponse, error)
- func (m *MockSlasherClient) IsSlashableAttestation(arg0 context.Context, arg1 *eth.IndexedAttestation) (*eth.AttesterSlashingResponse, error)
- func (m *MockSlasherClient) IsSlashableBlock(arg0 context.Context, arg1 *eth.SignedBeaconBlockHeader) (*eth.ProposerSlashingResponse, error)
- type MockSlasherClientMockRecorder
- type MockValidatorClient
- func (m *MockValidatorClient) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
- func (m *MockValidatorClient) DomainData(arg0 context.Context, arg1 *eth.DomainRequest) (*eth.DomainResponse, error)
- func (m *MockValidatorClient) EXPECT() *MockValidatorClientMockRecorder
- func (m *MockValidatorClient) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest) (*eth.AttestationData, error)
- func (m *MockValidatorClient) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
- func (m *MockValidatorClient) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest) (*eth.DutiesResponse, error)
- func (m *MockValidatorClient) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
- func (m *MockValidatorClient) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
- func (m *MockValidatorClient) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
- func (m *MockValidatorClient) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
- func (m *MockValidatorClient) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
- func (m *MockValidatorClient) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
- func (m *MockValidatorClient) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation) (*eth.AttestResponse, error)
- func (m *MockValidatorClient) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
- func (m *MockValidatorClient) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
- func (m *MockValidatorClient) StreamBlocksAltair(arg0 context.Context, arg1 *eth.StreamBlocksRequest) (eth.BeaconNodeValidator_StreamBlocksAltairClient, error)
- func (m *MockValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest) (*eth.AggregateSelectionResponse, error)
- func (m *MockValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
- func (m *MockValidatorClient) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
- func (m *MockValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, ...) (*emptypb.Empty, error)
- func (m *MockValidatorClient) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
- func (m *MockValidatorClient) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
- func (m *MockValidatorClient) WaitForActivation(arg0 context.Context, arg1 *eth.ValidatorActivationRequest) (eth.BeaconNodeValidator_WaitForActivationClient, error)
- func (m *MockValidatorClient) WaitForChainStart(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainStartResponse, error)
- type MockValidatorClientMockRecorder
- func (mr *MockValidatorClientMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) DomainData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetAttestationData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetBeaconBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetDuties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetSyncCommitteeContribution(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) PrepareBeaconProposer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeAttestation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeBeaconBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ProposeExit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) StreamBlocksAltair(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitSyncMessage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubmitValidatorRegistrations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ValidatorIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) ValidatorStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) WaitForActivation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockValidatorClientMockRecorder) WaitForChainStart(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBeaconChainClient ¶
type MockBeaconChainClient struct {
// contains filtered or unexported fields
}
MockBeaconChainClient is a mock of BeaconChainClient interface.
func NewMockBeaconChainClient ¶
func NewMockBeaconChainClient(ctrl *gomock.Controller) *MockBeaconChainClient
NewMockBeaconChainClient creates a new mock instance.
func (*MockBeaconChainClient) AttestationPool ¶
func (m *MockBeaconChainClient) AttestationPool(arg0 context.Context, arg1 *eth.AttestationPoolRequest) (*eth.AttestationPoolResponse, error)
AttestationPool mocks base method.
func (*MockBeaconChainClient) EXPECT ¶
func (m *MockBeaconChainClient) EXPECT() *MockBeaconChainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChainClient) GetBeaconConfig ¶
func (m *MockBeaconChainClient) GetBeaconConfig(arg0 context.Context, arg1 *emptypb.Empty) (*eth.BeaconConfig, error)
GetBeaconConfig mocks base method.
func (*MockBeaconChainClient) GetChainHead ¶
func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainHead, error)
GetChainHead mocks base method.
func (*MockBeaconChainClient) GetIndividualVotes ¶
func (m *MockBeaconChainClient) GetIndividualVotes(arg0 context.Context, arg1 *eth.IndividualVotesRequest) (*eth.IndividualVotesRespond, error)
GetIndividualVotes mocks base method.
func (*MockBeaconChainClient) GetValidator ¶
func (m *MockBeaconChainClient) GetValidator(arg0 context.Context, arg1 *eth.GetValidatorRequest) (*eth.Validator, error)
GetValidator mocks base method.
func (*MockBeaconChainClient) GetValidatorActiveSetChanges ¶
func (m *MockBeaconChainClient) GetValidatorActiveSetChanges(arg0 context.Context, arg1 *eth.GetValidatorActiveSetChangesRequest) (*eth.ActiveSetChanges, error)
GetValidatorActiveSetChanges mocks base method.
func (*MockBeaconChainClient) GetValidatorParticipation ¶
func (m *MockBeaconChainClient) GetValidatorParticipation(arg0 context.Context, arg1 *eth.GetValidatorParticipationRequest) (*eth.ValidatorParticipationResponse, error)
GetValidatorParticipation mocks base method.
func (*MockBeaconChainClient) GetValidatorPerformance ¶
func (m *MockBeaconChainClient) GetValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest) (*eth.ValidatorPerformanceResponse, error)
GetValidatorPerformance mocks base method.
func (*MockBeaconChainClient) GetValidatorQueue ¶
func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ValidatorQueue, error)
GetValidatorQueue mocks base method.
func (*MockBeaconChainClient) ListAttestations ¶
func (m *MockBeaconChainClient) ListAttestations(arg0 context.Context, arg1 *eth.ListAttestationsRequest) (*eth.ListAttestationsResponse, error)
ListAttestations mocks base method.
func (*MockBeaconChainClient) ListBeaconBlocks ¶
func (m *MockBeaconChainClient) ListBeaconBlocks(arg0 context.Context, arg1 *eth.ListBlocksRequest) (*eth.ListBeaconBlocksResponse, error)
ListBeaconBlocks mocks base method.
func (*MockBeaconChainClient) ListBeaconCommittees ¶
func (m *MockBeaconChainClient) ListBeaconCommittees(arg0 context.Context, arg1 *eth.ListCommitteesRequest) (*eth.BeaconCommittees, error)
ListBeaconCommittees mocks base method.
func (*MockBeaconChainClient) ListIndexedAttestations ¶
func (m *MockBeaconChainClient) ListIndexedAttestations(arg0 context.Context, arg1 *eth.ListIndexedAttestationsRequest) (*eth.ListIndexedAttestationsResponse, error)
ListIndexedAttestations mocks base method.
func (*MockBeaconChainClient) ListValidatorAssignments ¶
func (m *MockBeaconChainClient) ListValidatorAssignments(arg0 context.Context, arg1 *eth.ListValidatorAssignmentsRequest) (*eth.ValidatorAssignments, error)
ListValidatorAssignments mocks base method.
func (*MockBeaconChainClient) ListValidatorBalances ¶
func (m *MockBeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *eth.ListValidatorBalancesRequest) (*eth.ValidatorBalances, error)
ListValidatorBalances mocks base method.
func (*MockBeaconChainClient) ListValidators ¶
func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *eth.ListValidatorsRequest) (*eth.Validators, error)
ListValidators mocks base method.
func (*MockBeaconChainClient) StreamAttestations ¶
func (m *MockBeaconChainClient) StreamAttestations(arg0 context.Context, arg1 *emptypb.Empty) (eth.BeaconChain_StreamAttestationsClient, error)
StreamAttestations mocks base method.
func (*MockBeaconChainClient) StreamBlocks ¶
func (m *MockBeaconChainClient) StreamBlocks(arg0 context.Context, arg1 *eth.StreamBlocksRequest) (eth.BeaconChain_StreamBlocksClient, error)
StreamBlocks mocks base method.
func (*MockBeaconChainClient) StreamChainHead ¶
func (m *MockBeaconChainClient) StreamChainHead(arg0 context.Context, arg1 *emptypb.Empty) (eth.BeaconChain_StreamChainHeadClient, error)
StreamChainHead mocks base method.
func (*MockBeaconChainClient) StreamIndexedAttestations ¶
func (m *MockBeaconChainClient) StreamIndexedAttestations(arg0 context.Context, arg1 *emptypb.Empty) (eth.BeaconChain_StreamIndexedAttestationsClient, error)
StreamIndexedAttestations mocks base method.
func (*MockBeaconChainClient) StreamValidatorsInfo ¶
func (m *MockBeaconChainClient) StreamValidatorsInfo(arg0 context.Context) (eth.BeaconChain_StreamValidatorsInfoClient, error)
StreamValidatorsInfo mocks base method.
func (*MockBeaconChainClient) SubmitAttesterSlashing ¶
func (m *MockBeaconChainClient) SubmitAttesterSlashing(arg0 context.Context, arg1 *eth.AttesterSlashing) (*eth.SubmitSlashingResponse, error)
SubmitAttesterSlashing mocks base method.
func (*MockBeaconChainClient) SubmitProposerSlashing ¶
func (m *MockBeaconChainClient) SubmitProposerSlashing(arg0 context.Context, arg1 *eth.ProposerSlashing) (*eth.SubmitSlashingResponse, error)
SubmitProposerSlashing mocks base method.
type MockBeaconChainClientMockRecorder ¶
type MockBeaconChainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChainClientMockRecorder is the mock recorder for MockBeaconChainClient.
func (*MockBeaconChainClientMockRecorder) AttestationPool ¶
func (mr *MockBeaconChainClientMockRecorder) AttestationPool(arg0, arg1 interface{}) *gomock.Call
AttestationPool indicates an expected call of AttestationPool.
func (*MockBeaconChainClientMockRecorder) GetBeaconConfig ¶
func (mr *MockBeaconChainClientMockRecorder) GetBeaconConfig(arg0, arg1 interface{}) *gomock.Call
GetBeaconConfig indicates an expected call of GetBeaconConfig.
func (*MockBeaconChainClientMockRecorder) GetChainHead ¶
func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}) *gomock.Call
GetChainHead indicates an expected call of GetChainHead.
func (*MockBeaconChainClientMockRecorder) GetIndividualVotes ¶
func (mr *MockBeaconChainClientMockRecorder) GetIndividualVotes(arg0, arg1 interface{}) *gomock.Call
GetIndividualVotes indicates an expected call of GetIndividualVotes.
func (*MockBeaconChainClientMockRecorder) GetValidator ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidator(arg0, arg1 interface{}) *gomock.Call
GetValidator indicates an expected call of GetValidator.
func (*MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges(arg0, arg1 interface{}) *gomock.Call
GetValidatorActiveSetChanges indicates an expected call of GetValidatorActiveSetChanges.
func (*MockBeaconChainClientMockRecorder) GetValidatorParticipation ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 interface{}) *gomock.Call
GetValidatorParticipation indicates an expected call of GetValidatorParticipation.
func (*MockBeaconChainClientMockRecorder) GetValidatorPerformance ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 interface{}) *gomock.Call
GetValidatorPerformance indicates an expected call of GetValidatorPerformance.
func (*MockBeaconChainClientMockRecorder) GetValidatorQueue ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 interface{}) *gomock.Call
GetValidatorQueue indicates an expected call of GetValidatorQueue.
func (*MockBeaconChainClientMockRecorder) ListAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) ListAttestations(arg0, arg1 interface{}) *gomock.Call
ListAttestations indicates an expected call of ListAttestations.
func (*MockBeaconChainClientMockRecorder) ListBeaconBlocks ¶
func (mr *MockBeaconChainClientMockRecorder) ListBeaconBlocks(arg0, arg1 interface{}) *gomock.Call
ListBeaconBlocks indicates an expected call of ListBeaconBlocks.
func (*MockBeaconChainClientMockRecorder) ListBeaconCommittees ¶
func (mr *MockBeaconChainClientMockRecorder) ListBeaconCommittees(arg0, arg1 interface{}) *gomock.Call
ListBeaconCommittees indicates an expected call of ListBeaconCommittees.
func (*MockBeaconChainClientMockRecorder) ListIndexedAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) ListIndexedAttestations(arg0, arg1 interface{}) *gomock.Call
ListIndexedAttestations indicates an expected call of ListIndexedAttestations.
func (*MockBeaconChainClientMockRecorder) ListValidatorAssignments ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidatorAssignments(arg0, arg1 interface{}) *gomock.Call
ListValidatorAssignments indicates an expected call of ListValidatorAssignments.
func (*MockBeaconChainClientMockRecorder) ListValidatorBalances ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 interface{}) *gomock.Call
ListValidatorBalances indicates an expected call of ListValidatorBalances.
func (*MockBeaconChainClientMockRecorder) ListValidators ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}) *gomock.Call
ListValidators indicates an expected call of ListValidators.
func (*MockBeaconChainClientMockRecorder) StreamAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) StreamAttestations(arg0, arg1 interface{}) *gomock.Call
StreamAttestations indicates an expected call of StreamAttestations.
func (*MockBeaconChainClientMockRecorder) StreamBlocks ¶
func (mr *MockBeaconChainClientMockRecorder) StreamBlocks(arg0, arg1 interface{}) *gomock.Call
StreamBlocks indicates an expected call of StreamBlocks.
func (*MockBeaconChainClientMockRecorder) StreamChainHead ¶
func (mr *MockBeaconChainClientMockRecorder) StreamChainHead(arg0, arg1 interface{}) *gomock.Call
StreamChainHead indicates an expected call of StreamChainHead.
func (*MockBeaconChainClientMockRecorder) StreamIndexedAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) StreamIndexedAttestations(arg0, arg1 interface{}) *gomock.Call
StreamIndexedAttestations indicates an expected call of StreamIndexedAttestations.
func (*MockBeaconChainClientMockRecorder) StreamValidatorsInfo ¶
func (mr *MockBeaconChainClientMockRecorder) StreamValidatorsInfo(arg0 interface{}) *gomock.Call
StreamValidatorsInfo indicates an expected call of StreamValidatorsInfo.
func (*MockBeaconChainClientMockRecorder) SubmitAttesterSlashing ¶
func (mr *MockBeaconChainClientMockRecorder) SubmitAttesterSlashing(arg0, arg1 interface{}) *gomock.Call
SubmitAttesterSlashing indicates an expected call of SubmitAttesterSlashing.
func (*MockBeaconChainClientMockRecorder) SubmitProposerSlashing ¶
func (mr *MockBeaconChainClientMockRecorder) SubmitProposerSlashing(arg0, arg1 interface{}) *gomock.Call
SubmitProposerSlashing indicates an expected call of SubmitProposerSlashing.
type MockNodeClient ¶
type MockNodeClient struct {
// contains filtered or unexported fields
}
MockNodeClient is a mock of NodeClient interface.
func NewMockNodeClient ¶
func NewMockNodeClient(ctrl *gomock.Controller) *MockNodeClient
NewMockNodeClient creates a new mock instance.
func (*MockNodeClient) EXPECT ¶
func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNodeClient) GetETH1ConnectionStatus ¶
func (m *MockNodeClient) GetETH1ConnectionStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ETH1ConnectionStatus, error)
GetETH1ConnectionStatus mocks base method.
func (*MockNodeClient) GetGenesis ¶
func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, error)
GetGenesis mocks base method.
func (*MockNodeClient) GetPeer ¶
func (m *MockNodeClient) GetPeer(arg0 context.Context, arg1 *eth.PeerRequest) (*eth.Peer, error)
GetPeer mocks base method.
func (*MockNodeClient) GetSyncStatus ¶
func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncStatus, error)
GetSyncStatus mocks base method.
func (*MockNodeClient) GetVersion ¶
func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Version, error)
GetVersion mocks base method.
func (*MockNodeClient) ListImplementedServices ¶
func (m *MockNodeClient) ListImplementedServices(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ImplementedServices, error)
ListImplementedServices mocks base method.
type MockNodeClientMockRecorder ¶
type MockNodeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeClientMockRecorder is the mock recorder for MockNodeClient.
func (*MockNodeClientMockRecorder) GetETH1ConnectionStatus ¶
func (mr *MockNodeClientMockRecorder) GetETH1ConnectionStatus(arg0, arg1 interface{}) *gomock.Call
GetETH1ConnectionStatus indicates an expected call of GetETH1ConnectionStatus.
func (*MockNodeClientMockRecorder) GetGenesis ¶
func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}) *gomock.Call
GetGenesis indicates an expected call of GetGenesis.
func (*MockNodeClientMockRecorder) GetHost ¶
func (mr *MockNodeClientMockRecorder) GetHost(arg0, arg1 interface{}) *gomock.Call
GetHost indicates an expected call of GetHost.
func (*MockNodeClientMockRecorder) GetPeer ¶
func (mr *MockNodeClientMockRecorder) GetPeer(arg0, arg1 interface{}) *gomock.Call
GetPeer indicates an expected call of GetPeer.
func (*MockNodeClientMockRecorder) GetSyncStatus ¶
func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 interface{}) *gomock.Call
GetSyncStatus indicates an expected call of GetSyncStatus.
func (*MockNodeClientMockRecorder) GetVersion ¶
func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 interface{}) *gomock.Call
GetVersion indicates an expected call of GetVersion.
func (*MockNodeClientMockRecorder) ListImplementedServices ¶
func (mr *MockNodeClientMockRecorder) ListImplementedServices(arg0, arg1 interface{}) *gomock.Call
ListImplementedServices indicates an expected call of ListImplementedServices.
func (*MockNodeClientMockRecorder) ListPeers ¶
func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 interface{}) *gomock.Call
ListPeers indicates an expected call of ListPeers.
type MockSlasherClient ¶
type MockSlasherClient struct {
// contains filtered or unexported fields
}
MockSlasherClient is a mock of SlasherClient interface.
func NewMockSlasherClient ¶
func NewMockSlasherClient(ctrl *gomock.Controller) *MockSlasherClient
NewMockSlasherClient creates a new mock instance.
func (*MockSlasherClient) EXPECT ¶
func (m *MockSlasherClient) EXPECT() *MockSlasherClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSlasherClient) HighestAttestations ¶
func (m *MockSlasherClient) HighestAttestations(arg0 context.Context, arg1 *eth.HighestAttestationRequest) (*eth.HighestAttestationResponse, error)
HighestAttestations mocks base method.
func (*MockSlasherClient) IsSlashableAttestation ¶
func (m *MockSlasherClient) IsSlashableAttestation(arg0 context.Context, arg1 *eth.IndexedAttestation) (*eth.AttesterSlashingResponse, error)
IsSlashableAttestation mocks base method.
func (*MockSlasherClient) IsSlashableBlock ¶
func (m *MockSlasherClient) IsSlashableBlock(arg0 context.Context, arg1 *eth.SignedBeaconBlockHeader) (*eth.ProposerSlashingResponse, error)
IsSlashableBlock mocks base method.
type MockSlasherClientMockRecorder ¶
type MockSlasherClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSlasherClientMockRecorder is the mock recorder for MockSlasherClient.
func (*MockSlasherClientMockRecorder) HighestAttestations ¶
func (mr *MockSlasherClientMockRecorder) HighestAttestations(arg0, arg1 interface{}) *gomock.Call
HighestAttestations indicates an expected call of HighestAttestations.
func (*MockSlasherClientMockRecorder) IsSlashableAttestation ¶
func (mr *MockSlasherClientMockRecorder) IsSlashableAttestation(arg0, arg1 interface{}) *gomock.Call
IsSlashableAttestation indicates an expected call of IsSlashableAttestation.
func (*MockSlasherClientMockRecorder) IsSlashableBlock ¶
func (mr *MockSlasherClientMockRecorder) IsSlashableBlock(arg0, arg1 interface{}) *gomock.Call
IsSlashableBlock indicates an expected call of IsSlashableBlock.
type MockValidatorClient ¶
type MockValidatorClient struct {
// contains filtered or unexported fields
}
MockValidatorClient is a mock of ValidatorClient interface.
func NewMockValidatorClient ¶
func NewMockValidatorClient(ctrl *gomock.Controller) *MockValidatorClient
NewMockValidatorClient creates a new mock instance.
func (*MockValidatorClient) CheckDoppelGanger ¶
func (m *MockValidatorClient) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
CheckDoppelGanger mocks base method.
func (*MockValidatorClient) DomainData ¶
func (m *MockValidatorClient) DomainData(arg0 context.Context, arg1 *eth.DomainRequest) (*eth.DomainResponse, error)
DomainData mocks base method.
func (*MockValidatorClient) EXPECT ¶
func (m *MockValidatorClient) EXPECT() *MockValidatorClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockValidatorClient) GetAttestationData ¶
func (m *MockValidatorClient) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest) (*eth.AttestationData, error)
GetAttestationData mocks base method.
func (*MockValidatorClient) GetBeaconBlock ¶
func (m *MockValidatorClient) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
GetBeaconBlock mocks base method.
func (*MockValidatorClient) GetDuties ¶
func (m *MockValidatorClient) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest) (*eth.DutiesResponse, error)
GetDuties mocks base method.
func (*MockValidatorClient) GetFeeRecipientByPubKey ¶
func (m *MockValidatorClient) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
GetFeeRecipientByPubKey mocks base method.
func (*MockValidatorClient) GetSyncCommitteeContribution ¶
func (m *MockValidatorClient) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
GetSyncCommitteeContribution mocks base method.
func (*MockValidatorClient) GetSyncMessageBlockRoot ¶
func (m *MockValidatorClient) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
GetSyncMessageBlockRoot mocks base method.
func (*MockValidatorClient) GetSyncSubcommitteeIndex ¶
func (m *MockValidatorClient) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
GetSyncSubcommitteeIndex mocks base method.
func (*MockValidatorClient) MultipleValidatorStatus ¶
func (m *MockValidatorClient) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
MultipleValidatorStatus mocks base method.
func (*MockValidatorClient) PrepareBeaconProposer ¶
func (m *MockValidatorClient) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
PrepareBeaconProposer mocks base method.
func (*MockValidatorClient) ProposeAttestation ¶
func (m *MockValidatorClient) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation) (*eth.AttestResponse, error)
ProposeAttestation mocks base method.
func (*MockValidatorClient) ProposeBeaconBlock ¶
func (m *MockValidatorClient) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
ProposeBeaconBlock mocks base method.
func (*MockValidatorClient) ProposeExit ¶
func (m *MockValidatorClient) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
ProposeExit mocks base method.
func (*MockValidatorClient) StreamBlocksAltair ¶
func (m *MockValidatorClient) StreamBlocksAltair(arg0 context.Context, arg1 *eth.StreamBlocksRequest) (eth.BeaconNodeValidator_StreamBlocksAltairClient, error)
StreamBlocksAltair mocks base method.
func (*MockValidatorClient) SubmitAggregateSelectionProof ¶
func (m *MockValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest) (*eth.AggregateSelectionResponse, error)
SubmitAggregateSelectionProof mocks base method.
func (*MockValidatorClient) SubmitSignedAggregateSelectionProof ¶
func (m *MockValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
SubmitSignedAggregateSelectionProof mocks base method.
func (*MockValidatorClient) SubmitSignedContributionAndProof ¶
func (m *MockValidatorClient) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof) (*emptypb.Empty, error)
SubmitSignedContributionAndProof mocks base method.
func (*MockValidatorClient) SubmitSyncMessage ¶
func (m *MockValidatorClient) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
SubmitSyncMessage mocks base method.
func (*MockValidatorClient) SubmitValidatorRegistrations ¶
func (m *MockValidatorClient) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
SubmitValidatorRegistrations mocks base method.
func (*MockValidatorClient) SubscribeCommitteeSubnets ¶
func (m *MockValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, arg2 []primitives.ValidatorIndex) (*emptypb.Empty, error)
SubscribeCommitteeSubnets mocks base method.
func (*MockValidatorClient) ValidatorIndex ¶
func (m *MockValidatorClient) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
ValidatorIndex mocks base method.
func (*MockValidatorClient) ValidatorStatus ¶
func (m *MockValidatorClient) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
ValidatorStatus mocks base method.
func (*MockValidatorClient) WaitForActivation ¶
func (m *MockValidatorClient) WaitForActivation(arg0 context.Context, arg1 *eth.ValidatorActivationRequest) (eth.BeaconNodeValidator_WaitForActivationClient, error)
WaitForActivation mocks base method.
func (*MockValidatorClient) WaitForChainStart ¶
func (m *MockValidatorClient) WaitForChainStart(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainStartResponse, error)
WaitForChainStart mocks base method.
type MockValidatorClientMockRecorder ¶
type MockValidatorClientMockRecorder struct {
// contains filtered or unexported fields
}
MockValidatorClientMockRecorder is the mock recorder for MockValidatorClient.
func (*MockValidatorClientMockRecorder) CheckDoppelGanger ¶
func (mr *MockValidatorClientMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}) *gomock.Call
CheckDoppelGanger indicates an expected call of CheckDoppelGanger.
func (*MockValidatorClientMockRecorder) DomainData ¶
func (mr *MockValidatorClientMockRecorder) DomainData(arg0, arg1 interface{}) *gomock.Call
DomainData indicates an expected call of DomainData.
func (*MockValidatorClientMockRecorder) GetAttestationData ¶
func (mr *MockValidatorClientMockRecorder) GetAttestationData(arg0, arg1 interface{}) *gomock.Call
GetAttestationData indicates an expected call of GetAttestationData.
func (*MockValidatorClientMockRecorder) GetBeaconBlock ¶
func (mr *MockValidatorClientMockRecorder) GetBeaconBlock(arg0, arg1 interface{}) *gomock.Call
GetBeaconBlock indicates an expected call of GetBeaconBlock.
func (*MockValidatorClientMockRecorder) GetDuties ¶
func (mr *MockValidatorClientMockRecorder) GetDuties(arg0, arg1 interface{}) *gomock.Call
GetDuties indicates an expected call of GetDuties.
func (*MockValidatorClientMockRecorder) GetFeeRecipientByPubKey ¶
func (mr *MockValidatorClientMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 interface{}) *gomock.Call
GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.
func (*MockValidatorClientMockRecorder) GetSyncCommitteeContribution ¶
func (mr *MockValidatorClientMockRecorder) GetSyncCommitteeContribution(arg0, arg1 interface{}) *gomock.Call
GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.
func (*MockValidatorClientMockRecorder) GetSyncMessageBlockRoot ¶
func (mr *MockValidatorClientMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 interface{}) *gomock.Call
GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.
func (*MockValidatorClientMockRecorder) GetSyncSubcommitteeIndex ¶
func (mr *MockValidatorClientMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 interface{}) *gomock.Call
GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.
func (*MockValidatorClientMockRecorder) MultipleValidatorStatus ¶
func (mr *MockValidatorClientMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}) *gomock.Call
MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.
func (*MockValidatorClientMockRecorder) PrepareBeaconProposer ¶
func (mr *MockValidatorClientMockRecorder) PrepareBeaconProposer(arg0, arg1 interface{}) *gomock.Call
PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.
func (*MockValidatorClientMockRecorder) ProposeAttestation ¶
func (mr *MockValidatorClientMockRecorder) ProposeAttestation(arg0, arg1 interface{}) *gomock.Call
ProposeAttestation indicates an expected call of ProposeAttestation.
func (*MockValidatorClientMockRecorder) ProposeBeaconBlock ¶
func (mr *MockValidatorClientMockRecorder) ProposeBeaconBlock(arg0, arg1 interface{}) *gomock.Call
ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.
func (*MockValidatorClientMockRecorder) ProposeExit ¶
func (mr *MockValidatorClientMockRecorder) ProposeExit(arg0, arg1 interface{}) *gomock.Call
ProposeExit indicates an expected call of ProposeExit.
func (*MockValidatorClientMockRecorder) StreamBlocksAltair ¶
func (mr *MockValidatorClientMockRecorder) StreamBlocksAltair(arg0, arg1 interface{}) *gomock.Call
StreamBlocksAltair indicates an expected call of StreamBlocksAltair.
func (*MockValidatorClientMockRecorder) SubmitAggregateSelectionProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.
func (*MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.
func (*MockValidatorClientMockRecorder) SubmitSignedContributionAndProof ¶
func (mr *MockValidatorClientMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 interface{}) *gomock.Call
SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.
func (*MockValidatorClientMockRecorder) SubmitSyncMessage ¶
func (mr *MockValidatorClientMockRecorder) SubmitSyncMessage(arg0, arg1 interface{}) *gomock.Call
SubmitSyncMessage indicates an expected call of SubmitSyncMessage.
func (*MockValidatorClientMockRecorder) SubmitValidatorRegistrations ¶
func (mr *MockValidatorClientMockRecorder) SubmitValidatorRegistrations(arg0, arg1 interface{}) *gomock.Call
SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.
func (*MockValidatorClientMockRecorder) SubscribeCommitteeSubnets ¶
func (mr *MockValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1, arg2 interface{}) *gomock.Call
SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.
func (*MockValidatorClientMockRecorder) ValidatorIndex ¶
func (mr *MockValidatorClientMockRecorder) ValidatorIndex(arg0, arg1 interface{}) *gomock.Call
ValidatorIndex indicates an expected call of ValidatorIndex.
func (*MockValidatorClientMockRecorder) ValidatorStatus ¶
func (mr *MockValidatorClientMockRecorder) ValidatorStatus(arg0, arg1 interface{}) *gomock.Call
ValidatorStatus indicates an expected call of ValidatorStatus.
func (*MockValidatorClientMockRecorder) WaitForActivation ¶
func (mr *MockValidatorClientMockRecorder) WaitForActivation(arg0, arg1 interface{}) *gomock.Call
WaitForActivation indicates an expected call of WaitForActivation.
func (*MockValidatorClientMockRecorder) WaitForChainStart ¶
func (mr *MockValidatorClientMockRecorder) WaitForChainStart(arg0, arg1 interface{}) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart.