prysm-pulse/proto/prysm/v1alpha1/validator-client/interface.go
Preston Van Loon 78fe712e53
Validator: deduplicate fork logic for block proposals (#10297)
* Deduplicate block proposals

* fix tests, more dedup of tests

* Add godoc to BuildSignedBeaconBlock.

* Rename SignRequest_Object => SignRequestObject

* Fix error messages

* Add tests for new methods

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-03-07 19:18:54 +00:00

7 lines
153 B
Go

package validatorpb
// SignRequestObject exports the private isSignRequest_Object interface.
type SignRequestObject interface {
isSignRequest_Object
}