UpdateWallet

This endpoint is used to update the wallet description and to archive or unarchive the wallet.

public static VyTask<VyWalletDto> UpdateWallet(string id, VyUpdateWalletDto reqParams)

Parameters

id

string

This is the `ID` of the wallet

reqParams

Request data for the operation

Returns

VyTask<VyWalletDto> Wallet description and/or arhive/unarchive successful.

Last updated