mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +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)
|