From cb291cc29d573cf60ef355454e25411111dc6295 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 7 Oct 2016 00:30:02 +0200 Subject: porting exchange API to new style --- api-common.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'api-common.rst') diff --git a/api-common.rst b/api-common.rst index c1d4cae9..a1f898b5 100644 --- a/api-common.rst +++ b/api-common.rst @@ -507,7 +507,6 @@ within the :ref:`exchange's codebase `. }; .. _TALER_DenominationKeyValidityPS: - .. sourcecode:: c struct TALER_DenominationKeyValidityPS { @@ -527,6 +526,9 @@ within the :ref:`exchange's codebase `. struct GNUNET_HashCode denom_hash; }; +.. _TALER_MasterWireDetailsPS: +.. sourcecode:: c + struct TALER_MasterWireDetailsPS { /** * purpose.purpose = TALER_SIGNATURE_MASTER_SEPA_DETAILS || TALER_SIGNATURE_MASTER_TEST_DETAILS @@ -572,6 +574,9 @@ within the :ref:`exchange's codebase `. struct GNUNET_HashCode h_details; }; +.. _TALER_ExchangeKeyValidityPS: +.. sourcecode:: c + struct TALER_ExchangeKeyValidityPS { /** * purpose.purpose = TALER_SIGNATURE_AUDITOR_EXCHANGE_KEYS @@ -590,6 +595,9 @@ within the :ref:`exchange's codebase `. struct GNUNET_HashCode denom_hash; }; + +.. sourcecode:: c + struct TALER_ContractPS { /** * purpose.purpose = TALER_SIGNATURE_MERCHANT_CONTRACT -- cgit v1.2.3