linkWalletToUser

Description

This endpoint is used only when migrating from the old/deprecated wallet management to the new user management. Click here to read more about user management. It is used to link an existing wallet to a user.

public linkWalletToUser(id: string, reqParams: VyLinkWalletToUserRequest, signingMethod: VyUserAuth) : VyPromise<VyWalletDto>

Parameters

id

string

This is the wallet `ID`

reqParams

Request data for the operation

signingMethod

VyUserAuth

This operation requires a valid Signing-Method from the corresponding user

Returns

VyPromise<VyWalletDto> Wallet linked to user successfully.

Last updated