Updated on 2026-08-14
This commit is contained in:
parent
f5d33821d5
commit
ad8d026e40
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.datasource.local.nft.custom
|
||||
|
||||
import com.tangem.blockchain.nft.models.NFTAsset
|
||||
|
||||
data class NFTPriceKeyValue(
|
||||
val key: NFTAsset.Identifier,
|
||||
val value: NFTAsset.SalePrice,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue