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
public static VyTask<VyWalletDto> LinkWalletToUser(string id, VyLinkWalletToUserDto reqParams, VyUserAuth signingMethod)
Parameters
id
string
This is the wallet `ID`
Returns
VyTask<VyWalletDto> Wallet linked to user successfully.
Last updated