Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-23 13:39:33 +05:00
parent a3a18854c8
commit 92794cb2f6
14 changed files with 35 additions and 13 deletions

View file

@ -8,6 +8,7 @@ interface NFTComponent : ComposableContentComponent {
data class Params(
val userWalletId: UserWalletId,
val walletName: String,
)
interface Factory : ComponentFactory<Params, NFTComponent>