aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index 3cb9a0d32..98a0fc0e0 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -352,6 +352,7 @@ export interface PreCoinRecord {
coinPub: string;
coinPriv: string;
reservePub: string;
+ denomPubHash: string;
denomPub: string;
blindingKey: string;
withdrawSig: string;
@@ -450,6 +451,11 @@ export interface CoinRecord {
denomPub: string;
/**
+ * Hash of the public key that signs the coin.
+ */
+ denomPubHash: string;
+
+ /**
* Unblinded signature by the exchange.
*/
denomSig: string;