feat: add all nostr events command

This commit is contained in:
2024-02-07 14:04:57 +07:00
parent 3c4bd39384
commit 6a08c1de10
3 changed files with 128 additions and 3 deletions

View File

@@ -129,8 +129,15 @@ fn main() {
nostr::keys::verify_signer,
nostr::keys::event_to_bech32,
nostr::keys::user_to_bech32,
nostr::metadata::get_metadata,
nostr::metadata::get_profile,
nostr::event::get_event,
nostr::event::get_text_events,
nostr::event::get_event_thread,
nostr::event::publish,
nostr::event::reply_to,
nostr::event::repost,
nostr::event::upvote,
nostr::event::downvote,
commands::secret::secure_save,
commands::secret::secure_load,
commands::secret::secure_remove,