From 69c1f58a6b812be832992d261b9eef20e438ea1b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 29 Jul 2022 11:14:03 +0200 Subject: document new /management/drain endpoint --- core/api-common.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'core/api-common.rst') diff --git a/core/api-common.rst b/core/api-common.rst index d170c1d4..848d580d 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -988,6 +988,21 @@ within the uint32_t purse_account_limit; }; +.. _TALER_MasterDrainProfitPS: +.. sourcecode:: c + + struct TALER_MasterDrainProfitPS { + /** + * purpose.purpose = TALER_SIGNATURE_MASTER_DRAIN_PROFITS + */ + struct GNUNET_CRYPTO_EccSignaturePurpose purpose; + struct TALER_WireTransferIdentifierRawP wtid; + struct GNUNET_TIME_AbsoluteNBO date; + struct TALER_AmountNBO amount; + struct GNUNET_HashCode h_section; + struct TALER_PaytoHashP h_payto; + }; + .. _TALER_DepositTrackPS: .. sourcecode:: c -- cgit v1.2.3