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 1ac97e8 commit ce4429aCopy full SHA for ce4429a
types/pro/pro.d.ts
@@ -74,9 +74,16 @@ declare module 'libsession_util_nodejs' {
74
*/
75
proFeatures: ProFeatures;
76
}) => WithProFeatures & { success: boolean; error: string | null; codepointCount: number };
77
+ proProofRequestBody: (args: {
78
+ requestVersion: string,
79
+ masterPrivkey: Uint8Array,
80
+ rotatingPrivkey: Uint8Array,
81
+ unixTsMs: number,
82
+ }
83
+ ) => string;
84
};
85
- export type ProActionsCalls = MakeWrapperActionCalls<ProWrapper>;
86
+ export type ProActionsCalls = MakeWrapperActionCalls<ProWrapper>;
87
88
89
/**
0 commit comments