UpdateSecurity
Updates the security settings of a wallet identified by the given ID.
public static VyTask<VyWalletDto> UpdateSecurity(string id, VyUpdateWalletSecurityRequest reqParams)
Path Parameters
Returns
VyTask<VyWalletDto> A task that represents the asynchronous operation. The task result contains the updated wallet information.
Last updated