aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 767474e4a..39f0a850d 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -748,7 +748,12 @@ export interface RefreshSessionRecord {
confirmSig: string;
/**
- * Denominations of the newly requested coins
+ * Hased denominations of the newly requested coins.
+ */
+ newDenomHashes: string[];
+
+ /**
+ * Denominations of the newly requested coins.
*/
newDenoms: string[];