Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-12 16:48:30 +04:00
parent ed6970db05
commit 207fe02586
15 changed files with 433 additions and 253 deletions

View file

@ -39,5 +39,5 @@ interface RampStateManager {
fun getSellInitializationStatus(): Flow<Lce<Throwable, Any>>
fun getSwapInitializationStatus(userWalletId: UserWalletId): Flow<Lce<Throwable, Any>>
fun getExpressInitializationStatus(userWalletId: UserWalletId): Flow<Lce<Throwable, Any>>
}