Kagome
Polkadot Runtime Engine in C++17
|
#include <endpoint.hpp>
Public Member Functions | |
TelemetryEndpoint (common::Uri endpoint_uri, uint8_t verbosity_level) | |
const common::Uri & | uri () const |
uint8_t | verbosity () |
bool | operator== (const TelemetryEndpoint &other) const |
bool | operator!= (const TelemetryEndpoint &other) const |
Private Attributes | |
common::Uri | uri_ |
uint8_t | verbosity_level_ |
Represents a single record of telemetry URI endpoint with verbosity level specified
Definition at line 17 of file endpoint.hpp.
|
inline |
Definition at line 19 of file endpoint.hpp.
|
inline |
Definition at line 35 of file endpoint.hpp.
|
inline |
Definition at line 30 of file endpoint.hpp.
|
inline |
Definition at line 22 of file endpoint.hpp.
|
inline |
Definition at line 26 of file endpoint.hpp.
|
private |
Definition at line 40 of file endpoint.hpp.
|
private |
Definition at line 41 of file endpoint.hpp.