/express/api/v1/walletshare/{shareId}/acceptShareAccepts a wallet share invitation from another user, granting access to the shared wallet according to the permissions specified by the sharing user.
The acceptance process varies based on the share type:
No encryption processing needed. The share is accepted immediately without requiring userPassword.
Uses ECDH (Elliptic Curve Diffie-Hellman) key sharing:
userPassword to decrypt your ECDH keychainnewWalletPassphrase (or userPassword if not specified)When overrideEncryptedXprv is provided:
userPassword must match your BitGo account passwordnewWalletPassphrase should be strong and securely storedoverrideEncryptedXprv should only be used for keys received through a separate secure channelshareIdstringRequireduserPassword string newWalletPassphrase string overrideEncryptedXprv string changed boolean required state string required message string required name string required bitgoJsVersion string required bitgoExpressVersion string required