summaryrefslogtreecommitdiff
path: root/src/commonMain/kotlin/net/taler/wallet/kotlin/operations/Withdraw.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonMain/kotlin/net/taler/wallet/kotlin/operations/Withdraw.kt')
-rw-r--r--src/commonMain/kotlin/net/taler/wallet/kotlin/operations/Withdraw.kt7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/commonMain/kotlin/net/taler/wallet/kotlin/operations/Withdraw.kt b/src/commonMain/kotlin/net/taler/wallet/kotlin/operations/Withdraw.kt
index 3981012..e51e9ec 100644
--- a/src/commonMain/kotlin/net/taler/wallet/kotlin/operations/Withdraw.kt
+++ b/src/commonMain/kotlin/net/taler/wallet/kotlin/operations/Withdraw.kt
@@ -35,6 +35,7 @@ import net.taler.wallet.kotlin.exchange.DenominationStatus.Unverified
import net.taler.wallet.kotlin.exchange.DenominationStatus.VerifiedBad
import net.taler.wallet.kotlin.exchange.DenominationStatus.VerifiedGood
import net.taler.wallet.kotlin.exchange.Exchange
+import net.taler.wallet.kotlin.exchange.ExchangeListItem
import net.taler.wallet.kotlin.exchange.ExchangeRecord
import net.taler.wallet.kotlin.exchange.ExchangeWireInfo
import net.taler.wallet.kotlin.exchange.SelectedDenomination
@@ -286,12 +287,6 @@ data class WithdrawalDetailsForUri(
val possibleExchanges: List<ExchangeListItem>
)
-data class ExchangeListItem(
- val exchangeBaseUrl: String,
- val currency: String,
- val paytoUris: List<String>
-)
-
data class WithdrawalDetails(
/**
* Did the user accept the current version of the exchange's terms of service?