Updated on 2026-08-14
This commit is contained in:
parent
68c8980624
commit
4df89bb521
4 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue