LinkWalletToUser
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.
void LinkWalletToUser(FString Id, const FVyUserAuth& SigningMethod, const FVyLinkWalletToUserRequest& Params, const FVyOnLinkWalletToUserComplete& OnComplete) const;Parameters
Id
FString
This is the wallet `ID`
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
OnComplete
FVyOnLinkWalletToUserComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnLinkWalletToUserComplete) Contains a FVyWalletDto response type
Last updated