mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
1edf1f4c87
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
6 lines
123 B
Go
6 lines
123 B
Go
package beacon
|
|
|
|
import ethpb "github.com/prysmaticlabs/prysm/proto/eth/v1"
|
|
|
|
var _ ethpb.BeaconChainServer = (*Server)(nil)
|