aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-10-12 14:36:30 -0300
committerSebastian <sebasjm@gmail.com>2022-10-12 14:37:26 -0300
commitcb44202440313ea4405fbc74f4588144134a0821 (patch)
treed352c8ccd326bc2859c69ffa00d88068ddd10ccd /packages/taler-wallet-core/src/db.ts
parentef95914cfceebd60584dcb5afc55f980aff22c60 (diff)
downloadwallet-core-cb44202440313ea4405fbc74f4588144134a0821.tar.xz
adding global fee info from exchange
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index ec11f4d47..e266275c1 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -45,6 +45,7 @@ import {
Location,
WireInfo,
DenominationInfo,
+ GlobalFees,
} from "@gnu-taler/taler-util";
import { RetryInfo, RetryTags } from "./util/retries.js";
import { Event, IDBDatabase } from "@gnu-taler/idb-bridge";
@@ -425,6 +426,10 @@ export interface ExchangeDetailsRecord {
reserveClosingDelay: TalerProtocolDuration;
/**
+ * Fees for exchange services
+ */
+ globalFees: GlobalFees[];
+ /**
* Signing keys we got from the exchange, can also contain
* older signing keys that are not returned by /keys anymore.
*