mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 10:12:19 +00:00
1edf1f4c87
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
8 lines
125 B
Go
8 lines
125 B
Go
package node
|
|
|
|
import (
|
|
ethpb "github.com/prysmaticlabs/prysm/proto/eth/v1"
|
|
)
|
|
|
|
var _ ethpb.BeaconNodeServer = (*Server)(nil)
|