mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-14 09:58:12 -05:00
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
|