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 2f947ee commit 3e70e9bCopy full SHA for 3e70e9b
generated.json
modules/express/src/typedRoutes/api/v1/acceptShare.ts
@@ -29,6 +29,8 @@ export const AcceptShareRequestBody = {
29
* The xprv must already be encrypted with your desired passphrase.
30
*/
31
overrideEncryptedXprv: optional(t.string),
32
+
33
+ overrideEncryptedXp: optional(t.string),
34
};
35
36
/** Response from accepting a wallet share */
0 commit comments