mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
6 lines
142 B
Go
6 lines
142 B
Go
package beacon
|
|
|
|
import ethpbservice "github.com/prysmaticlabs/prysm/proto/eth/service"
|
|
|
|
var _ ethpbservice.BeaconChainServer = (*Server)(nil)
|