Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
radix_relay::cli_utils::app_state Struct Reference

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.
 

Detailed Description

Runtime application state.

Definition at line 19 of file app_init.hpp.

Member Data Documentation

◆ identity_path

std::string radix_relay::cli_utils::app_state::identity_path

Path to identity database.

Definition at line 23 of file app_init.hpp.

◆ mode

std::string radix_relay::cli_utils::app_state::mode

Current transport mode.

Definition at line 22 of file app_init.hpp.

◆ node_fingerprint

std::string radix_relay::cli_utils::app_state::node_fingerprint

Signal Protocol node fingerprint.

Definition at line 21 of file app_init.hpp.


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