mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 04:47:18 +00:00
8 lines
144 B
Go
8 lines
144 B
Go
package node
|
|
|
|
import (
|
|
ethpbservice "github.com/prysmaticlabs/prysm/proto/eth/service"
|
|
)
|
|
|
|
var _ ethpbservice.BeaconNodeServer = (*Server)(nil)
|