aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/taler-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-11-14 17:05:13 +0100
committerFlorian Dold <florian@dold.me>2023-11-14 17:05:50 +0100
commitb911412ac51cd48ffb53111d2d1fe65a9ae1473a (patch)
treef67d1eff1dc8972be21f15d4d094efb0e4571fbc /packages/taler-util/src/taler-types.ts
parent23681bb251619bf9faabc448200db1366b89973e (diff)
downloadwallet-core-b911412ac51cd48ffb53111d2d1fe65a9ae1473a.tar.xz
wallet-core: make age restricted deposits work
Diffstat (limited to 'packages/taler-util/src/taler-types.ts')
-rw-r--r--packages/taler-util/src/taler-types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-util/src/taler-types.ts b/packages/taler-util/src/taler-types.ts
index 87925a3a4..c0c8cc17d 100644
--- a/packages/taler-util/src/taler-types.ts
+++ b/packages/taler-util/src/taler-types.ts
@@ -2275,6 +2275,8 @@ export interface BatchDepositRequestCoin {
// Signature over `TALER_DepositRequestPS`, made by the customer with the
// `coin's private key <coin-priv>`.
coin_sig: EddsaSignatureString;
+
+ h_age_commitment?: string;
}
export interface WalletKycUuid {