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

Result of publishing a bundle to Nostr. More...

#include <message_handler.hpp>

Public Attributes

std::string event_id
 Nostr event ID.
 
std::vector< std::byte > bytes
 Serialized event bytes.
 
std::uint32_t pre_key_id
 One-time prekey ID used.
 
std::uint32_t signed_pre_key_id
 Signed prekey ID used.
 
std::uint32_t kyber_pre_key_id
 Kyber prekey ID used.
 

Detailed Description

Result of publishing a bundle to Nostr.

Definition at line 27 of file message_handler.hpp.

Member Data Documentation

◆ bytes

std::vector<std::byte> radix_relay::nostr::publish_bundle_result::bytes

Serialized event bytes.

Definition at line 30 of file message_handler.hpp.

◆ event_id

std::string radix_relay::nostr::publish_bundle_result::event_id

Nostr event ID.

Definition at line 29 of file message_handler.hpp.

Referenced by radix_relay::nostr::message_handler< Bridge >::handle().

◆ kyber_pre_key_id

std::uint32_t radix_relay::nostr::publish_bundle_result::kyber_pre_key_id

Kyber prekey ID used.

Definition at line 33 of file message_handler.hpp.

◆ pre_key_id

std::uint32_t radix_relay::nostr::publish_bundle_result::pre_key_id

One-time prekey ID used.

Definition at line 31 of file message_handler.hpp.

◆ signed_pre_key_id

std::uint32_t radix_relay::nostr::publish_bundle_result::signed_pre_key_id

Signed prekey ID used.

Definition at line 32 of file message_handler.hpp.


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