From c09c5bbe625566fc61c811160d2ccdab263327fa Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 15 Dec 2020 17:12:22 +0100 Subject: derive tipping planchets from seed, implement backup further --- packages/taler-wallet-core/src/util/reserveHistoryUtil.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'packages/taler-wallet-core/src/util') 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 @@ -14,6 +14,12 @@ GNU Taler; see the file COPYING. If not, see */ +/** + * Helpers for dealing with reserve histories. + * + * @author Florian Dold + */ + /** * Imports. */ @@ -31,11 +37,8 @@ import { deepCopy } from "./helpers"; import { AmountJson } from "../util/amounts"; /** - * Helpers for dealing with reserve histories. - * - * @author Florian Dold + * Result of a reserve reconciliation. */ - export interface ReserveReconciliationResult { /** * The wallet's local history reconciled with the exchange's reserve history. -- cgit v1.2.3