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