Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-15 17:36:00 +00:00
parent bee7b16acc
commit 9d03d44bf7
2 changed files with 13 additions and 3 deletions

View file

@ -14,6 +14,7 @@ internal class ExchangeStatusConverter : Converter<ExchangeStatusResponse, Excha
},
txId = value.externalTxId,
txExternalUrl = value.externalTxUrl,
txExternalId = value.externalTxId,
)
}
}