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 ae5993c commit af646acCopy full SHA for af646ac
package.json
@@ -2,7 +2,7 @@
2
"main": "index.js",
3
"name": "libsession_util_nodejs",
4
"description": "Wrappers for the Session Util Library",
5
- "version": "0.3.21",
+ "version": "0.3.22",
6
"license": "GPL-3.0",
7
"author": {
8
"name": "Oxen Project",
types/blinding/blinding.d.ts
@@ -7,7 +7,7 @@ declare module 'libsession_util_nodejs' {
* len 64: ed25519 secretKey with pubkey
*/
9
ed25519SecretKey: Uint8Array;
10
- }) => Uint8Array;
+ }) => string;
11
blindVersionSign: (opts: {
12
/**
13
0 commit comments