aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
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 727e9de0b..5e2a3fefa 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -513,6 +513,12 @@ export interface DenominationRecord {
* Base URL of the exchange.
*/
exchangeBaseUrl: string;
+
+ /**
+ * Master public key of the exchange that made the signature
+ * on the denomination.
+ */
+ exchangeMasterPub: string;
}
export interface ExchangeBankAccount {