summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-02 23:24:06 +0200
committerFlorian Dold <florian@dold.me>2023-10-02 23:24:06 +0200
commit8e70b89593a375bb19432e6521daed618ae779f5 (patch)
treec44131dcd82f7b58244611fab1dc85c44b847899 /packages/taler-wallet-core/src/db.ts
parent671bbf29548e2ec078b29e75e368d77ee7bdb81f (diff)
downloadwallet-core-8e70b89593a375bb19432e6521daed618ae779f5.tar.gz
wallet-core-8e70b89593a375bb19432e6521daed618ae779f5.tar.bz2
wallet-core-8e70b89593a375bb19432e6521daed618ae779f5.zip
wallet-core: currency hint for preset exchanges
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 156651cc6..d59085dcc 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -621,6 +621,12 @@ export interface ExchangeEntryRecord {
baseUrl: string;
/**
+ * Currency hint for a preset exchange, relevant
+ * when we didn't contact a preset exchange yet.
+ */
+ presetCurrencyHint?: string;
+
+ /**
* When did we confirm the last withdrawal from this exchange?
*
* Used mostly in the UI to suggest exchanges.