feat: add all nostr events command
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user