#include <roughtime.h>
Definition at line 136 of file roughtime.h.
◆ Server_Information()
Botan::Roughtime::Server_Information::Server_Information |
( |
std::string_view | name, |
|
|
const Ed25519_PublicKey & | public_key, |
|
|
const std::vector< std::string > & | addresses ) |
|
inline |
◆ addresses()
const std::vector< std::string > & Botan::Roughtime::Server_Information::addresses |
( |
| ) |
const |
|
inline |
Definition at line 147 of file roughtime.h.
147{ return m_addresses; }
◆ name()
const std::string & Botan::Roughtime::Server_Information::name |
( |
| ) |
const |
|
inline |
◆ public_key()
Definition at line 145 of file roughtime.h.
145{ return m_public_key; }
The documentation for this struct was generated from the following file: