Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
etl::ETLState Struct Reference

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< ETLStatefetchETLStateFromSource (Forward &source) noexcept
 Fetch the ETL state from the rippled server.
 

Public Attributes

std::optional< uint32_t > networkID
 

Detailed Description

This class is responsible for fetching and storing the state of the ETL information, such as the network id.

Member Function Documentation

◆ fetchETLStateFromSource()

template<typename Forward >
static std::optional< ETLState > etl::ETLState::fetchETLStateFromSource ( Forward & source)
inlinestaticnoexcept

Fetch the ETL state from the rippled server.

Parameters
sourceThe source to fetch the state from
Returns
The ETL state, nullopt if source not available

The documentation for this struct was generated from the following file: