Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-18 12:42:20 +03:00
parent 3ed4ba95cd
commit c29e4a974b
5 changed files with 57 additions and 2 deletions

View file

@ -0,0 +1,11 @@
package com.tangem.features.tester.api
/**
* Tester feature toggles
*
[REDACTED_AUTHOR]
*/
interface TesterFeatureToggles {
val isDerivePublicKeysRefactoringEnabled: Boolean
}