mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 10:41:19 +00:00
cf1c346beb
* Start Beacon API outline * Rename to v1 * Add impl * Change to outline * Add comments * Remove unneeded items * Fix linting * tidy * Fix visibility * go.sum * Fix deps * Tidy * Add check for interface type and fix pointers * Fix pointer name Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
6 lines
122 B
Go
6 lines
122 B
Go
package beaconv1
|
|
|
|
import ethpb "github.com/prysmaticlabs/ethereumapis/eth/v1"
|
|
|
|
var _ = ethpb.BeaconChainServer(&Server{})
|