aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-14 13:28:10 +0100
committerFlorian Dold <florian@dold.me>2023-02-14 13:28:10 +0100
commit12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd (patch)
tree115fa9a2c8af0f05019e691234439f0057df8364 /packages/taler-wallet-core/src/db.ts
parentbb8bf3cb5596fe615359e4b984d6a7f51560e92b (diff)
downloadwallet-core-12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd.tar.xz
-include more info in refresh tx
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 8aff18c6d..8bb8d519f 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -865,6 +865,7 @@ export enum TransactionStatus {
* Additional information about the reason of a refresh.
*/
export interface RefreshReasonDetails {
+ originatingTransactionId?: string;
proposalId?: string;
}