UpdateWallet
Updates modifiable metadata properties of an existing wallet. This endpoint allows you to modify the wallet's description, set primary status, archive/unarchive the wallet, or update the custom identifier for external system integration
void UpdateWallet(FString Id, const FVyUpdateWalletRequest& Params, const FVyOnUpdateWalletComplete& OnComplete) const;Parameters
Id
FString
This is the `UUID` of the wallet
OnComplete
FVyOnUpdateWalletComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnUpdateWalletComplete) Contains a FVyWalletDto response type
Last updated