updateWallet

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

public updateWallet(id: string, reqParams: VyUpdateWalletDto) : VyPromise<VyWalletDto>

Parameters

id

string

This is the `ID` of the wallet

reqParams

Request data for the operation

Returns

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

Last updated