Updated on 2026-08-14
This commit is contained in:
parent
294c7139ee
commit
fd29bcdc08
12 changed files with 29 additions and 23 deletions
|
|
@ -9,6 +9,7 @@ import kotlinx.parcelize.Parcelize
|
|||
data class TokenDetailsArguments(
|
||||
val currencyId: CryptoCurrency.ID,
|
||||
val currencyName: String,
|
||||
val currencySymbol: String,
|
||||
val iconUrl: String?,
|
||||
val coinType: CoinType,
|
||||
) : Parcelable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue