For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Params

Parameters for this operation (FVyUpdateWalletRequest)

OnComplete

FVyOnUpdateWalletComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnUpdateWalletComplete) Contains a FVyWalletDto response type

Last updated