exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 41acdf11b8869bb261a63891c029487ccae25d35
parent b30765c7d07240a48e66a551e6f82dc0a5670bec
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat,  5 Feb 2022 00:02:38 +0100

make API actually workable, sketch out melt

Diffstat:
Msrc/include/taler_exchange_service.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h @@ -1063,6 +1063,11 @@ struct TALER_EXCHANGE_CsRResponse struct { /** + * Length of the @e alg_values array. + */ + unsigned int arg_values_len; + + /** * Values contributed by the exchange for the * respective coin's withdraw operation. */