Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Index ¶
- type BeaconNodeValidatorAltair_StreamBlocksClient
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) CloseSend() error
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Context() context.Context
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) EXPECT() *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Header() (metadata.MD, error)
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Recv() (*v2.StreamBlocksResponse, error)
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) RecvMsg(arg0 interface{}) error
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) SendMsg(arg0 interface{}) error
- func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Trailer() metadata.MD
- type BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder
- func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) CloseSend() *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Context() *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Header() *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Recv() *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Trailer() *gomock.Call
- type BeaconNodeValidatorAltair_StreamBlocksServer
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) Context() context.Context
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) EXPECT() *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) RecvMsg(arg0 interface{}) error
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) Send(arg0 *v2.StreamBlocksResponse) error
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SendHeader(arg0 metadata.MD) error
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SendMsg(arg0 interface{}) error
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SetHeader(arg0 metadata.MD) error
- func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SetTrailer(arg0 metadata.MD)
- type BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder
- func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Context() *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- 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, arg2 ...grpc.CallOption) (*eth.BeaconConfig, error)
- func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*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, arg2 ...grpc.CallOption) (*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, arg2 ...grpc.CallOption) (*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, arg2 ...grpc.CallOption) (*eth.ListBeaconBlocksResponse, error)
- func (m *MockBeaconChainClient) ListBeaconCommittees(arg0 context.Context, arg1 *eth.ListCommitteesRequest, arg2 ...grpc.CallOption) (*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, arg2 ...grpc.CallOption) (*eth.Validators, error)
- func (m *MockBeaconChainClient) StreamAttestations(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamAttestationsClient, error)
- func (m *MockBeaconChainClient) StreamBlocks(arg0 context.Context, arg1 *eth.StreamBlocksRequest, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamBlocksClient, error)
- func (m *MockBeaconChainClient) StreamChainHead(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamChainHeadClient, error)
- func (m *MockBeaconChainClient) StreamIndexedAttestations(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamIndexedAttestationsClient, error)
- func (m *MockBeaconChainClient) StreamValidatorsInfo(arg0 context.Context, arg1 ...grpc.CallOption) (eth.BeaconChain_StreamValidatorsInfoClient, error)
- func (m *MockBeaconChainClient) SubmitAttesterSlashing(arg0 context.Context, arg1 *eth.AttesterSlashing, arg2 ...grpc.CallOption) (*eth.SubmitSlashingResponse, error)
- func (m *MockBeaconChainClient) SubmitProposerSlashing(arg0 context.Context, arg1 *eth.ProposerSlashing, arg2 ...grpc.CallOption) (*eth.SubmitSlashingResponse, error)
- type MockBeaconChainClientMockRecorder
- func (mr *MockBeaconChainClientMockRecorder) AttestationPool(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetBeaconConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetIndividualVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListBeaconBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListBeaconCommittees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidatorAssignments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) StreamValidatorsInfo(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) SubmitAttesterSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconChainClientMockRecorder) SubmitProposerSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockBeaconChain_StreamAttestationsClient
- func (m *MockBeaconChain_StreamAttestationsClient) CloseSend() error
- func (m *MockBeaconChain_StreamAttestationsClient) Context() context.Context
- func (m *MockBeaconChain_StreamAttestationsClient) EXPECT() *MockBeaconChain_StreamAttestationsClientMockRecorder
- func (m *MockBeaconChain_StreamAttestationsClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamAttestationsClient) Recv() (*eth.Attestation, error)
- func (m *MockBeaconChain_StreamAttestationsClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamAttestationsClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamAttestationsClient) Trailer() metadata.MD
- type MockBeaconChain_StreamAttestationsClientMockRecorder
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamAttestationsServer
- func (m *MockBeaconChain_StreamAttestationsServer) Context() context.Context
- func (m *MockBeaconChain_StreamAttestationsServer) EXPECT() *MockBeaconChain_StreamAttestationsServerMockRecorder
- func (m *MockBeaconChain_StreamAttestationsServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamAttestationsServer) Send(arg0 *eth.Attestation) error
- func (m *MockBeaconChain_StreamAttestationsServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamAttestationsServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamAttestationsServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamAttestationsServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconChain_StreamAttestationsServerMockRecorder
- func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconChain_StreamBlocksClient
- func (m *MockBeaconChain_StreamBlocksClient) CloseSend() error
- func (m *MockBeaconChain_StreamBlocksClient) Context() context.Context
- func (m *MockBeaconChain_StreamBlocksClient) EXPECT() *MockBeaconChain_StreamBlocksClientMockRecorder
- func (m *MockBeaconChain_StreamBlocksClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamBlocksClient) Recv() (*eth.SignedBeaconBlock, error)
- func (m *MockBeaconChain_StreamBlocksClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamBlocksClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamBlocksClient) Trailer() metadata.MD
- type MockBeaconChain_StreamBlocksClientMockRecorder
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamBlocksServer
- func (m *MockBeaconChain_StreamBlocksServer) Context() context.Context
- func (m *MockBeaconChain_StreamBlocksServer) EXPECT() *MockBeaconChain_StreamBlocksServerMockRecorder
- func (m *MockBeaconChain_StreamBlocksServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamBlocksServer) Send(arg0 *eth.SignedBeaconBlock) error
- func (m *MockBeaconChain_StreamBlocksServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamBlocksServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamBlocksServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamBlocksServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconChain_StreamBlocksServerMockRecorder
- func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconChain_StreamChainHeadClient
- func (m *MockBeaconChain_StreamChainHeadClient) CloseSend() error
- func (m *MockBeaconChain_StreamChainHeadClient) Context() context.Context
- func (m *MockBeaconChain_StreamChainHeadClient) EXPECT() *MockBeaconChain_StreamChainHeadClientMockRecorder
- func (m *MockBeaconChain_StreamChainHeadClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamChainHeadClient) Recv() (*eth.ChainHead, error)
- func (m *MockBeaconChain_StreamChainHeadClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamChainHeadClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamChainHeadClient) Trailer() metadata.MD
- type MockBeaconChain_StreamChainHeadClientMockRecorder
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamChainHeadServer
- func (m *MockBeaconChain_StreamChainHeadServer) Context() context.Context
- func (m *MockBeaconChain_StreamChainHeadServer) EXPECT() *MockBeaconChain_StreamChainHeadServerMockRecorder
- func (m *MockBeaconChain_StreamChainHeadServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamChainHeadServer) Send(arg0 *eth.ChainHead) error
- func (m *MockBeaconChain_StreamChainHeadServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamChainHeadServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamChainHeadServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamChainHeadServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconChain_StreamChainHeadServerMockRecorder
- func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconChain_StreamIndexedAttestationsClient
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) CloseSend() error
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Context() context.Context
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) EXPECT() *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Recv() (*eth.IndexedAttestation, error)
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamIndexedAttestationsClient) Trailer() metadata.MD
- type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamIndexedAttestationsServer
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) Context() context.Context
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) EXPECT() *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) Send(arg0 *eth.IndexedAttestation) error
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamIndexedAttestationsServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconChain_StreamIndexedAttestationsServerMockRecorder
- func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconChain_StreamValidatorsInfoClient
- func (m *MockBeaconChain_StreamValidatorsInfoClient) CloseSend() error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Context() context.Context
- func (m *MockBeaconChain_StreamValidatorsInfoClient) EXPECT() *MockBeaconChain_StreamValidatorsInfoClientMockRecorder
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Header() (metadata.MD, error)
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Recv() (*eth.ValidatorInfo, error)
- func (m *MockBeaconChain_StreamValidatorsInfoClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Send(arg0 *eth.ValidatorChangeSet) error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamValidatorsInfoClient) Trailer() metadata.MD
- type MockBeaconChain_StreamValidatorsInfoClientMockRecorder
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconChain_StreamValidatorsInfoServer
- func (m *MockBeaconChain_StreamValidatorsInfoServer) Context() context.Context
- func (m *MockBeaconChain_StreamValidatorsInfoServer) EXPECT() *MockBeaconChain_StreamValidatorsInfoServerMockRecorder
- func (m *MockBeaconChain_StreamValidatorsInfoServer) Recv() (*eth.ValidatorChangeSet, error)
- func (m *MockBeaconChain_StreamValidatorsInfoServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamValidatorsInfoServer) Send(arg0 *eth.ValidatorInfo) error
- func (m *MockBeaconChain_StreamValidatorsInfoServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamValidatorsInfoServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconChain_StreamValidatorsInfoServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconChain_StreamValidatorsInfoServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconChain_StreamValidatorsInfoServerMockRecorder
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconNodeValidatorClient
- func (m *MockBeaconNodeValidatorClient) AggregatedSigAndAggregationBits(arg0 context.Context, arg1 *eth.AggregatedSigAndAggregationBitsRequest, ...) (*eth.AggregatedSigAndAggregationBitsResponse, error)
- func (m *MockBeaconNodeValidatorClient) AssignValidatorToSubnet(arg0 context.Context, arg1 *eth.AssignValidatorToSubnetRequest, ...) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorClient) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest, arg2 ...grpc.CallOption) (*eth.DoppelGangerResponse, error)
- func (m *MockBeaconNodeValidatorClient) DomainData(arg0 context.Context, arg1 *eth.DomainRequest, arg2 ...grpc.CallOption) (*eth.DomainResponse, error)
- func (m *MockBeaconNodeValidatorClient) EXPECT() *MockBeaconNodeValidatorClientMockRecorder
- func (m *MockBeaconNodeValidatorClient) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest, ...) (*eth.AttestationData, error)
- func (m *MockBeaconNodeValidatorClient) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest, arg2 ...grpc.CallOption) (*eth.GenericBeaconBlock, error)
- func (m *MockBeaconNodeValidatorClient) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest, arg2 ...grpc.CallOption) (*eth.DutiesResponse, error)
- func (m *MockBeaconNodeValidatorClient) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest, ...) (*eth.FeeRecipientByPubKeyResponse, error)
- func (m *MockBeaconNodeValidatorClient) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest, ...) (*eth.SyncCommitteeContribution, error)
- func (m *MockBeaconNodeValidatorClient) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.SyncMessageBlockRootResponse, error)
- func (m *MockBeaconNodeValidatorClient) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest, ...) (*eth.SyncSubcommitteeIndexResponse, error)
- func (m *MockBeaconNodeValidatorClient) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest, ...) (*eth.MultipleValidatorStatusResponse, error)
- func (m *MockBeaconNodeValidatorClient) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest, ...) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorClient) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation, arg2 ...grpc.CallOption) (*eth.AttestResponse, error)
- func (m *MockBeaconNodeValidatorClient) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock, ...) (*eth.ProposeResponse, error)
- func (m *MockBeaconNodeValidatorClient) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit, arg2 ...grpc.CallOption) (*eth.ProposeExitResponse, error)
- func (m *MockBeaconNodeValidatorClient) StreamBlocksAltair(arg0 context.Context, arg1 *eth.StreamBlocksRequest, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_StreamBlocksAltairClient, error)
- func (m *MockBeaconNodeValidatorClient) StreamDuties(arg0 context.Context, arg1 *eth.DutiesRequest, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_StreamDutiesClient, error)
- func (m *MockBeaconNodeValidatorClient) StreamSlots(arg0 context.Context, arg1 *eth.StreamSlotsRequest, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_StreamSlotsClient, error)
- func (m *MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest, ...) (*eth.AggregateSelectionResponse, error)
- func (m *MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest, ...) (*eth.SignedAggregateSubmitResponse, error)
- func (m *MockBeaconNodeValidatorClient) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof, ...) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorClient) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorClient) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1, ...) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, ...) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorClient) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest, arg2 ...grpc.CallOption) (*eth.ValidatorIndexResponse, error)
- func (m *MockBeaconNodeValidatorClient) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest, ...) (*eth.ValidatorStatusResponse, error)
- func (m *MockBeaconNodeValidatorClient) WaitForActivation(arg0 context.Context, arg1 *eth.ValidatorActivationRequest, ...) (eth.BeaconNodeValidator_WaitForActivationClient, error)
- func (m *MockBeaconNodeValidatorClient) WaitForChainStart(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_WaitForChainStartClient, error)
- type MockBeaconNodeValidatorClientMockRecorder
- func (mr *MockBeaconNodeValidatorClientMockRecorder) AggregatedSigAndAggregationBits(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) AssignValidatorToSubnet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) DomainData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetAttestationData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetBeaconBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetDuties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetSyncCommitteeContribution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) PrepareBeaconProposer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeBeaconBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeExit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) StreamBlocksAltair(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) StreamDuties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) StreamSlots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSyncMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitValidatorRegistrations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForActivation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockBeaconNodeValidatorServer
- func (m *MockBeaconNodeValidatorServer) AggregatedSigAndAggregationBits(arg0 context.Context, arg1 *eth.AggregatedSigAndAggregationBitsRequest) (*eth.AggregatedSigAndAggregationBitsResponse, error)
- func (m *MockBeaconNodeValidatorServer) AssignValidatorToSubnet(arg0 context.Context, arg1 *eth.AssignValidatorToSubnetRequest) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorServer) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
- func (m *MockBeaconNodeValidatorServer) DomainData(arg0 context.Context, arg1 *eth.DomainRequest) (*eth.DomainResponse, error)
- func (m *MockBeaconNodeValidatorServer) EXPECT() *MockBeaconNodeValidatorServerMockRecorder
- func (m *MockBeaconNodeValidatorServer) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest) (*eth.AttestationData, error)
- func (m *MockBeaconNodeValidatorServer) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
- func (m *MockBeaconNodeValidatorServer) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest) (*eth.DutiesResponse, error)
- func (m *MockBeaconNodeValidatorServer) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
- func (m *MockBeaconNodeValidatorServer) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
- func (m *MockBeaconNodeValidatorServer) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
- func (m *MockBeaconNodeValidatorServer) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
- func (m *MockBeaconNodeValidatorServer) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
- func (m *MockBeaconNodeValidatorServer) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorServer) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation) (*eth.AttestResponse, error)
- func (m *MockBeaconNodeValidatorServer) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
- func (m *MockBeaconNodeValidatorServer) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
- func (m *MockBeaconNodeValidatorServer) StreamBlocksAltair(arg0 *eth.StreamBlocksRequest, ...) error
- func (m *MockBeaconNodeValidatorServer) StreamDuties(arg0 *eth.DutiesRequest, arg1 eth.BeaconNodeValidator_StreamDutiesServer) error
- func (m *MockBeaconNodeValidatorServer) StreamSlots(arg0 *eth.StreamSlotsRequest, arg1 eth.BeaconNodeValidator_StreamSlotsServer) error
- func (m *MockBeaconNodeValidatorServer) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest) (*eth.AggregateSelectionResponse, error)
- func (m *MockBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
- func (m *MockBeaconNodeValidatorServer) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorServer) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorServer) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorServer) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest) (*emptypb.Empty, error)
- func (m *MockBeaconNodeValidatorServer) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
- func (m *MockBeaconNodeValidatorServer) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
- func (m *MockBeaconNodeValidatorServer) WaitForActivation(arg0 *eth.ValidatorActivationRequest, ...) error
- func (m *MockBeaconNodeValidatorServer) WaitForChainStart(arg0 *emptypb.Empty, arg1 eth.BeaconNodeValidator_WaitForChainStartServer) error
- type MockBeaconNodeValidatorServerMockRecorder
- func (mr *MockBeaconNodeValidatorServerMockRecorder) AggregatedSigAndAggregationBits(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) AssignValidatorToSubnet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) DomainData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetAttestationData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetBeaconBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetDuties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetSyncCommitteeContribution(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) PrepareBeaconProposer(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeBeaconBlock(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeExit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) StreamBlocksAltair(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) StreamDuties(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) StreamSlots(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitSyncMessage(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitValidatorRegistrations(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForActivation(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart(arg0, arg1 interface{}) *gomock.Call
- type MockBeaconNodeValidator_StreamDutiesClient
- func (m *MockBeaconNodeValidator_StreamDutiesClient) CloseSend() error
- func (m *MockBeaconNodeValidator_StreamDutiesClient) Context() context.Context
- func (m *MockBeaconNodeValidator_StreamDutiesClient) EXPECT() *MockBeaconNodeValidator_StreamDutiesClientMockRecorder
- func (m *MockBeaconNodeValidator_StreamDutiesClient) Header() (metadata.MD, error)
- func (m *MockBeaconNodeValidator_StreamDutiesClient) Recv() (*eth.DutiesResponse, error)
- func (m *MockBeaconNodeValidator_StreamDutiesClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamDutiesClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamDutiesClient) Trailer() metadata.MD
- type MockBeaconNodeValidator_StreamDutiesClientMockRecorder
- func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconNodeValidator_StreamDutiesServer
- func (m *MockBeaconNodeValidator_StreamDutiesServer) Context() context.Context
- func (m *MockBeaconNodeValidator_StreamDutiesServer) EXPECT() *MockBeaconNodeValidator_StreamDutiesServerMockRecorder
- func (m *MockBeaconNodeValidator_StreamDutiesServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamDutiesServer) Send(arg0 *eth.DutiesResponse) error
- func (m *MockBeaconNodeValidator_StreamDutiesServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_StreamDutiesServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamDutiesServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_StreamDutiesServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconNodeValidator_StreamDutiesServerMockRecorder
- func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconNodeValidator_StreamSlotsClient
- func (m *MockBeaconNodeValidator_StreamSlotsClient) CloseSend() error
- func (m *MockBeaconNodeValidator_StreamSlotsClient) Context() context.Context
- func (m *MockBeaconNodeValidator_StreamSlotsClient) EXPECT() *MockBeaconNodeValidator_StreamSlotsClientMockRecorder
- func (m *MockBeaconNodeValidator_StreamSlotsClient) Header() (metadata.MD, error)
- func (m *MockBeaconNodeValidator_StreamSlotsClient) Recv() (*eth.StreamSlotsResponse, error)
- func (m *MockBeaconNodeValidator_StreamSlotsClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamSlotsClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamSlotsClient) Trailer() metadata.MD
- type MockBeaconNodeValidator_StreamSlotsClientMockRecorder
- func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconNodeValidator_StreamSlotsServer
- func (m *MockBeaconNodeValidator_StreamSlotsServer) Context() context.Context
- func (m *MockBeaconNodeValidator_StreamSlotsServer) EXPECT() *MockBeaconNodeValidator_StreamSlotsServerMockRecorder
- func (m *MockBeaconNodeValidator_StreamSlotsServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamSlotsServer) Send(arg0 *eth.StreamSlotsResponse) error
- func (m *MockBeaconNodeValidator_StreamSlotsServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_StreamSlotsServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_StreamSlotsServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_StreamSlotsServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconNodeValidator_StreamSlotsServerMockRecorder
- func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconNodeValidator_WaitForActivationClient
- func (m *MockBeaconNodeValidator_WaitForActivationClient) CloseSend() error
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForActivationClient) EXPECT() *MockBeaconNodeValidator_WaitForActivationClientMockRecorder
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Header() (metadata.MD, error)
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Recv() (*eth.ValidatorActivationResponse, error)
- func (m *MockBeaconNodeValidator_WaitForActivationClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForActivationClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForActivationClient) Trailer() metadata.MD
- type MockBeaconNodeValidator_WaitForActivationClientMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconNodeValidator_WaitForActivationServer
- func (m *MockBeaconNodeValidator_WaitForActivationServer) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForActivationServer) EXPECT() *MockBeaconNodeValidator_WaitForActivationServerMockRecorder
- func (m *MockBeaconNodeValidator_WaitForActivationServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) Send(arg0 *eth.ValidatorActivationResponse) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_WaitForActivationServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconNodeValidator_WaitForActivationServerMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockBeaconNodeValidator_WaitForChainStartClient
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) CloseSend() error
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) EXPECT() *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Header() (metadata.MD, error)
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Recv() (*eth.ChainStartResponse, error)
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForChainStartClient) Trailer() metadata.MD
- type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer() *gomock.Call
- type MockBeaconNodeValidator_WaitForChainStartServer
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) Context() context.Context
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) EXPECT() *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) Send(arg0 *eth.ChainStartResponse) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) SendHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) SendMsg(arg0 interface{}) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetHeader(arg0 metadata.MD) error
- func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer(arg0 metadata.MD)
- type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context() *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockNodeClient
- func (m *MockNodeClient) EXPECT() *MockNodeClientMockRecorder
- func (m *MockNodeClient) GetETH1ConnectionStatus(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.ETH1ConnectionStatus, error)
- func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.Genesis, error)
- func (m *MockNodeClient) GetHost(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.HostData, error)
- func (m *MockNodeClient) GetPeer(arg0 context.Context, arg1 *eth.PeerRequest, arg2 ...grpc.CallOption) (*eth.Peer, error)
- func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.SyncStatus, error)
- func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.Version, error)
- func (m *MockNodeClient) ListImplementedServices(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.ImplementedServices, error)
- func (m *MockNodeClient) ListPeers(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.Peers, error)
- type MockNodeClientMockRecorder
- func (mr *MockNodeClientMockRecorder) GetETH1ConnectionStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetHost(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetPeer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListImplementedServices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeaconNodeValidatorAltair_StreamBlocksClient ¶ added in v4.2.0
type BeaconNodeValidatorAltair_StreamBlocksClient struct {
// contains filtered or unexported fields
}
BeaconNodeValidatorAltair_StreamBlocksClient is a mock of BeaconNodeValidatorAltair_StreamBlocksClient interface
func NewMockBeaconNodeValidatorAltair_StreamBlocksClient ¶
func NewMockBeaconNodeValidatorAltair_StreamBlocksClient(ctrl *gomock.Controller) *BeaconNodeValidatorAltair_StreamBlocksClient
NewMockBeaconNodeValidatorAltair_StreamBlocksClient creates a new mock instance
func (*BeaconNodeValidatorAltair_StreamBlocksClient) CloseSend ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) CloseSend() error
CloseSend mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksClient) Context ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Context() context.Context
Context mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksClient) EXPECT ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) EXPECT() *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*BeaconNodeValidatorAltair_StreamBlocksClient) Header ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Header() (metadata.MD, error)
Header mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksClient) Recv ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Recv() (*v2.StreamBlocksResponse, error)
Recv mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksClient) RecvMsg ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksClient) SendMsg ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksClient) Trailer ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksClient) Trailer() metadata.MD
Trailer mocks base method
type BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder ¶ added in v4.2.0
type BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder struct {
// contains filtered or unexported fields
}
BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconNodeValidatorAltair_StreamBlocksClient
func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) CloseSend ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend
func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Context ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Header ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header
func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Recv ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv
func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) RecvMsg ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) SendMsg ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Trailer ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer
type BeaconNodeValidatorAltair_StreamBlocksServer ¶ added in v4.2.0
type BeaconNodeValidatorAltair_StreamBlocksServer struct {
// contains filtered or unexported fields
}
BeaconNodeValidatorAltair_StreamBlocksServer is a mock of BeaconNodeValidatorAltair_StreamBlocksServer interface
func NewMockBeaconNodeValidatorAltair_StreamBlocksServer ¶
func NewMockBeaconNodeValidatorAltair_StreamBlocksServer(ctrl *gomock.Controller) *BeaconNodeValidatorAltair_StreamBlocksServer
NewMockBeaconNodeValidatorAltair_StreamBlocksServer creates a new mock instance
func (*BeaconNodeValidatorAltair_StreamBlocksServer) Context ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) Context() context.Context
Context mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksServer) EXPECT ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) EXPECT() *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*BeaconNodeValidatorAltair_StreamBlocksServer) RecvMsg ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksServer) Send ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) Send(arg0 *v2.StreamBlocksResponse) error
Send mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksServer) SendHeader ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksServer) SendMsg ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksServer) SetHeader ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method
func (*BeaconNodeValidatorAltair_StreamBlocksServer) SetTrailer ¶ added in v4.2.0
func (m *BeaconNodeValidatorAltair_StreamBlocksServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method
type BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder ¶ added in v4.2.0
type BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder struct {
// contains filtered or unexported fields
}
BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconNodeValidatorAltair_StreamBlocksServer
func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Context ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context
func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) RecvMsg ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg
func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Send ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send
func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendHeader ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader
func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendMsg ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg
func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetHeader ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader
func (*BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetTrailer ¶ added in v4.2.0
func (mr *BeaconNodeValidatorAltair_StreamBlocksServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer
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, arg2 ...grpc.CallOption) (*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, arg2 ...grpc.CallOption) (*eth.BeaconConfig, error)
GetBeaconConfig mocks base method.
func (*MockBeaconChainClient) GetChainHead ¶
func (m *MockBeaconChainClient) GetChainHead(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.ChainHead, error)
GetChainHead mocks base method.
func (*MockBeaconChainClient) GetIndividualVotes ¶
func (m *MockBeaconChainClient) GetIndividualVotes(arg0 context.Context, arg1 *eth.IndividualVotesRequest, arg2 ...grpc.CallOption) (*eth.IndividualVotesRespond, error)
GetIndividualVotes mocks base method.
func (*MockBeaconChainClient) GetValidator ¶
func (m *MockBeaconChainClient) GetValidator(arg0 context.Context, arg1 *eth.GetValidatorRequest, arg2 ...grpc.CallOption) (*eth.Validator, error)
GetValidator mocks base method.
func (*MockBeaconChainClient) GetValidatorActiveSetChanges ¶
func (m *MockBeaconChainClient) GetValidatorActiveSetChanges(arg0 context.Context, arg1 *eth.GetValidatorActiveSetChangesRequest, arg2 ...grpc.CallOption) (*eth.ActiveSetChanges, error)
GetValidatorActiveSetChanges mocks base method.
func (*MockBeaconChainClient) GetValidatorParticipation ¶
func (m *MockBeaconChainClient) GetValidatorParticipation(arg0 context.Context, arg1 *eth.GetValidatorParticipationRequest, arg2 ...grpc.CallOption) (*eth.ValidatorParticipationResponse, error)
GetValidatorParticipation mocks base method.
func (*MockBeaconChainClient) GetValidatorPerformance ¶
func (m *MockBeaconChainClient) GetValidatorPerformance(arg0 context.Context, arg1 *eth.ValidatorPerformanceRequest, arg2 ...grpc.CallOption) (*eth.ValidatorPerformanceResponse, error)
GetValidatorPerformance mocks base method.
func (*MockBeaconChainClient) GetValidatorQueue ¶
func (m *MockBeaconChainClient) GetValidatorQueue(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.ValidatorQueue, error)
GetValidatorQueue mocks base method.
func (*MockBeaconChainClient) ListAttestations ¶
func (m *MockBeaconChainClient) ListAttestations(arg0 context.Context, arg1 *eth.ListAttestationsRequest, arg2 ...grpc.CallOption) (*eth.ListAttestationsResponse, error)
ListAttestations mocks base method.
func (*MockBeaconChainClient) ListBeaconBlocks ¶
func (m *MockBeaconChainClient) ListBeaconBlocks(arg0 context.Context, arg1 *eth.ListBlocksRequest, arg2 ...grpc.CallOption) (*eth.ListBeaconBlocksResponse, error)
ListBeaconBlocks mocks base method.
func (*MockBeaconChainClient) ListBeaconCommittees ¶
func (m *MockBeaconChainClient) ListBeaconCommittees(arg0 context.Context, arg1 *eth.ListCommitteesRequest, arg2 ...grpc.CallOption) (*eth.BeaconCommittees, error)
ListBeaconCommittees mocks base method.
func (*MockBeaconChainClient) ListIndexedAttestations ¶
func (m *MockBeaconChainClient) ListIndexedAttestations(arg0 context.Context, arg1 *eth.ListIndexedAttestationsRequest, arg2 ...grpc.CallOption) (*eth.ListIndexedAttestationsResponse, error)
ListIndexedAttestations mocks base method.
func (*MockBeaconChainClient) ListValidatorAssignments ¶
func (m *MockBeaconChainClient) ListValidatorAssignments(arg0 context.Context, arg1 *eth.ListValidatorAssignmentsRequest, arg2 ...grpc.CallOption) (*eth.ValidatorAssignments, error)
ListValidatorAssignments mocks base method.
func (*MockBeaconChainClient) ListValidatorBalances ¶
func (m *MockBeaconChainClient) ListValidatorBalances(arg0 context.Context, arg1 *eth.ListValidatorBalancesRequest, arg2 ...grpc.CallOption) (*eth.ValidatorBalances, error)
ListValidatorBalances mocks base method.
func (*MockBeaconChainClient) ListValidators ¶
func (m *MockBeaconChainClient) ListValidators(arg0 context.Context, arg1 *eth.ListValidatorsRequest, arg2 ...grpc.CallOption) (*eth.Validators, error)
ListValidators mocks base method.
func (*MockBeaconChainClient) StreamAttestations ¶
func (m *MockBeaconChainClient) StreamAttestations(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamAttestationsClient, error)
StreamAttestations mocks base method.
func (*MockBeaconChainClient) StreamBlocks ¶
func (m *MockBeaconChainClient) StreamBlocks(arg0 context.Context, arg1 *eth.StreamBlocksRequest, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamBlocksClient, error)
StreamBlocks mocks base method.
func (*MockBeaconChainClient) StreamChainHead ¶
func (m *MockBeaconChainClient) StreamChainHead(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamChainHeadClient, error)
StreamChainHead mocks base method.
func (*MockBeaconChainClient) StreamIndexedAttestations ¶
func (m *MockBeaconChainClient) StreamIndexedAttestations(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconChain_StreamIndexedAttestationsClient, error)
StreamIndexedAttestations mocks base method.
func (*MockBeaconChainClient) StreamValidatorsInfo ¶
func (m *MockBeaconChainClient) StreamValidatorsInfo(arg0 context.Context, arg1 ...grpc.CallOption) (eth.BeaconChain_StreamValidatorsInfoClient, error)
StreamValidatorsInfo mocks base method.
func (*MockBeaconChainClient) SubmitAttesterSlashing ¶
func (m *MockBeaconChainClient) SubmitAttesterSlashing(arg0 context.Context, arg1 *eth.AttesterSlashing, arg2 ...grpc.CallOption) (*eth.SubmitSlashingResponse, error)
SubmitAttesterSlashing mocks base method.
func (*MockBeaconChainClient) SubmitProposerSlashing ¶
func (m *MockBeaconChainClient) SubmitProposerSlashing(arg0 context.Context, arg1 *eth.ProposerSlashing, arg2 ...grpc.CallOption) (*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{}, arg2 ...interface{}) *gomock.Call
AttestationPool indicates an expected call of AttestationPool.
func (*MockBeaconChainClientMockRecorder) GetBeaconConfig ¶
func (mr *MockBeaconChainClientMockRecorder) GetBeaconConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBeaconConfig indicates an expected call of GetBeaconConfig.
func (*MockBeaconChainClientMockRecorder) GetChainHead ¶
func (mr *MockBeaconChainClientMockRecorder) GetChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetChainHead indicates an expected call of GetChainHead.
func (*MockBeaconChainClientMockRecorder) GetIndividualVotes ¶
func (mr *MockBeaconChainClientMockRecorder) GetIndividualVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetIndividualVotes indicates an expected call of GetIndividualVotes.
func (*MockBeaconChainClientMockRecorder) GetValidator ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidator(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidator indicates an expected call of GetValidator.
func (*MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorActiveSetChanges(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorActiveSetChanges indicates an expected call of GetValidatorActiveSetChanges.
func (*MockBeaconChainClientMockRecorder) GetValidatorParticipation ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorParticipation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorParticipation indicates an expected call of GetValidatorParticipation.
func (*MockBeaconChainClientMockRecorder) GetValidatorPerformance ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorPerformance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorPerformance indicates an expected call of GetValidatorPerformance.
func (*MockBeaconChainClientMockRecorder) GetValidatorQueue ¶
func (mr *MockBeaconChainClientMockRecorder) GetValidatorQueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetValidatorQueue indicates an expected call of GetValidatorQueue.
func (*MockBeaconChainClientMockRecorder) ListAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) ListAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAttestations indicates an expected call of ListAttestations.
func (*MockBeaconChainClientMockRecorder) ListBeaconBlocks ¶
func (mr *MockBeaconChainClientMockRecorder) ListBeaconBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBeaconBlocks indicates an expected call of ListBeaconBlocks.
func (*MockBeaconChainClientMockRecorder) ListBeaconCommittees ¶
func (mr *MockBeaconChainClientMockRecorder) ListBeaconCommittees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBeaconCommittees indicates an expected call of ListBeaconCommittees.
func (*MockBeaconChainClientMockRecorder) ListIndexedAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) ListIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListIndexedAttestations indicates an expected call of ListIndexedAttestations.
func (*MockBeaconChainClientMockRecorder) ListValidatorAssignments ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidatorAssignments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListValidatorAssignments indicates an expected call of ListValidatorAssignments.
func (*MockBeaconChainClientMockRecorder) ListValidatorBalances ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidatorBalances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListValidatorBalances indicates an expected call of ListValidatorBalances.
func (*MockBeaconChainClientMockRecorder) ListValidators ¶
func (mr *MockBeaconChainClientMockRecorder) ListValidators(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListValidators indicates an expected call of ListValidators.
func (*MockBeaconChainClientMockRecorder) StreamAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) StreamAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamAttestations indicates an expected call of StreamAttestations.
func (*MockBeaconChainClientMockRecorder) StreamBlocks ¶
func (mr *MockBeaconChainClientMockRecorder) StreamBlocks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamBlocks indicates an expected call of StreamBlocks.
func (*MockBeaconChainClientMockRecorder) StreamChainHead ¶
func (mr *MockBeaconChainClientMockRecorder) StreamChainHead(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamChainHead indicates an expected call of StreamChainHead.
func (*MockBeaconChainClientMockRecorder) StreamIndexedAttestations ¶
func (mr *MockBeaconChainClientMockRecorder) StreamIndexedAttestations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamIndexedAttestations indicates an expected call of StreamIndexedAttestations.
func (*MockBeaconChainClientMockRecorder) StreamValidatorsInfo ¶
func (mr *MockBeaconChainClientMockRecorder) StreamValidatorsInfo(arg0 interface{}, arg1 ...interface{}) *gomock.Call
StreamValidatorsInfo indicates an expected call of StreamValidatorsInfo.
func (*MockBeaconChainClientMockRecorder) SubmitAttesterSlashing ¶
func (mr *MockBeaconChainClientMockRecorder) SubmitAttesterSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitAttesterSlashing indicates an expected call of SubmitAttesterSlashing.
func (*MockBeaconChainClientMockRecorder) SubmitProposerSlashing ¶
func (mr *MockBeaconChainClientMockRecorder) SubmitProposerSlashing(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitProposerSlashing indicates an expected call of SubmitProposerSlashing.
type MockBeaconChain_StreamAttestationsClient ¶
type MockBeaconChain_StreamAttestationsClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamAttestationsClient is a mock of BeaconChain_StreamAttestationsClient interface.
func NewMockBeaconChain_StreamAttestationsClient ¶
func NewMockBeaconChain_StreamAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsClient
NewMockBeaconChain_StreamAttestationsClient creates a new mock instance.
func (*MockBeaconChain_StreamAttestationsClient) CloseSend ¶
func (m *MockBeaconChain_StreamAttestationsClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconChain_StreamAttestationsClient) Context ¶
func (m *MockBeaconChain_StreamAttestationsClient) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamAttestationsClient) EXPECT ¶
func (m *MockBeaconChain_StreamAttestationsClient) EXPECT() *MockBeaconChain_StreamAttestationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamAttestationsClient) Header ¶
func (m *MockBeaconChain_StreamAttestationsClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconChain_StreamAttestationsClient) Recv ¶
func (m *MockBeaconChain_StreamAttestationsClient) Recv() (*eth.Attestation, error)
Recv mocks base method.
func (*MockBeaconChain_StreamAttestationsClient) RecvMsg ¶
func (m *MockBeaconChain_StreamAttestationsClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamAttestationsClient) SendMsg ¶
func (m *MockBeaconChain_StreamAttestationsClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamAttestationsClient) Trailer ¶
func (m *MockBeaconChain_StreamAttestationsClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconChain_StreamAttestationsClientMockRecorder ¶
type MockBeaconChain_StreamAttestationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsClient.
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend ¶
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Header ¶
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Recv ¶
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer ¶
func (mr *MockBeaconChain_StreamAttestationsClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconChain_StreamAttestationsServer ¶
type MockBeaconChain_StreamAttestationsServer struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamAttestationsServer is a mock of BeaconChain_StreamAttestationsServer interface.
func NewMockBeaconChain_StreamAttestationsServer ¶
func NewMockBeaconChain_StreamAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamAttestationsServer
NewMockBeaconChain_StreamAttestationsServer creates a new mock instance.
func (*MockBeaconChain_StreamAttestationsServer) Context ¶
func (m *MockBeaconChain_StreamAttestationsServer) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamAttestationsServer) EXPECT ¶
func (m *MockBeaconChain_StreamAttestationsServer) EXPECT() *MockBeaconChain_StreamAttestationsServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamAttestationsServer) RecvMsg ¶
func (m *MockBeaconChain_StreamAttestationsServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamAttestationsServer) Send ¶
func (m *MockBeaconChain_StreamAttestationsServer) Send(arg0 *eth.Attestation) error
Send mocks base method.
func (*MockBeaconChain_StreamAttestationsServer) SendHeader ¶
func (m *MockBeaconChain_StreamAttestationsServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconChain_StreamAttestationsServer) SendMsg ¶
func (m *MockBeaconChain_StreamAttestationsServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamAttestationsServer) SetHeader ¶
func (m *MockBeaconChain_StreamAttestationsServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconChain_StreamAttestationsServer) SetTrailer ¶
func (m *MockBeaconChain_StreamAttestationsServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconChain_StreamAttestationsServerMockRecorder ¶
type MockBeaconChain_StreamAttestationsServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamAttestationsServer.
func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamAttestationsServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamAttestationsServerMockRecorder) Send ¶
func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader ¶
func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader ¶
func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconChain_StreamAttestationsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconChain_StreamBlocksClient ¶
type MockBeaconChain_StreamBlocksClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamBlocksClient is a mock of BeaconChain_StreamBlocksClient interface.
func NewMockBeaconChain_StreamBlocksClient ¶
func NewMockBeaconChain_StreamBlocksClient(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksClient
NewMockBeaconChain_StreamBlocksClient creates a new mock instance.
func (*MockBeaconChain_StreamBlocksClient) CloseSend ¶
func (m *MockBeaconChain_StreamBlocksClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconChain_StreamBlocksClient) Context ¶
func (m *MockBeaconChain_StreamBlocksClient) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamBlocksClient) EXPECT ¶
func (m *MockBeaconChain_StreamBlocksClient) EXPECT() *MockBeaconChain_StreamBlocksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamBlocksClient) Header ¶
func (m *MockBeaconChain_StreamBlocksClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconChain_StreamBlocksClient) Recv ¶
func (m *MockBeaconChain_StreamBlocksClient) Recv() (*eth.SignedBeaconBlock, error)
Recv mocks base method.
func (*MockBeaconChain_StreamBlocksClient) RecvMsg ¶
func (m *MockBeaconChain_StreamBlocksClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamBlocksClient) SendMsg ¶
func (m *MockBeaconChain_StreamBlocksClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamBlocksClient) Trailer ¶
func (m *MockBeaconChain_StreamBlocksClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconChain_StreamBlocksClientMockRecorder ¶
type MockBeaconChain_StreamBlocksClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamBlocksClientMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksClient.
func (*MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend ¶
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Header ¶
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Recv ¶
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamBlocksClientMockRecorder) Trailer ¶
func (mr *MockBeaconChain_StreamBlocksClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconChain_StreamBlocksServer ¶
type MockBeaconChain_StreamBlocksServer struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamBlocksServer is a mock of BeaconChain_StreamBlocksServer interface.
func NewMockBeaconChain_StreamBlocksServer ¶
func NewMockBeaconChain_StreamBlocksServer(ctrl *gomock.Controller) *MockBeaconChain_StreamBlocksServer
NewMockBeaconChain_StreamBlocksServer creates a new mock instance.
func (*MockBeaconChain_StreamBlocksServer) Context ¶
func (m *MockBeaconChain_StreamBlocksServer) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamBlocksServer) EXPECT ¶
func (m *MockBeaconChain_StreamBlocksServer) EXPECT() *MockBeaconChain_StreamBlocksServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamBlocksServer) RecvMsg ¶
func (m *MockBeaconChain_StreamBlocksServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamBlocksServer) Send ¶
func (m *MockBeaconChain_StreamBlocksServer) Send(arg0 *eth.SignedBeaconBlock) error
Send mocks base method.
func (*MockBeaconChain_StreamBlocksServer) SendHeader ¶
func (m *MockBeaconChain_StreamBlocksServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconChain_StreamBlocksServer) SendMsg ¶
func (m *MockBeaconChain_StreamBlocksServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamBlocksServer) SetHeader ¶
func (m *MockBeaconChain_StreamBlocksServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconChain_StreamBlocksServer) SetTrailer ¶
func (m *MockBeaconChain_StreamBlocksServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconChain_StreamBlocksServerMockRecorder ¶
type MockBeaconChain_StreamBlocksServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamBlocksServerMockRecorder is the mock recorder for MockBeaconChain_StreamBlocksServer.
func (*MockBeaconChain_StreamBlocksServerMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamBlocksServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamBlocksServerMockRecorder) Send ¶
func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader ¶
func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconChain_StreamBlocksServerMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader ¶
func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconChain_StreamBlocksServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconChain_StreamChainHeadClient ¶
type MockBeaconChain_StreamChainHeadClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamChainHeadClient is a mock of BeaconChain_StreamChainHeadClient interface.
func NewMockBeaconChain_StreamChainHeadClient ¶
func NewMockBeaconChain_StreamChainHeadClient(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadClient
NewMockBeaconChain_StreamChainHeadClient creates a new mock instance.
func (*MockBeaconChain_StreamChainHeadClient) CloseSend ¶
func (m *MockBeaconChain_StreamChainHeadClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconChain_StreamChainHeadClient) Context ¶
func (m *MockBeaconChain_StreamChainHeadClient) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamChainHeadClient) EXPECT ¶
func (m *MockBeaconChain_StreamChainHeadClient) EXPECT() *MockBeaconChain_StreamChainHeadClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamChainHeadClient) Header ¶
func (m *MockBeaconChain_StreamChainHeadClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconChain_StreamChainHeadClient) Recv ¶
func (m *MockBeaconChain_StreamChainHeadClient) Recv() (*eth.ChainHead, error)
Recv mocks base method.
func (*MockBeaconChain_StreamChainHeadClient) RecvMsg ¶
func (m *MockBeaconChain_StreamChainHeadClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamChainHeadClient) SendMsg ¶
func (m *MockBeaconChain_StreamChainHeadClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamChainHeadClient) Trailer ¶
func (m *MockBeaconChain_StreamChainHeadClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconChain_StreamChainHeadClientMockRecorder ¶
type MockBeaconChain_StreamChainHeadClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamChainHeadClientMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadClient.
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend ¶
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Header ¶
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Recv ¶
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer ¶
func (mr *MockBeaconChain_StreamChainHeadClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconChain_StreamChainHeadServer ¶
type MockBeaconChain_StreamChainHeadServer struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamChainHeadServer is a mock of BeaconChain_StreamChainHeadServer interface.
func NewMockBeaconChain_StreamChainHeadServer ¶
func NewMockBeaconChain_StreamChainHeadServer(ctrl *gomock.Controller) *MockBeaconChain_StreamChainHeadServer
NewMockBeaconChain_StreamChainHeadServer creates a new mock instance.
func (*MockBeaconChain_StreamChainHeadServer) Context ¶
func (m *MockBeaconChain_StreamChainHeadServer) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamChainHeadServer) EXPECT ¶
func (m *MockBeaconChain_StreamChainHeadServer) EXPECT() *MockBeaconChain_StreamChainHeadServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamChainHeadServer) RecvMsg ¶
func (m *MockBeaconChain_StreamChainHeadServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamChainHeadServer) Send ¶
func (m *MockBeaconChain_StreamChainHeadServer) Send(arg0 *eth.ChainHead) error
Send mocks base method.
func (*MockBeaconChain_StreamChainHeadServer) SendHeader ¶
func (m *MockBeaconChain_StreamChainHeadServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconChain_StreamChainHeadServer) SendMsg ¶
func (m *MockBeaconChain_StreamChainHeadServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamChainHeadServer) SetHeader ¶
func (m *MockBeaconChain_StreamChainHeadServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconChain_StreamChainHeadServer) SetTrailer ¶
func (m *MockBeaconChain_StreamChainHeadServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconChain_StreamChainHeadServerMockRecorder ¶
type MockBeaconChain_StreamChainHeadServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamChainHeadServerMockRecorder is the mock recorder for MockBeaconChain_StreamChainHeadServer.
func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamChainHeadServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamChainHeadServerMockRecorder) Send ¶
func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader ¶
func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader ¶
func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconChain_StreamChainHeadServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconChain_StreamIndexedAttestationsClient ¶
type MockBeaconChain_StreamIndexedAttestationsClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamIndexedAttestationsClient is a mock of BeaconChain_StreamIndexedAttestationsClient interface.
func NewMockBeaconChain_StreamIndexedAttestationsClient ¶
func NewMockBeaconChain_StreamIndexedAttestationsClient(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsClient
NewMockBeaconChain_StreamIndexedAttestationsClient creates a new mock instance.
func (*MockBeaconChain_StreamIndexedAttestationsClient) CloseSend ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsClient) Context ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsClient) EXPECT ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) EXPECT() *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamIndexedAttestationsClient) Header ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsClient) Recv ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Recv() (*eth.IndexedAttestation, error)
Recv mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsClient) SendMsg ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsClient) Trailer ¶
func (m *MockBeaconChain_StreamIndexedAttestationsClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder ¶
type MockBeaconChain_StreamIndexedAttestationsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamIndexedAttestationsClientMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsClient.
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconChain_StreamIndexedAttestationsServer ¶
type MockBeaconChain_StreamIndexedAttestationsServer struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamIndexedAttestationsServer is a mock of BeaconChain_StreamIndexedAttestationsServer interface.
func NewMockBeaconChain_StreamIndexedAttestationsServer ¶
func NewMockBeaconChain_StreamIndexedAttestationsServer(ctrl *gomock.Controller) *MockBeaconChain_StreamIndexedAttestationsServer
NewMockBeaconChain_StreamIndexedAttestationsServer creates a new mock instance.
func (*MockBeaconChain_StreamIndexedAttestationsServer) Context ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsServer) EXPECT ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) EXPECT() *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamIndexedAttestationsServer) RecvMsg ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsServer) Send ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) Send(arg0 *eth.IndexedAttestation) error
Send mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsServer) SendHeader ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsServer) SendMsg ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsServer) SetHeader ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconChain_StreamIndexedAttestationsServer) SetTrailer ¶
func (m *MockBeaconChain_StreamIndexedAttestationsServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconChain_StreamIndexedAttestationsServerMockRecorder ¶
type MockBeaconChain_StreamIndexedAttestationsServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamIndexedAttestationsServerMockRecorder is the mock recorder for MockBeaconChain_StreamIndexedAttestationsServer.
func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Send ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendHeader ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetHeader ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconChain_StreamIndexedAttestationsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconChain_StreamValidatorsInfoClient ¶
type MockBeaconChain_StreamValidatorsInfoClient struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamValidatorsInfoClient is a mock of BeaconChain_StreamValidatorsInfoClient interface.
func NewMockBeaconChain_StreamValidatorsInfoClient ¶
func NewMockBeaconChain_StreamValidatorsInfoClient(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoClient
NewMockBeaconChain_StreamValidatorsInfoClient creates a new mock instance.
func (*MockBeaconChain_StreamValidatorsInfoClient) CloseSend ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoClient) Context ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoClient) EXPECT ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) EXPECT() *MockBeaconChain_StreamValidatorsInfoClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamValidatorsInfoClient) Header ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoClient) Recv ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) Recv() (*eth.ValidatorInfo, error)
Recv mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoClient) RecvMsg ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoClient) Send ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) Send(arg0 *eth.ValidatorChangeSet) error
Send mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoClient) SendMsg ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoClient) Trailer ¶
func (m *MockBeaconChain_StreamValidatorsInfoClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconChain_StreamValidatorsInfoClientMockRecorder ¶
type MockBeaconChain_StreamValidatorsInfoClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamValidatorsInfoClientMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoClient.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer ¶
func (mr *MockBeaconChain_StreamValidatorsInfoClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconChain_StreamValidatorsInfoServer ¶
type MockBeaconChain_StreamValidatorsInfoServer struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamValidatorsInfoServer is a mock of BeaconChain_StreamValidatorsInfoServer interface.
func NewMockBeaconChain_StreamValidatorsInfoServer ¶
func NewMockBeaconChain_StreamValidatorsInfoServer(ctrl *gomock.Controller) *MockBeaconChain_StreamValidatorsInfoServer
NewMockBeaconChain_StreamValidatorsInfoServer creates a new mock instance.
func (*MockBeaconChain_StreamValidatorsInfoServer) Context ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) Context() context.Context
Context mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoServer) EXPECT ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) EXPECT() *MockBeaconChain_StreamValidatorsInfoServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconChain_StreamValidatorsInfoServer) Recv ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) Recv() (*eth.ValidatorChangeSet, error)
Recv mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoServer) RecvMsg ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoServer) Send ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) Send(arg0 *eth.ValidatorInfo) error
Send mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoServer) SendHeader ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoServer) SendMsg ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoServer) SetHeader ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconChain_StreamValidatorsInfoServer) SetTrailer ¶
func (m *MockBeaconChain_StreamValidatorsInfoServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconChain_StreamValidatorsInfoServerMockRecorder ¶
type MockBeaconChain_StreamValidatorsInfoServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconChain_StreamValidatorsInfoServerMockRecorder is the mock recorder for MockBeaconChain_StreamValidatorsInfoServer.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Context ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Recv ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Send ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendMsg ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconChain_StreamValidatorsInfoServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconNodeValidatorClient ¶
type MockBeaconNodeValidatorClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorClient is a mock of BeaconNodeValidatorClient interface.
func NewMockBeaconNodeValidatorClient ¶
func NewMockBeaconNodeValidatorClient(ctrl *gomock.Controller) *MockBeaconNodeValidatorClient
NewMockBeaconNodeValidatorClient creates a new mock instance.
func (*MockBeaconNodeValidatorClient) AggregatedSigAndAggregationBits ¶ added in v4.0.4
func (m *MockBeaconNodeValidatorClient) AggregatedSigAndAggregationBits(arg0 context.Context, arg1 *eth.AggregatedSigAndAggregationBitsRequest, arg2 ...grpc.CallOption) (*eth.AggregatedSigAndAggregationBitsResponse, error)
AggregatedSigAndAggregationBits mocks base method.
func (*MockBeaconNodeValidatorClient) AssignValidatorToSubnet ¶ added in v4.0.4
func (m *MockBeaconNodeValidatorClient) AssignValidatorToSubnet(arg0 context.Context, arg1 *eth.AssignValidatorToSubnetRequest, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
AssignValidatorToSubnet mocks base method.
func (*MockBeaconNodeValidatorClient) CheckDoppelGanger ¶
func (m *MockBeaconNodeValidatorClient) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest, arg2 ...grpc.CallOption) (*eth.DoppelGangerResponse, error)
CheckDoppelGanger mocks base method.
func (*MockBeaconNodeValidatorClient) DomainData ¶
func (m *MockBeaconNodeValidatorClient) DomainData(arg0 context.Context, arg1 *eth.DomainRequest, arg2 ...grpc.CallOption) (*eth.DomainResponse, error)
DomainData mocks base method.
func (*MockBeaconNodeValidatorClient) EXPECT ¶
func (m *MockBeaconNodeValidatorClient) EXPECT() *MockBeaconNodeValidatorClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidatorClient) GetAttestationData ¶
func (m *MockBeaconNodeValidatorClient) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest, arg2 ...grpc.CallOption) (*eth.AttestationData, error)
GetAttestationData mocks base method.
func (*MockBeaconNodeValidatorClient) GetBeaconBlock ¶
func (m *MockBeaconNodeValidatorClient) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest, arg2 ...grpc.CallOption) (*eth.GenericBeaconBlock, error)
GetBeaconBlock mocks base method.
func (*MockBeaconNodeValidatorClient) GetDuties ¶
func (m *MockBeaconNodeValidatorClient) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest, arg2 ...grpc.CallOption) (*eth.DutiesResponse, error)
GetDuties mocks base method.
func (*MockBeaconNodeValidatorClient) GetFeeRecipientByPubKey ¶
func (m *MockBeaconNodeValidatorClient) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest, arg2 ...grpc.CallOption) (*eth.FeeRecipientByPubKeyResponse, error)
GetFeeRecipientByPubKey mocks base method.
func (*MockBeaconNodeValidatorClient) GetSyncCommitteeContribution ¶
func (m *MockBeaconNodeValidatorClient) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest, arg2 ...grpc.CallOption) (*eth.SyncCommitteeContribution, error)
GetSyncCommitteeContribution mocks base method.
func (*MockBeaconNodeValidatorClient) GetSyncMessageBlockRoot ¶
func (m *MockBeaconNodeValidatorClient) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.SyncMessageBlockRootResponse, error)
GetSyncMessageBlockRoot mocks base method.
func (*MockBeaconNodeValidatorClient) GetSyncSubcommitteeIndex ¶
func (m *MockBeaconNodeValidatorClient) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest, arg2 ...grpc.CallOption) (*eth.SyncSubcommitteeIndexResponse, error)
GetSyncSubcommitteeIndex mocks base method.
func (*MockBeaconNodeValidatorClient) MultipleValidatorStatus ¶
func (m *MockBeaconNodeValidatorClient) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest, arg2 ...grpc.CallOption) (*eth.MultipleValidatorStatusResponse, error)
MultipleValidatorStatus mocks base method.
func (*MockBeaconNodeValidatorClient) PrepareBeaconProposer ¶
func (m *MockBeaconNodeValidatorClient) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
PrepareBeaconProposer mocks base method.
func (*MockBeaconNodeValidatorClient) ProposeAttestation ¶
func (m *MockBeaconNodeValidatorClient) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation, arg2 ...grpc.CallOption) (*eth.AttestResponse, error)
ProposeAttestation mocks base method.
func (*MockBeaconNodeValidatorClient) ProposeBeaconBlock ¶
func (m *MockBeaconNodeValidatorClient) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock, arg2 ...grpc.CallOption) (*eth.ProposeResponse, error)
ProposeBeaconBlock mocks base method.
func (*MockBeaconNodeValidatorClient) ProposeExit ¶
func (m *MockBeaconNodeValidatorClient) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit, arg2 ...grpc.CallOption) (*eth.ProposeExitResponse, error)
ProposeExit mocks base method.
func (*MockBeaconNodeValidatorClient) StreamBlocksAltair ¶
func (m *MockBeaconNodeValidatorClient) StreamBlocksAltair(arg0 context.Context, arg1 *eth.StreamBlocksRequest, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_StreamBlocksAltairClient, error)
StreamBlocksAltair mocks base method.
func (*MockBeaconNodeValidatorClient) StreamDuties ¶
func (m *MockBeaconNodeValidatorClient) StreamDuties(arg0 context.Context, arg1 *eth.DutiesRequest, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_StreamDutiesClient, error)
StreamDuties mocks base method.
func (*MockBeaconNodeValidatorClient) StreamSlots ¶ added in v4.2.0
func (m *MockBeaconNodeValidatorClient) StreamSlots(arg0 context.Context, arg1 *eth.StreamSlotsRequest, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_StreamSlotsClient, error)
StreamSlots mocks base method.
func (*MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof ¶
func (m *MockBeaconNodeValidatorClient) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest, arg2 ...grpc.CallOption) (*eth.AggregateSelectionResponse, error)
SubmitAggregateSelectionProof mocks base method.
func (*MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof ¶
func (m *MockBeaconNodeValidatorClient) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest, arg2 ...grpc.CallOption) (*eth.SignedAggregateSubmitResponse, error)
SubmitSignedAggregateSelectionProof mocks base method.
func (*MockBeaconNodeValidatorClient) SubmitSignedContributionAndProof ¶
func (m *MockBeaconNodeValidatorClient) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
SubmitSignedContributionAndProof mocks base method.
func (*MockBeaconNodeValidatorClient) SubmitSyncMessage ¶
func (m *MockBeaconNodeValidatorClient) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
SubmitSyncMessage mocks base method.
func (*MockBeaconNodeValidatorClient) SubmitValidatorRegistrations ¶
func (m *MockBeaconNodeValidatorClient) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
SubmitValidatorRegistrations mocks base method.
func (*MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets ¶
func (m *MockBeaconNodeValidatorClient) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
SubscribeCommitteeSubnets mocks base method.
func (*MockBeaconNodeValidatorClient) ValidatorIndex ¶
func (m *MockBeaconNodeValidatorClient) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest, arg2 ...grpc.CallOption) (*eth.ValidatorIndexResponse, error)
ValidatorIndex mocks base method.
func (*MockBeaconNodeValidatorClient) ValidatorStatus ¶
func (m *MockBeaconNodeValidatorClient) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest, arg2 ...grpc.CallOption) (*eth.ValidatorStatusResponse, error)
ValidatorStatus mocks base method.
func (*MockBeaconNodeValidatorClient) WaitForActivation ¶
func (m *MockBeaconNodeValidatorClient) WaitForActivation(arg0 context.Context, arg1 *eth.ValidatorActivationRequest, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_WaitForActivationClient, error)
WaitForActivation mocks base method.
func (*MockBeaconNodeValidatorClient) WaitForChainStart ¶
func (m *MockBeaconNodeValidatorClient) WaitForChainStart(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (eth.BeaconNodeValidator_WaitForChainStartClient, error)
WaitForChainStart mocks base method.
type MockBeaconNodeValidatorClientMockRecorder ¶
type MockBeaconNodeValidatorClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorClientMockRecorder is the mock recorder for MockBeaconNodeValidatorClient.
func (*MockBeaconNodeValidatorClientMockRecorder) AggregatedSigAndAggregationBits ¶ added in v4.0.4
func (mr *MockBeaconNodeValidatorClientMockRecorder) AggregatedSigAndAggregationBits(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AggregatedSigAndAggregationBits indicates an expected call of AggregatedSigAndAggregationBits.
func (*MockBeaconNodeValidatorClientMockRecorder) AssignValidatorToSubnet ¶ added in v4.0.4
func (mr *MockBeaconNodeValidatorClientMockRecorder) AssignValidatorToSubnet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AssignValidatorToSubnet indicates an expected call of AssignValidatorToSubnet.
func (*MockBeaconNodeValidatorClientMockRecorder) CheckDoppelGanger ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CheckDoppelGanger indicates an expected call of CheckDoppelGanger.
func (*MockBeaconNodeValidatorClientMockRecorder) DomainData ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) DomainData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DomainData indicates an expected call of DomainData.
func (*MockBeaconNodeValidatorClientMockRecorder) GetAttestationData ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetAttestationData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetAttestationData indicates an expected call of GetAttestationData.
func (*MockBeaconNodeValidatorClientMockRecorder) GetBeaconBlock ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetBeaconBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetBeaconBlock indicates an expected call of GetBeaconBlock.
func (*MockBeaconNodeValidatorClientMockRecorder) GetDuties ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetDuties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDuties indicates an expected call of GetDuties.
func (*MockBeaconNodeValidatorClientMockRecorder) GetFeeRecipientByPubKey ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.
func (*MockBeaconNodeValidatorClientMockRecorder) GetSyncCommitteeContribution ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetSyncCommitteeContribution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.
func (*MockBeaconNodeValidatorClientMockRecorder) GetSyncMessageBlockRoot ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.
func (*MockBeaconNodeValidatorClientMockRecorder) GetSyncSubcommitteeIndex ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.
func (*MockBeaconNodeValidatorClientMockRecorder) MultipleValidatorStatus ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.
func (*MockBeaconNodeValidatorClientMockRecorder) PrepareBeaconProposer ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) PrepareBeaconProposer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.
func (*MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeAttestation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ProposeAttestation indicates an expected call of ProposeAttestation.
func (*MockBeaconNodeValidatorClientMockRecorder) ProposeBeaconBlock ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeBeaconBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.
func (*MockBeaconNodeValidatorClientMockRecorder) ProposeExit ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) ProposeExit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ProposeExit indicates an expected call of ProposeExit.
func (*MockBeaconNodeValidatorClientMockRecorder) StreamBlocksAltair ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) StreamBlocksAltair(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamBlocksAltair indicates an expected call of StreamBlocksAltair.
func (*MockBeaconNodeValidatorClientMockRecorder) StreamDuties ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) StreamDuties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamDuties indicates an expected call of StreamDuties.
func (*MockBeaconNodeValidatorClientMockRecorder) StreamSlots ¶ added in v4.2.0
func (mr *MockBeaconNodeValidatorClientMockRecorder) StreamSlots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StreamSlots indicates an expected call of StreamSlots.
func (*MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.
func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.
func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSignedContributionAndProof ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.
func (*MockBeaconNodeValidatorClientMockRecorder) SubmitSyncMessage ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitSyncMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitSyncMessage indicates an expected call of SubmitSyncMessage.
func (*MockBeaconNodeValidatorClientMockRecorder) SubmitValidatorRegistrations ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubmitValidatorRegistrations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.
func (*MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.
func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorIndex(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ValidatorIndex indicates an expected call of ValidatorIndex.
func (*MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) ValidatorStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ValidatorStatus indicates an expected call of ValidatorStatus.
func (*MockBeaconNodeValidatorClientMockRecorder) WaitForActivation ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForActivation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitForActivation indicates an expected call of WaitForActivation.
func (*MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart ¶
func (mr *MockBeaconNodeValidatorClientMockRecorder) WaitForChainStart(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart.
type MockBeaconNodeValidatorServer ¶
type MockBeaconNodeValidatorServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorServer is a mock of BeaconNodeValidatorServer interface.
func NewMockBeaconNodeValidatorServer ¶
func NewMockBeaconNodeValidatorServer(ctrl *gomock.Controller) *MockBeaconNodeValidatorServer
NewMockBeaconNodeValidatorServer creates a new mock instance.
func (*MockBeaconNodeValidatorServer) AggregatedSigAndAggregationBits ¶ added in v4.0.4
func (m *MockBeaconNodeValidatorServer) AggregatedSigAndAggregationBits(arg0 context.Context, arg1 *eth.AggregatedSigAndAggregationBitsRequest) (*eth.AggregatedSigAndAggregationBitsResponse, error)
AggregatedSigAndAggregationBits mocks base method.
func (*MockBeaconNodeValidatorServer) AssignValidatorToSubnet ¶ added in v4.0.4
func (m *MockBeaconNodeValidatorServer) AssignValidatorToSubnet(arg0 context.Context, arg1 *eth.AssignValidatorToSubnetRequest) (*emptypb.Empty, error)
AssignValidatorToSubnet mocks base method.
func (*MockBeaconNodeValidatorServer) CheckDoppelGanger ¶
func (m *MockBeaconNodeValidatorServer) CheckDoppelGanger(arg0 context.Context, arg1 *eth.DoppelGangerRequest) (*eth.DoppelGangerResponse, error)
CheckDoppelGanger mocks base method.
func (*MockBeaconNodeValidatorServer) DomainData ¶
func (m *MockBeaconNodeValidatorServer) DomainData(arg0 context.Context, arg1 *eth.DomainRequest) (*eth.DomainResponse, error)
DomainData mocks base method.
func (*MockBeaconNodeValidatorServer) EXPECT ¶
func (m *MockBeaconNodeValidatorServer) EXPECT() *MockBeaconNodeValidatorServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidatorServer) GetAttestationData ¶
func (m *MockBeaconNodeValidatorServer) GetAttestationData(arg0 context.Context, arg1 *eth.AttestationDataRequest) (*eth.AttestationData, error)
GetAttestationData mocks base method.
func (*MockBeaconNodeValidatorServer) GetBeaconBlock ¶
func (m *MockBeaconNodeValidatorServer) GetBeaconBlock(arg0 context.Context, arg1 *eth.BlockRequest) (*eth.GenericBeaconBlock, error)
GetBeaconBlock mocks base method.
func (*MockBeaconNodeValidatorServer) GetDuties ¶
func (m *MockBeaconNodeValidatorServer) GetDuties(arg0 context.Context, arg1 *eth.DutiesRequest) (*eth.DutiesResponse, error)
GetDuties mocks base method.
func (*MockBeaconNodeValidatorServer) GetFeeRecipientByPubKey ¶
func (m *MockBeaconNodeValidatorServer) GetFeeRecipientByPubKey(arg0 context.Context, arg1 *eth.FeeRecipientByPubKeyRequest) (*eth.FeeRecipientByPubKeyResponse, error)
GetFeeRecipientByPubKey mocks base method.
func (*MockBeaconNodeValidatorServer) GetSyncCommitteeContribution ¶
func (m *MockBeaconNodeValidatorServer) GetSyncCommitteeContribution(arg0 context.Context, arg1 *eth.SyncCommitteeContributionRequest) (*eth.SyncCommitteeContribution, error)
GetSyncCommitteeContribution mocks base method.
func (*MockBeaconNodeValidatorServer) GetSyncMessageBlockRoot ¶
func (m *MockBeaconNodeValidatorServer) GetSyncMessageBlockRoot(arg0 context.Context, arg1 *emptypb.Empty) (*eth.SyncMessageBlockRootResponse, error)
GetSyncMessageBlockRoot mocks base method.
func (*MockBeaconNodeValidatorServer) GetSyncSubcommitteeIndex ¶
func (m *MockBeaconNodeValidatorServer) GetSyncSubcommitteeIndex(arg0 context.Context, arg1 *eth.SyncSubcommitteeIndexRequest) (*eth.SyncSubcommitteeIndexResponse, error)
GetSyncSubcommitteeIndex mocks base method.
func (*MockBeaconNodeValidatorServer) MultipleValidatorStatus ¶
func (m *MockBeaconNodeValidatorServer) MultipleValidatorStatus(arg0 context.Context, arg1 *eth.MultipleValidatorStatusRequest) (*eth.MultipleValidatorStatusResponse, error)
MultipleValidatorStatus mocks base method.
func (*MockBeaconNodeValidatorServer) PrepareBeaconProposer ¶
func (m *MockBeaconNodeValidatorServer) PrepareBeaconProposer(arg0 context.Context, arg1 *eth.PrepareBeaconProposerRequest) (*emptypb.Empty, error)
PrepareBeaconProposer mocks base method.
func (*MockBeaconNodeValidatorServer) ProposeAttestation ¶
func (m *MockBeaconNodeValidatorServer) ProposeAttestation(arg0 context.Context, arg1 *eth.Attestation) (*eth.AttestResponse, error)
ProposeAttestation mocks base method.
func (*MockBeaconNodeValidatorServer) ProposeBeaconBlock ¶
func (m *MockBeaconNodeValidatorServer) ProposeBeaconBlock(arg0 context.Context, arg1 *eth.GenericSignedBeaconBlock) (*eth.ProposeResponse, error)
ProposeBeaconBlock mocks base method.
func (*MockBeaconNodeValidatorServer) ProposeExit ¶
func (m *MockBeaconNodeValidatorServer) ProposeExit(arg0 context.Context, arg1 *eth.SignedVoluntaryExit) (*eth.ProposeExitResponse, error)
ProposeExit mocks base method.
func (*MockBeaconNodeValidatorServer) StreamBlocksAltair ¶
func (m *MockBeaconNodeValidatorServer) StreamBlocksAltair(arg0 *eth.StreamBlocksRequest, arg1 eth.BeaconNodeValidator_StreamBlocksAltairServer) error
StreamBlocksAltair mocks base method.
func (*MockBeaconNodeValidatorServer) StreamDuties ¶
func (m *MockBeaconNodeValidatorServer) StreamDuties(arg0 *eth.DutiesRequest, arg1 eth.BeaconNodeValidator_StreamDutiesServer) error
StreamDuties mocks base method.
func (*MockBeaconNodeValidatorServer) StreamSlots ¶ added in v4.2.0
func (m *MockBeaconNodeValidatorServer) StreamSlots(arg0 *eth.StreamSlotsRequest, arg1 eth.BeaconNodeValidator_StreamSlotsServer) error
StreamSlots mocks base method.
func (*MockBeaconNodeValidatorServer) SubmitAggregateSelectionProof ¶
func (m *MockBeaconNodeValidatorServer) SubmitAggregateSelectionProof(arg0 context.Context, arg1 *eth.AggregateSelectionRequest) (*eth.AggregateSelectionResponse, error)
SubmitAggregateSelectionProof mocks base method.
func (*MockBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof ¶
func (m *MockBeaconNodeValidatorServer) SubmitSignedAggregateSelectionProof(arg0 context.Context, arg1 *eth.SignedAggregateSubmitRequest) (*eth.SignedAggregateSubmitResponse, error)
SubmitSignedAggregateSelectionProof mocks base method.
func (*MockBeaconNodeValidatorServer) SubmitSignedContributionAndProof ¶
func (m *MockBeaconNodeValidatorServer) SubmitSignedContributionAndProof(arg0 context.Context, arg1 *eth.SignedContributionAndProof) (*emptypb.Empty, error)
SubmitSignedContributionAndProof mocks base method.
func (*MockBeaconNodeValidatorServer) SubmitSyncMessage ¶
func (m *MockBeaconNodeValidatorServer) SubmitSyncMessage(arg0 context.Context, arg1 *eth.SyncCommitteeMessage) (*emptypb.Empty, error)
SubmitSyncMessage mocks base method.
func (*MockBeaconNodeValidatorServer) SubmitValidatorRegistrations ¶
func (m *MockBeaconNodeValidatorServer) SubmitValidatorRegistrations(arg0 context.Context, arg1 *eth.SignedValidatorRegistrationsV1) (*emptypb.Empty, error)
SubmitValidatorRegistrations mocks base method.
func (*MockBeaconNodeValidatorServer) SubscribeCommitteeSubnets ¶
func (m *MockBeaconNodeValidatorServer) SubscribeCommitteeSubnets(arg0 context.Context, arg1 *eth.CommitteeSubnetsSubscribeRequest) (*emptypb.Empty, error)
SubscribeCommitteeSubnets mocks base method.
func (*MockBeaconNodeValidatorServer) ValidatorIndex ¶
func (m *MockBeaconNodeValidatorServer) ValidatorIndex(arg0 context.Context, arg1 *eth.ValidatorIndexRequest) (*eth.ValidatorIndexResponse, error)
ValidatorIndex mocks base method.
func (*MockBeaconNodeValidatorServer) ValidatorStatus ¶
func (m *MockBeaconNodeValidatorServer) ValidatorStatus(arg0 context.Context, arg1 *eth.ValidatorStatusRequest) (*eth.ValidatorStatusResponse, error)
ValidatorStatus mocks base method.
func (*MockBeaconNodeValidatorServer) WaitForActivation ¶
func (m *MockBeaconNodeValidatorServer) WaitForActivation(arg0 *eth.ValidatorActivationRequest, arg1 eth.BeaconNodeValidator_WaitForActivationServer) error
WaitForActivation mocks base method.
func (*MockBeaconNodeValidatorServer) WaitForChainStart ¶
func (m *MockBeaconNodeValidatorServer) WaitForChainStart(arg0 *emptypb.Empty, arg1 eth.BeaconNodeValidator_WaitForChainStartServer) error
WaitForChainStart mocks base method.
type MockBeaconNodeValidatorServerMockRecorder ¶
type MockBeaconNodeValidatorServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidatorServerMockRecorder is the mock recorder for MockBeaconNodeValidatorServer.
func (*MockBeaconNodeValidatorServerMockRecorder) AggregatedSigAndAggregationBits ¶ added in v4.0.4
func (mr *MockBeaconNodeValidatorServerMockRecorder) AggregatedSigAndAggregationBits(arg0, arg1 interface{}) *gomock.Call
AggregatedSigAndAggregationBits indicates an expected call of AggregatedSigAndAggregationBits.
func (*MockBeaconNodeValidatorServerMockRecorder) AssignValidatorToSubnet ¶ added in v4.0.4
func (mr *MockBeaconNodeValidatorServerMockRecorder) AssignValidatorToSubnet(arg0, arg1 interface{}) *gomock.Call
AssignValidatorToSubnet indicates an expected call of AssignValidatorToSubnet.
func (*MockBeaconNodeValidatorServerMockRecorder) CheckDoppelGanger ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) CheckDoppelGanger(arg0, arg1 interface{}) *gomock.Call
CheckDoppelGanger indicates an expected call of CheckDoppelGanger.
func (*MockBeaconNodeValidatorServerMockRecorder) DomainData ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) DomainData(arg0, arg1 interface{}) *gomock.Call
DomainData indicates an expected call of DomainData.
func (*MockBeaconNodeValidatorServerMockRecorder) GetAttestationData ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetAttestationData(arg0, arg1 interface{}) *gomock.Call
GetAttestationData indicates an expected call of GetAttestationData.
func (*MockBeaconNodeValidatorServerMockRecorder) GetBeaconBlock ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetBeaconBlock(arg0, arg1 interface{}) *gomock.Call
GetBeaconBlock indicates an expected call of GetBeaconBlock.
func (*MockBeaconNodeValidatorServerMockRecorder) GetDuties ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetDuties(arg0, arg1 interface{}) *gomock.Call
GetDuties indicates an expected call of GetDuties.
func (*MockBeaconNodeValidatorServerMockRecorder) GetFeeRecipientByPubKey ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetFeeRecipientByPubKey(arg0, arg1 interface{}) *gomock.Call
GetFeeRecipientByPubKey indicates an expected call of GetFeeRecipientByPubKey.
func (*MockBeaconNodeValidatorServerMockRecorder) GetSyncCommitteeContribution ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetSyncCommitteeContribution(arg0, arg1 interface{}) *gomock.Call
GetSyncCommitteeContribution indicates an expected call of GetSyncCommitteeContribution.
func (*MockBeaconNodeValidatorServerMockRecorder) GetSyncMessageBlockRoot ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetSyncMessageBlockRoot(arg0, arg1 interface{}) *gomock.Call
GetSyncMessageBlockRoot indicates an expected call of GetSyncMessageBlockRoot.
func (*MockBeaconNodeValidatorServerMockRecorder) GetSyncSubcommitteeIndex ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) GetSyncSubcommitteeIndex(arg0, arg1 interface{}) *gomock.Call
GetSyncSubcommitteeIndex indicates an expected call of GetSyncSubcommitteeIndex.
func (*MockBeaconNodeValidatorServerMockRecorder) MultipleValidatorStatus ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) MultipleValidatorStatus(arg0, arg1 interface{}) *gomock.Call
MultipleValidatorStatus indicates an expected call of MultipleValidatorStatus.
func (*MockBeaconNodeValidatorServerMockRecorder) PrepareBeaconProposer ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) PrepareBeaconProposer(arg0, arg1 interface{}) *gomock.Call
PrepareBeaconProposer indicates an expected call of PrepareBeaconProposer.
func (*MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeAttestation(arg0, arg1 interface{}) *gomock.Call
ProposeAttestation indicates an expected call of ProposeAttestation.
func (*MockBeaconNodeValidatorServerMockRecorder) ProposeBeaconBlock ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeBeaconBlock(arg0, arg1 interface{}) *gomock.Call
ProposeBeaconBlock indicates an expected call of ProposeBeaconBlock.
func (*MockBeaconNodeValidatorServerMockRecorder) ProposeExit ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) ProposeExit(arg0, arg1 interface{}) *gomock.Call
ProposeExit indicates an expected call of ProposeExit.
func (*MockBeaconNodeValidatorServerMockRecorder) StreamBlocksAltair ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) StreamBlocksAltair(arg0, arg1 interface{}) *gomock.Call
StreamBlocksAltair indicates an expected call of StreamBlocksAltair.
func (*MockBeaconNodeValidatorServerMockRecorder) StreamDuties ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) StreamDuties(arg0, arg1 interface{}) *gomock.Call
StreamDuties indicates an expected call of StreamDuties.
func (*MockBeaconNodeValidatorServerMockRecorder) StreamSlots ¶ added in v4.2.0
func (mr *MockBeaconNodeValidatorServerMockRecorder) StreamSlots(arg0, arg1 interface{}) *gomock.Call
StreamSlots indicates an expected call of StreamSlots.
func (*MockBeaconNodeValidatorServerMockRecorder) SubmitAggregateSelectionProof ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
SubmitAggregateSelectionProof indicates an expected call of SubmitAggregateSelectionProof.
func (*MockBeaconNodeValidatorServerMockRecorder) SubmitSignedAggregateSelectionProof ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitSignedAggregateSelectionProof(arg0, arg1 interface{}) *gomock.Call
SubmitSignedAggregateSelectionProof indicates an expected call of SubmitSignedAggregateSelectionProof.
func (*MockBeaconNodeValidatorServerMockRecorder) SubmitSignedContributionAndProof ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitSignedContributionAndProof(arg0, arg1 interface{}) *gomock.Call
SubmitSignedContributionAndProof indicates an expected call of SubmitSignedContributionAndProof.
func (*MockBeaconNodeValidatorServerMockRecorder) SubmitSyncMessage ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitSyncMessage(arg0, arg1 interface{}) *gomock.Call
SubmitSyncMessage indicates an expected call of SubmitSyncMessage.
func (*MockBeaconNodeValidatorServerMockRecorder) SubmitValidatorRegistrations ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) SubmitValidatorRegistrations(arg0, arg1 interface{}) *gomock.Call
SubmitValidatorRegistrations indicates an expected call of SubmitValidatorRegistrations.
func (*MockBeaconNodeValidatorServerMockRecorder) SubscribeCommitteeSubnets ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) SubscribeCommitteeSubnets(arg0, arg1 interface{}) *gomock.Call
SubscribeCommitteeSubnets indicates an expected call of SubscribeCommitteeSubnets.
func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorIndex(arg0, arg1 interface{}) *gomock.Call
ValidatorIndex indicates an expected call of ValidatorIndex.
func (*MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) ValidatorStatus(arg0, arg1 interface{}) *gomock.Call
ValidatorStatus indicates an expected call of ValidatorStatus.
func (*MockBeaconNodeValidatorServerMockRecorder) WaitForActivation ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForActivation(arg0, arg1 interface{}) *gomock.Call
WaitForActivation indicates an expected call of WaitForActivation.
func (*MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart ¶
func (mr *MockBeaconNodeValidatorServerMockRecorder) WaitForChainStart(arg0, arg1 interface{}) *gomock.Call
WaitForChainStart indicates an expected call of WaitForChainStart.
type MockBeaconNodeValidator_StreamDutiesClient ¶
type MockBeaconNodeValidator_StreamDutiesClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamDutiesClient is a mock of BeaconNodeValidator_StreamDutiesClient interface.
func NewMockBeaconNodeValidator_StreamDutiesClient ¶
func NewMockBeaconNodeValidator_StreamDutiesClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamDutiesClient
NewMockBeaconNodeValidator_StreamDutiesClient creates a new mock instance.
func (*MockBeaconNodeValidator_StreamDutiesClient) CloseSend ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesClient) Context ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesClient) EXPECT ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) EXPECT() *MockBeaconNodeValidator_StreamDutiesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_StreamDutiesClient) Header ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesClient) Recv ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) Recv() (*eth.DutiesResponse, error)
Recv mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesClient) RecvMsg ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesClient) SendMsg ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesClient) Trailer ¶
func (m *MockBeaconNodeValidator_StreamDutiesClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconNodeValidator_StreamDutiesClientMockRecorder ¶
type MockBeaconNodeValidator_StreamDutiesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamDutiesClientMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesClient.
func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) CloseSend ¶
func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Context ¶
func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Header ¶
func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Recv ¶
func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) SendMsg ¶
func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Trailer ¶
func (mr *MockBeaconNodeValidator_StreamDutiesClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconNodeValidator_StreamDutiesServer ¶
type MockBeaconNodeValidator_StreamDutiesServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamDutiesServer is a mock of BeaconNodeValidator_StreamDutiesServer interface.
func NewMockBeaconNodeValidator_StreamDutiesServer ¶
func NewMockBeaconNodeValidator_StreamDutiesServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamDutiesServer
NewMockBeaconNodeValidator_StreamDutiesServer creates a new mock instance.
func (*MockBeaconNodeValidator_StreamDutiesServer) Context ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesServer) EXPECT ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) EXPECT() *MockBeaconNodeValidator_StreamDutiesServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_StreamDutiesServer) RecvMsg ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesServer) Send ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) Send(arg0 *eth.DutiesResponse) error
Send mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesServer) SendHeader ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesServer) SendMsg ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesServer) SetHeader ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconNodeValidator_StreamDutiesServer) SetTrailer ¶
func (m *MockBeaconNodeValidator_StreamDutiesServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconNodeValidator_StreamDutiesServerMockRecorder ¶
type MockBeaconNodeValidator_StreamDutiesServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamDutiesServerMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamDutiesServer.
func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Context ¶
func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Send ¶
func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendHeader ¶
func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendMsg ¶
func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetHeader ¶
func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconNodeValidator_StreamDutiesServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconNodeValidator_StreamSlotsClient ¶ added in v4.2.0
type MockBeaconNodeValidator_StreamSlotsClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamSlotsClient is a mock of BeaconNodeValidator_StreamSlotsClient interface.
func NewMockBeaconNodeValidator_StreamSlotsClient ¶ added in v4.2.0
func NewMockBeaconNodeValidator_StreamSlotsClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamSlotsClient
NewMockBeaconNodeValidator_StreamSlotsClient creates a new mock instance.
func (*MockBeaconNodeValidator_StreamSlotsClient) CloseSend ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsClient) Context ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsClient) EXPECT ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) EXPECT() *MockBeaconNodeValidator_StreamSlotsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_StreamSlotsClient) Header ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsClient) Recv ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) Recv() (*eth.StreamSlotsResponse, error)
Recv mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsClient) RecvMsg ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsClient) SendMsg ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsClient) Trailer ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconNodeValidator_StreamSlotsClientMockRecorder ¶ added in v4.2.0
type MockBeaconNodeValidator_StreamSlotsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamSlotsClientMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamSlotsClient.
func (*MockBeaconNodeValidator_StreamSlotsClientMockRecorder) CloseSend ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Context ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Header ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Recv ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconNodeValidator_StreamSlotsClientMockRecorder) RecvMsg ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_StreamSlotsClientMockRecorder) SendMsg ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Trailer ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconNodeValidator_StreamSlotsServer ¶ added in v4.2.0
type MockBeaconNodeValidator_StreamSlotsServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamSlotsServer is a mock of BeaconNodeValidator_StreamSlotsServer interface.
func NewMockBeaconNodeValidator_StreamSlotsServer ¶ added in v4.2.0
func NewMockBeaconNodeValidator_StreamSlotsServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_StreamSlotsServer
NewMockBeaconNodeValidator_StreamSlotsServer creates a new mock instance.
func (*MockBeaconNodeValidator_StreamSlotsServer) Context ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsServer) EXPECT ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) EXPECT() *MockBeaconNodeValidator_StreamSlotsServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_StreamSlotsServer) RecvMsg ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsServer) Send ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) Send(arg0 *eth.StreamSlotsResponse) error
Send mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsServer) SendHeader ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsServer) SendMsg ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsServer) SetHeader ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconNodeValidator_StreamSlotsServer) SetTrailer ¶ added in v4.2.0
func (m *MockBeaconNodeValidator_StreamSlotsServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconNodeValidator_StreamSlotsServerMockRecorder ¶ added in v4.2.0
type MockBeaconNodeValidator_StreamSlotsServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_StreamSlotsServerMockRecorder is the mock recorder for MockBeaconNodeValidator_StreamSlotsServer.
func (*MockBeaconNodeValidator_StreamSlotsServerMockRecorder) Context ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_StreamSlotsServerMockRecorder) RecvMsg ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_StreamSlotsServerMockRecorder) Send ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SendHeader ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SendMsg ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SetHeader ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SetTrailer ¶ added in v4.2.0
func (mr *MockBeaconNodeValidator_StreamSlotsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconNodeValidator_WaitForActivationClient ¶
type MockBeaconNodeValidator_WaitForActivationClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationClient is a mock of BeaconNodeValidator_WaitForActivationClient interface.
func NewMockBeaconNodeValidator_WaitForActivationClient ¶
func NewMockBeaconNodeValidator_WaitForActivationClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationClient
NewMockBeaconNodeValidator_WaitForActivationClient creates a new mock instance.
func (*MockBeaconNodeValidator_WaitForActivationClient) CloseSend ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationClient) Context ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationClient) EXPECT ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) EXPECT() *MockBeaconNodeValidator_WaitForActivationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_WaitForActivationClient) Header ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationClient) Recv ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) Recv() (*eth.ValidatorActivationResponse, error)
Recv mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationClient) RecvMsg ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationClient) SendMsg ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationClient) Trailer ¶
func (m *MockBeaconNodeValidator_WaitForActivationClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconNodeValidator_WaitForActivationClientMockRecorder ¶
type MockBeaconNodeValidator_WaitForActivationClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationClient.
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend ¶
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context ¶
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header ¶
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv ¶
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg ¶
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer ¶
func (mr *MockBeaconNodeValidator_WaitForActivationClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconNodeValidator_WaitForActivationServer ¶
type MockBeaconNodeValidator_WaitForActivationServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationServer is a mock of BeaconNodeValidator_WaitForActivationServer interface.
func NewMockBeaconNodeValidator_WaitForActivationServer ¶
func NewMockBeaconNodeValidator_WaitForActivationServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForActivationServer
NewMockBeaconNodeValidator_WaitForActivationServer creates a new mock instance.
func (*MockBeaconNodeValidator_WaitForActivationServer) Context ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationServer) EXPECT ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) EXPECT() *MockBeaconNodeValidator_WaitForActivationServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_WaitForActivationServer) RecvMsg ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationServer) Send ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) Send(arg0 *eth.ValidatorActivationResponse) error
Send mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationServer) SendHeader ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationServer) SendMsg ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationServer) SetHeader ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconNodeValidator_WaitForActivationServer) SetTrailer ¶
func (m *MockBeaconNodeValidator_WaitForActivationServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconNodeValidator_WaitForActivationServerMockRecorder ¶
type MockBeaconNodeValidator_WaitForActivationServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForActivationServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForActivationServer.
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context ¶
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send ¶
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader ¶
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg ¶
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader ¶
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconNodeValidator_WaitForActivationServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
type MockBeaconNodeValidator_WaitForChainStartClient ¶
type MockBeaconNodeValidator_WaitForChainStartClient struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartClient is a mock of BeaconNodeValidator_WaitForChainStartClient interface.
func NewMockBeaconNodeValidator_WaitForChainStartClient ¶
func NewMockBeaconNodeValidator_WaitForChainStartClient(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartClient
NewMockBeaconNodeValidator_WaitForChainStartClient creates a new mock instance.
func (*MockBeaconNodeValidator_WaitForChainStartClient) CloseSend ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) CloseSend() error
CloseSend mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartClient) Context ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartClient) EXPECT ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) EXPECT() *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_WaitForChainStartClient) Header ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartClient) Recv ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Recv() (*eth.ChainStartResponse, error)
Recv mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartClient) SendMsg ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartClient) Trailer ¶
func (m *MockBeaconNodeValidator_WaitForChainStartClient) Trailer() metadata.MD
Trailer mocks base method.
type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder ¶
type MockBeaconNodeValidator_WaitForChainStartClientMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartClientMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartClient.
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartClientMockRecorder) Trailer() *gomock.Call
Trailer indicates an expected call of Trailer.
type MockBeaconNodeValidator_WaitForChainStartServer ¶
type MockBeaconNodeValidator_WaitForChainStartServer struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartServer is a mock of BeaconNodeValidator_WaitForChainStartServer interface.
func NewMockBeaconNodeValidator_WaitForChainStartServer ¶
func NewMockBeaconNodeValidator_WaitForChainStartServer(ctrl *gomock.Controller) *MockBeaconNodeValidator_WaitForChainStartServer
NewMockBeaconNodeValidator_WaitForChainStartServer creates a new mock instance.
func (*MockBeaconNodeValidator_WaitForChainStartServer) Context ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) Context() context.Context
Context mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartServer) EXPECT ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) EXPECT() *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) RecvMsg(arg0 interface{}) error
RecvMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartServer) Send ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) Send(arg0 *eth.ChainStartResponse) error
Send mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartServer) SendHeader ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) SendHeader(arg0 metadata.MD) error
SendHeader mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartServer) SendMsg ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) SendMsg(arg0 interface{}) error
SendMsg mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartServer) SetHeader ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer ¶
func (m *MockBeaconNodeValidator_WaitForChainStartServer) SetTrailer(arg0 metadata.MD)
SetTrailer mocks base method.
type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder ¶
type MockBeaconNodeValidator_WaitForChainStartServerMockRecorder struct {
// contains filtered or unexported fields
}
MockBeaconNodeValidator_WaitForChainStartServerMockRecorder is the mock recorder for MockBeaconNodeValidator_WaitForChainStartServer.
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
SendHeader indicates an expected call of SendHeader.
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SendMsg(arg0 interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
SetHeader indicates an expected call of SetHeader.
func (*MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer ¶
func (mr *MockBeaconNodeValidator_WaitForChainStartServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
SetTrailer indicates an expected call of SetTrailer.
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, arg2 ...grpc.CallOption) (*eth.ETH1ConnectionStatus, error)
GetETH1ConnectionStatus mocks base method.
func (*MockNodeClient) GetGenesis ¶
func (m *MockNodeClient) GetGenesis(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.Genesis, error)
GetGenesis mocks base method.
func (*MockNodeClient) GetHost ¶
func (m *MockNodeClient) GetHost(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.HostData, error)
GetHost mocks base method.
func (*MockNodeClient) GetPeer ¶
func (m *MockNodeClient) GetPeer(arg0 context.Context, arg1 *eth.PeerRequest, arg2 ...grpc.CallOption) (*eth.Peer, error)
GetPeer mocks base method.
func (*MockNodeClient) GetSyncStatus ¶
func (m *MockNodeClient) GetSyncStatus(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.SyncStatus, error)
GetSyncStatus mocks base method.
func (*MockNodeClient) GetVersion ¶
func (m *MockNodeClient) GetVersion(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*eth.Version, error)
GetVersion mocks base method.
func (*MockNodeClient) ListImplementedServices ¶
func (m *MockNodeClient) ListImplementedServices(arg0 context.Context, arg1 *emptypb.Empty, arg2 ...grpc.CallOption) (*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{}, arg2 ...interface{}) *gomock.Call
GetETH1ConnectionStatus indicates an expected call of GetETH1ConnectionStatus.
func (*MockNodeClientMockRecorder) GetGenesis ¶
func (mr *MockNodeClientMockRecorder) GetGenesis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetGenesis indicates an expected call of GetGenesis.
func (*MockNodeClientMockRecorder) GetHost ¶
func (mr *MockNodeClientMockRecorder) GetHost(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetHost indicates an expected call of GetHost.
func (*MockNodeClientMockRecorder) GetPeer ¶
func (mr *MockNodeClientMockRecorder) GetPeer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPeer indicates an expected call of GetPeer.
func (*MockNodeClientMockRecorder) GetSyncStatus ¶
func (mr *MockNodeClientMockRecorder) GetSyncStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSyncStatus indicates an expected call of GetSyncStatus.
func (*MockNodeClientMockRecorder) GetVersion ¶
func (mr *MockNodeClientMockRecorder) GetVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetVersion indicates an expected call of GetVersion.
func (*MockNodeClientMockRecorder) ListImplementedServices ¶
func (mr *MockNodeClientMockRecorder) ListImplementedServices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListImplementedServices indicates an expected call of ListImplementedServices.
func (*MockNodeClientMockRecorder) ListPeers ¶
func (mr *MockNodeClientMockRecorder) ListPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPeers indicates an expected call of ListPeers.