summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-23 18:01:00 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-23 18:01:00 +0200
commitcf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e (patch)
tree83515c7bdebd474f99e1066689f2fa5fd87aaf3d /src/include/taler_exchange_service.h
parent132359a4440e07177df4afe596be4b16270a47d8 (diff)
downloadexchange-cf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e.tar.gz
exchange-cf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e.tar.bz2
exchange-cf11b3f0b2fef5998e4b404b76ab81e0c0bdf53e.zip
-create cmd for purse creation from reserve
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 18bde0fe5..6bb298077 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -4437,9 +4437,7 @@ struct TALER_EXCHANGE_PurseCreateMergeHandle;
* @param contract_priv private key to get the contract
* @param contract_terms contract the purse is about
* @param upload_contract true to upload the contract
- * @param purse_expiration when will the unmerged purse expire
* @paran merge_timestamp when should the merge happen (use current time)
- * @param purse_value_after_fees target amount in the purse
* @param cb function to call with the exchange's result
* @param cb_cls closure for @a cb
* @return the request handle; NULL upon error
@@ -4453,9 +4451,7 @@ TALER_EXCHANGE_purse_create_with_merge (
const struct TALER_ContractDiffiePrivateP *contract_priv,
const json_t *contract_terms,
bool upload_contract,
- struct GNUNET_TIME_Timestamp purse_expiration,
struct GNUNET_TIME_Timestamp merge_timestamp,
- const struct TALER_Amount *purse_value_after_fees,
TALER_EXCHANGE_PurseCreateMergeCallback cb,
void *cb_cls);