mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-10 19:51:20 +00:00
7 lines
153 B
Go
7 lines
153 B
Go
|
package validatorpb
|
||
|
|
||
|
// SignRequestObject exports the private isSignRequest_Object interface.
|
||
|
type SignRequestObject interface {
|
||
|
isSignRequest_Object
|
||
|
}
|