Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-24 15:31:02 +03:00
parent 933dfb16e7
commit 8fc579ba5c
14 changed files with 228 additions and 27 deletions

View file

@ -15,6 +15,8 @@ internal class ExchangeStatusConverter : Converter<ExchangeStatusResponse, Excha
txId = value.externalTxId,
txExternalUrl = value.externalTxUrl,
txExternalId = value.externalTxId,
refundNetwork = value.refundNetwork,
refundContractAddress = value.refundContractAddress,
)
}
}