diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-15 09:39:01 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-15 09:39:01 +0200 |
commit | ecea165db778755851d4eb467606bfcb24ce6e56 (patch) | |
tree | e61962854a715b405937b932ae5c308b83caf4f4 /src/include | |
parent | 63efa1f1358f8daa91cd261deb0702a48e74c9a2 (diff) |
[age-withdraw] age-withdraw-reveal lib-API mostly finished
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 47155b2f9..98b3c238b 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -2861,6 +2861,7 @@ typedef void * @param alg_values The algorithm specific parameters per coin, from the result to the previous call to /age-withdraw * @param noreveal_index The index into each of the kappa coin candidates, that should not be revealed to the exchange * @param h_commitment The commmitment from the previous call to /age-withdraw + * @param max_age maximum age, as used in the to /age-withdraw * @param res_cb A callback for the result, maybe NULL * @param res_cb_cls A closure for @e res_cb, maybe NULL * @return a handle for this request; NULL if the argument was invalid. @@ -2876,6 +2877,7 @@ TALER_EXCHANGE_age_withdraw_reveal ( const struct TALER_ExchangeWithdrawValues alg_values[static num_coins], uint8_t noreveal_index, const struct TALER_AgeWithdrawCommitmentHashP *h_commitment, + uint8_t max_age, TALER_EXCHANGE_AgeWithdrawRevealCallback res_cb, void *res_cb_cls); |