|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Information about a discovered prekey bundle. More...
#include <session_orchestrator.hpp>
Public Attributes | |
| std::string | rdx_fingerprint |
| RDX fingerprint from bundle. | |
| std::string | nostr_pubkey |
| Nostr public key. | |
| std::string | bundle_base64 |
| Base64-encoded bundle data. | |
| std::string | event_id |
| Nostr event ID. | |
Information about a discovered prekey bundle.
Definition at line 32 of file session_orchestrator.hpp.
| std::string radix_relay::nostr::discovered_bundle::bundle_base64 |
Base64-encoded bundle data.
Definition at line 36 of file session_orchestrator.hpp.
| std::string radix_relay::nostr::discovered_bundle::event_id |
Nostr event ID.
Definition at line 37 of file session_orchestrator.hpp.
| std::string radix_relay::nostr::discovered_bundle::nostr_pubkey |
Nostr public key.
Definition at line 35 of file session_orchestrator.hpp.
| std::string radix_relay::nostr::discovered_bundle::rdx_fingerprint |
RDX fingerprint from bundle.
Definition at line 34 of file session_orchestrator.hpp.