|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
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. | |
Result of publishing a bundle to Nostr.
Definition at line 27 of file message_handler.hpp.
| std::vector<std::byte> radix_relay::nostr::publish_bundle_result::bytes |
Serialized event bytes.
Definition at line 30 of file message_handler.hpp.
| 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().
| 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.
| 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.
| 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.