mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-04 00:44:27 +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)
|