mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-28 14:17:17 +00:00
8 lines
128 B
Go
8 lines
128 B
Go
|
package nodev1
|
||
|
|
||
|
import (
|
||
|
ethpb "github.com/prysmaticlabs/ethereumapis/eth/v1"
|
||
|
)
|
||
|
|
||
|
var _ ethpb.BeaconNodeServer = (*Server)(nil)
|