|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Runtime application state. More...
#include <app_init.hpp>
Public Attributes | |
| std::string | node_fingerprint |
| Signal Protocol node fingerprint. | |
| std::string | mode |
| Current transport mode. | |
| std::string | identity_path |
| Path to identity database. | |
Runtime application state.
Definition at line 19 of file app_init.hpp.
| std::string radix_relay::cli_utils::app_state::identity_path |
Path to identity database.
Definition at line 23 of file app_init.hpp.
| std::string radix_relay::cli_utils::app_state::mode |
Current transport mode.
Definition at line 22 of file app_init.hpp.
| std::string radix_relay::cli_utils::app_state::node_fingerprint |
Signal Protocol node fingerprint.
Definition at line 21 of file app_init.hpp.