mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +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)
|