summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/types/backupTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/types/backupTypes.ts')
-rw-r--r--packages/taler-wallet-core/src/types/backupTypes.ts13
1 files changed, 5 insertions, 8 deletions
diff --git a/packages/taler-wallet-core/src/types/backupTypes.ts b/packages/taler-wallet-core/src/types/backupTypes.ts
index a3261ae35..d40d4fa6c 100644
--- a/packages/taler-wallet-core/src/types/backupTypes.ts
+++ b/packages/taler-wallet-core/src/types/backupTypes.ts
@@ -626,6 +626,11 @@ export interface BackupWithdrawalGroup {
withdrawal_group_id: string;
/**
+ * Secret seed to derive the planchets.
+ */
+ secret_seed: string;
+
+ /**
* When was the withdrawal operation started started?
* Timestamp in milliseconds.
*/
@@ -653,14 +658,6 @@ export interface BackupWithdrawalGroup {
denom_pub_hash: string;
count: number;
}[];
-
- /**
- * One planchet/coin for each selected denomination.
- */
- planchets: {
- blinding_key: string;
- coin_priv: string;
- }[];
}
export enum BackupRefundState {