Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-08 12:11:36 +03:00
parent cafd4d074b
commit f1f9dff5ce
2 changed files with 9 additions and 3 deletions

View file

@ -36,7 +36,8 @@ interface HotWalletPasswordRequester {
* @param hotWalletId The ID of the hot wallet to authenticate with.
* @param authMode Indicates whether the request is for authentication mode.
* In auth mode user can be deleted after failed attempts.
* @param hasBiometry Indicates whether to show biometric authentication option.
* @param hasBiometry Indicates whether to show biometric authentication option to the user.
* Will be ignored if the device does not support biometry at the moment of the request.
*/
data class AttemptRequest(
val hotWalletId: HotWalletId,