Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-18 13:34:15 +05:00
parent b0a97f53d9
commit a4340e40a8
15 changed files with 236 additions and 40 deletions

View file

@ -0,0 +1,5 @@
package com.tangem.features.send.v2.api
interface SendFeatureToggles {
val isSendV2Enabled: Boolean
}