| content | radix_relay::nostr::protocol::event_data | |
| create_bundle_announcement(const std::string &sender_pubkey, std::uint64_t timestamp, const std::string &bundle_hex) -> event_data | radix_relay::nostr::protocol::event_data | static |
| create_encrypted_message(std::uint64_t timestamp, const std::string &recipient_pubkey, const std::string &encrypted_payload) -> event_data | radix_relay::nostr::protocol::event_data | static |
| create_identity_announcement(const std::string &sender_pubkey, std::uint64_t timestamp, const std::string &signal_fingerprint, const std::string &capabilities="mesh,nostr") -> event_data | radix_relay::nostr::protocol::event_data | static |
| create_session_request(const std::string &sender_pubkey, std::uint64_t timestamp, const std::string &recipient_pubkey, const std::string &prekey_bundle) -> event_data | radix_relay::nostr::protocol::event_data | static |
| created_at | radix_relay::nostr::protocol::event_data | |
| deserialize(std::span< const std::byte > bytes) -> std::optional< event_data > | radix_relay::nostr::protocol::event_data | static |
| deserialize(const std::string &json) -> std::optional< event_data > | radix_relay::nostr::protocol::event_data | static |
| get_kind() const -> std::optional< enum kind > | radix_relay::nostr::protocol::event_data | |
| id | radix_relay::nostr::protocol::event_data | |
| is_radix_message() const -> bool | radix_relay::nostr::protocol::event_data | |
| pubkey | radix_relay::nostr::protocol::event_data | |
| serialize() const -> std::vector< std::byte > | radix_relay::nostr::protocol::event_data | |
| sig | radix_relay::nostr::protocol::event_data | |
| tags | radix_relay::nostr::protocol::event_data | |
| unknown_message(const protocol::event_data &event) | radix_relay::nostr::events::incoming::unknown_message | inlineexplicit |