summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-01 19:56:08 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-01 19:56:08 +0530
commit7f4ebca0c4330805ea8f3821dba075b34dd2be58 (patch)
tree39e9c0994969565ab9a227494beaf5e830315e9a /packages/taler-wallet-core/src/operations
parent62406304d9a81a08797c09f5151de74d8ca43fe8 (diff)
downloadwallet-core-7f4ebca0c4330805ea8f3821dba075b34dd2be58.tar.gz
wallet-core-7f4ebca0c4330805ea8f3821dba075b34dd2be58.tar.bz2
wallet-core-7f4ebca0c4330805ea8f3821dba075b34dd2be58.zip
validation
Diffstat (limited to 'packages/taler-wallet-core/src/operations')
-rw-r--r--packages/taler-wallet-core/src/operations/refund.ts15
1 files changed, 1 insertions, 14 deletions
diff --git a/packages/taler-wallet-core/src/operations/refund.ts b/packages/taler-wallet-core/src/operations/refund.ts
index 787d2bb4c..373e17a10 100644
--- a/packages/taler-wallet-core/src/operations/refund.ts
+++ b/packages/taler-wallet-core/src/operations/refund.ts
@@ -28,6 +28,7 @@ import {
TalerErrorDetails,
RefreshReason,
CoinPublicKey,
+ ApplyRefundResponse,
} from "../types/walletTypes";
import {
Stores,
@@ -323,20 +324,6 @@ export interface RefundSummary {
amountRefundGone: AmountJson;
}
-export interface ApplyRefundResponse {
- contractTermsHash: string;
-
- proposalId: string;
-
- amountEffectivePaid: AmountString;
-
- amountRefundGranted: AmountString;
-
- amountRefundGone: AmountString;
-
- pendingAtExchange: boolean;
-}
-
/**
* Accept a refund, return the contract hash for the contract
* that was involved in the refund.