aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/types.ts')
-rw-r--r--lib/wallet/types.ts14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index 9ff8680ca..f1b1eedce 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -212,6 +212,20 @@ export interface RefreshSession {
* The transfer keys, kappa of them.
*/
transferPubs: string[];
+
+ transferPrivs: string[];
+
+ /**
+ * The no-reveal-index after we've done the melting.
+ */
+ norevealIndex?: number;
+
+ /**
+ * Hash of the session.
+ */
+ hash: string;
+
+ exchangeBaseUrl: string;
}