aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/types/cryptoTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/types/cryptoTypes.ts')
-rw-r--r--packages/taler-wallet-core/src/types/cryptoTypes.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/types/cryptoTypes.ts b/packages/taler-wallet-core/src/types/cryptoTypes.ts
index 98bdf92ec..eb18d83fc 100644
--- a/packages/taler-wallet-core/src/types/cryptoTypes.ts
+++ b/packages/taler-wallet-core/src/types/cryptoTypes.ts
@@ -84,6 +84,11 @@ export interface DerivedRefreshSession {
coinEv: string;
/**
+ * Hash of the blinded public key.
+ */
+ coinEvHash: string;
+
+ /**
* Blinding key used.
*/
blindingKey: string;
@@ -122,6 +127,7 @@ export interface DeriveTipRequest {
export interface DerivedTipPlanchet {
blindingKey: string;
coinEv: string;
+ coinEvHash: string;
coinPriv: string;
coinPub: string;
}