We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JsEventDeletionRequest
1 parent cee05ff commit 3e8e6a7Copy full SHA for 3e8e6a7
bindings/nostr-sdk-js/src/protocol/nips/nip09.rs
@@ -8,7 +8,7 @@ use super::nip01::JsCoordinate;
8
use crate::protocol::event::id::JsEventId;
9
10
/// Event deletion request
11
-#[wasm_bindgen(js_name = GitRepositoryAnnouncement)]
+#[wasm_bindgen(js_name = EventDeletionRequest)]
12
pub struct JsEventDeletionRequest {
13
/// Event IDs
14
#[wasm_bindgen(getter_with_clone)]
0 commit comments