Updated on 2026-08-14
This commit is contained in:
parent
905905a64e
commit
74c8c030c5
5 changed files with 197 additions and 38 deletions
|
|
@ -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?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue