File tree 2 files changed +0
-3
lines changed
main/java/tech/pegasys/teku/validator/remote/apiclient
test/java/tech/pegasys/teku/validator/remote
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ public interface ValidatorRestApiClient {
42
42
43
43
Optional <List <ValidatorResponse >> getValidators (List <String > validatorIds );
44
44
45
- Optional <List <ValidatorResponse >> postValidators (List <String > validatorIds );
46
-
47
45
Optional <GetProposerDutiesResponse > getProposerDuties (final UInt64 epoch );
48
46
49
47
Optional <PostDataFailureResponse > sendSignedAttestations (List <Attestation > attestation );
Original file line number Diff line number Diff line change 53
53
import tech .pegasys .teku .api .response .v1 .beacon .ValidatorStatus ;
54
54
import tech .pegasys .teku .api .response .v1 .validator .PostValidatorLivenessResponse ;
55
55
import tech .pegasys .teku .api .response .v1 .validator .ValidatorLiveness ;
56
- import tech .pegasys .teku .api .schema .BLSPubKey ;
57
56
import tech .pegasys .teku .bls .BLSPublicKey ;
58
57
import tech .pegasys .teku .bls .BLSSignature ;
59
58
import tech .pegasys .teku .ethereum .json .types .beacon .StateValidatorData ;
You can’t perform that action at this time.
0 commit comments