VyUpdateWalletSecurityRequest
This class represents a request to update the security settings of a wallet.
Properties
Field | Type | Description |
---|---|---|
pincode | string | The current pincode of the wallet. |
newPincode | string | The new pincode to set for the wallet. |
hasCustomPin | bool? | Indicates whether the wallet has a custom pincode. |
recoverable | bool? | Indicates whether the wallet is recoverable. |
Last updated