|
Radix Relay
Hybrid mesh communications with Signal Protocol encryption
|
End of Stored Events marker. More...
#include <protocol.hpp>
Static Public Member Functions | |
| static auto | deserialize (const std::string &json) -> std::optional< eose > |
| Deserializes EOSE message from JSON. | |
Public Attributes | |
| std::string | subscription_id |
| Subscription this EOSE applies to. | |
End of Stored Events marker.
Sent by relays to indicate all stored events matching a subscription have been sent.
Definition at line 168 of file protocol.hpp.
|
static |
Deserializes EOSE message from JSON.
| json | JSON string in format ["EOSE", subscription_id] |
| std::string radix_relay::nostr::protocol::eose::subscription_id |
Subscription this EOSE applies to.
Definition at line 170 of file protocol.hpp.