Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-01 15:39:08 +03:00
parent 68c8980624
commit 4df89bb521
4 changed files with 10 additions and 0 deletions

View file

@ -65,6 +65,8 @@ interface SwapRepository {
providerId: String,
rateType: RateType,
toAddress: String,
refundAddress: String? = null, // for cex only
refundExtraId: String? = null, // for cex only
): Either<DataError, SwapDataModel>
fun getNativeTokenForNetwork(networkId: String): CryptoCurrency