summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/util')
-rw-r--r--packages/taler-wallet-core/src/util/reserveHistoryUtil.ts11
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/util/reserveHistoryUtil.ts b/packages/taler-wallet-core/src/util/reserveHistoryUtil.ts
index 855b71a3d..60823e1e0 100644
--- a/packages/taler-wallet-core/src/util/reserveHistoryUtil.ts
+++ b/packages/taler-wallet-core/src/util/reserveHistoryUtil.ts
@@ -15,6 +15,12 @@
*/
/**
+ * Helpers for dealing with reserve histories.
+ *
+ * @author Florian Dold <dold@taler.net>
+ */
+
+/**
* Imports.
*/
import {
@@ -31,11 +37,8 @@ import { deepCopy } from "./helpers";
import { AmountJson } from "../util/amounts";
/**
- * Helpers for dealing with reserve histories.
- *
- * @author Florian Dold <dold@taler.net>
+ * Result of a reserve reconciliation.
*/
-
export interface ReserveReconciliationResult {
/**
* The wallet's local history reconciled with the exchange's reserve history.