Config Endpoints
beacon_client.config_endpoints.ConfigEndpoints
Source code in beacon_client/config_endpoints.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
get_deposit_contract()
Retrieve Eth1 deposit contract address and chain ID.
Source code in beacon_client/config_endpoints.py
22 23 24 25 26 27 28 |
|
get_fork_schedule()
Retrieve all forks, past present and future, of which this node is aware.
Source code in beacon_client/config_endpoints.py
7 8 9 10 11 12 13 |
|
get_node_specification()
Retrieve specification configuration used on this node.
Source code in beacon_client/config_endpoints.py
15 16 17 18 19 20 |
|