Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-07 13:52:28 +05:00
parent e25e8e66c7
commit 9def69438e
5 changed files with 44 additions and 62 deletions

View file

@ -45,6 +45,7 @@ sealed class TangemPayTxHistoryItem {
override val date: SerializedDateTime,
override val amount: SerializedBigDecimal,
override val currency: SerializedCurrency,
val description: String?,
) : TangemPayTxHistoryItem()
@Serializable