linkWalletToUser
This endpoint is used only when migrating from the old/deprecated wallet management to the new user management. Click [here](https:\//docs.venly.io/docs/user-management) to read more about user manage
Last updated
This endpoint is used only when migrating from the old/deprecated wallet management to the new user management. Click [here](https:\//docs.venly.io/docs/user-management) to read more about user manage
Last updated
public linkWalletToUser(id: string, reqParams: VyLinkWalletToUserDto, signingMethod: VyUserAuth) : VyPromise<VyWalletDto>
Parameters
id
string
This is the wallet `ID`
reqParams
Request data for the operation
signingMethod
This operation requires a valid Signing-Method from the corresponding user
Returns
VyPromise<VyWalletDto> Wallet linked to user successfully.