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.
1 parent b43882e commit 8e62d42Copy full SHA for 8e62d42
bindings/nostr-sdk-ffi/src/nostr_sdk.udl
@@ -1,7 +1,7 @@
1
// Copyright (c) 2022-2023 Yuki Kishimoto
2
// Distributed under the MIT software license
3
4
-namespace nostrsdk {
+namespace nostr_sdk {
5
void init_logger(optional string? level = null);
6
u64 timestamp();
7
};
0 commit comments