UpdateSecurity

Updates the security settings of a wallet identified by the given ID.

Server Authoritative (default)

public static VyTask<VyWalletDto> UpdateSecurity(string id, VyUpdateWalletSecurityRequest reqParams)

Path Parameters

reqParams

The parameters to update the wallet's security settings.

Returns

VyTask<VyWalletDto> A task that represents the asynchronous operation. The task result contains the updated wallet information.

Last updated