mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 20:37:17 +00:00
bfbf693660
Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
7 lines
215 B
Go
7 lines
215 B
Go
/*
|
|
Package beacon provides a client for interacting with the standard Eth Beacon Node API.
|
|
Interactive swagger documentation for the API is available here: https://ethereum.github.io/beacon-APIs/
|
|
|
|
*/
|
|
package beacon
|