Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
radix_relay::core::events::trust Struct Reference

Establish trust with a peer and assign an alias. More...

#include <events.hpp>

Public Attributes

std::string peer
 RDX fingerprint of peer to trust.
 
std::string alias
 Friendly alias to assign.
 

Detailed Description

Establish trust with a peer and assign an alias.

Definition at line 89 of file events.hpp.

Member Data Documentation

◆ alias

std::string radix_relay::core::events::trust::alias

Friendly alias to assign.

Definition at line 92 of file events.hpp.

◆ peer

std::string radix_relay::core::events::trust::peer

RDX fingerprint of peer to trust.

Definition at line 91 of file events.hpp.

Referenced by radix_relay::core::event_handler< CmdHandler >::handle().


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