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) EXPECT() *MockBeaconChainClientMockRecorder
- func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainHead, 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) ListValidatorBalances(arg0 context.Context, arg1 *eth.ListValidatorBalancesRequest) (*eth.ValidatorBalances, error)
- func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *eth.ListValidatorsRequest) (*eth.Validators, error)
- type MockBeaconChainClientMockRecorder
- func (mr *MockBeaconChainClientMockRecorder) GetChainHead(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) ListValidatorBalances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}) *gomock.Call
- type MockNodeClient
- func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
- func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, 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) ListPeers(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Peers, error)
- type MockNodeClientMockRecorder
- func (mr *MockNodeClientMockRecorder) GetGenesis(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) ListPeers(arg0, arg1 interface{}) *gomock.Call
- type MockSlasherClient
- func (m *MockSlasherClient) EXPECT() *MockSlasherClientMockRecorder
- 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) EXPECT ¶
func (m *MockBeaconChainClient) EXPECT() *MockBeaconChainClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChainClient) GetChainHead ¶
func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty) (*eth.ChainHead, error)
GetChainHead 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) 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.
type MockBeaconChainClientMockRecorder ¶
type MockBeaconChainClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChainClientMockRecorder is the mock recorder for MockBeaconChainClient.
func (*MockBeaconChainClientMockRecorder) GetChainHead ¶
func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}) *gomock.Call
GetChainHead indicates an expected call of GetChainHead.
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) 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.
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) GetGenesis ¶
func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty) (*eth.Genesis, error)
GetGenesis 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.
type MockNodeClientMockRecorder ¶
type MockNodeClientMockRecorder struct {
// contains filtered or unexported fields
}
MockNodeClientMockRecorder is the mock recorder for MockNodeClient.
func (*MockNodeClientMockRecorder) GetGenesis ¶
func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}) *gomock.Call
GetGenesis indicates an expected call of GetGenesis.
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) 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) 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) 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.