Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-25 02:09:28 +02:00
parent fd0a07af67
commit 1fdc1d07b2
7 changed files with 63 additions and 7 deletions

View file

@ -13,6 +13,7 @@ import java.math.BigDecimal
* @property amountToSend amount of tx
* @property currencyToSend currency for tx
*/
// TODO split to cex,dex
data class SwapTxData(
val networkId: String,
val feeAmount: BigDecimal,