mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
6 lines
122 B
Go
6 lines
122 B
Go
|
package beaconv1
|
||
|
|
||
|
import ethpb "github.com/prysmaticlabs/ethereumapis/eth/v1"
|
||
|
|
||
|
var _ = ethpb.BeaconChainServer(&Server{})
|