Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-16 16:25:07 +05:00
parent 1aee51dc3b
commit 8167dab4f0
16 changed files with 223 additions and 101 deletions

View file

@ -9,7 +9,7 @@ interface StakingComponent : ComposableContentComponent {
data class Params(
val userWalletId: UserWalletId,
val cryptoCurrencyId: CryptoCurrency.ID,
val cryptoCurrency: CryptoCurrency,
val yieldId: String,
)