Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-05 11:02:04 +02:00
parent 9597f49fed
commit 0be9414914
12 changed files with 59 additions and 162 deletions

View file

@ -1,10 +0,0 @@
package com.tangem.features.staking.api.featuretoggles
/**
* Staking feature toggles
*/
interface StakingFeatureToggles {
/** Availability of staking */
val isStakingEnabled: Boolean
}