Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-02 14:44:46 +03:00
parent faaa2aad8f
commit 5a09e48a53
4 changed files with 20 additions and 12 deletions

View file

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