|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
Nostr subscription request. More...
#include <events.hpp>
Public Member Functions | |
| subscription_request (std::string sub_json) | |
| auto | get_subscription_id () const -> std::string |
| Extracts the subscription ID from the JSON. | |
Public Attributes | |
| std::string | subscription_json |
| JSON-formatted subscription filter. | |
Nostr subscription request.
Definition at line 106 of file events.hpp.
|
inlineexplicit |
Definition at line 110 of file events.hpp.
| auto radix_relay::nostr::events::outgoing::subscription_request::get_subscription_id | ( | ) | const -> std::string |
Extracts the subscription ID from the JSON.
| std::string radix_relay::nostr::events::outgoing::subscription_request::subscription_json |
JSON-formatted subscription filter.
Definition at line 108 of file events.hpp.