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

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.
 

Detailed Description

Information about a discovered prekey bundle.

Definition at line 32 of file session_orchestrator.hpp.

Member Data Documentation

◆ bundle_base64

std::string radix_relay::nostr::discovered_bundle::bundle_base64

Base64-encoded bundle data.

Definition at line 36 of file session_orchestrator.hpp.

◆ event_id

std::string radix_relay::nostr::discovered_bundle::event_id

Nostr event ID.

Definition at line 37 of file session_orchestrator.hpp.

◆ nostr_pubkey

std::string radix_relay::nostr::discovered_bundle::nostr_pubkey

Nostr public key.

Definition at line 35 of file session_orchestrator.hpp.

◆ rdx_fingerprint

std::string radix_relay::nostr::discovered_bundle::rdx_fingerprint

RDX fingerprint from bundle.

Definition at line 34 of file session_orchestrator.hpp.


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