No, it not support that. Only received events are persistent if you are using indexeddb.

NostrConnectURI not support de/serialization with serde but you can use the `.to_string()` method to serialize it as str and `NostrConnectURI::parse` to parse it.

Reply to this note

Please Login to reply.

Discussion

Thank you, that was very helpful for me.