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 bc980e3 commit fc20f15Copy full SHA for fc20f15
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