Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-16 17:13:25 +03:00
parent 905905a64e
commit 74c8c030c5
5 changed files with 197 additions and 38 deletions

View file

@ -56,7 +56,7 @@ data class TxDetails(
val txData: String?, // transaction data if DEX, null if CEX
@Json(name = "txValue")
val txValue: String, // amount (same as fromAmount for Coin, but for bridge equal to otherNativeFee)
val txValue: String?, // amount (same as fromAmount for Coin, but for bridge equal to otherNativeFee)
@Json(name = "otherNativeFee")
val otherNativeFee: String?,