|
Clio
develop
The XRP Ledger API server.
|
This class is responsible for fetching and storing the state of the ETL information, such as the network id. More...
#include <ETLState.hpp>
Static Public Member Functions | |
| template<typename Forward> | |
| static std::optional< ETLState > | fetchETLStateFromSource (Forward &source) noexcept |
| Fetch the ETL state from the rippled server. | |
Public Attributes | |
| uint32_t | networkID {0} |
This class is responsible for fetching and storing the state of the ETL information, such as the network id.
|
inlinestaticnoexcept |
Fetch the ETL state from the rippled server.
| source | The source to fetch the state from |