summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-10 14:25:57 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-10 14:25:57 +0100
commitf6684c1ae3c693df9f88cb347f8afb2748cee17d (patch)
tree9d2c6e06c14e426422ac77b07fc4a6f55c8b296f /src/include/taler_exchange_service.h
parent65062e4354f9e4ba9e2482101cd10c2ee7e757f8 (diff)
downloadexchange-f6684c1ae3c693df9f88cb347f8afb2748cee17d.tar.gz
exchange-f6684c1ae3c693df9f88cb347f8afb2748cee17d.tar.bz2
exchange-f6684c1ae3c693df9f88cb347f8afb2748cee17d.zip
actually look at recoup/revocations in libtalerexchange and expose the result to clients; make exchange API follow specification
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 311175e41..47847ce59 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -153,6 +153,12 @@ struct TALER_EXCHANGE_DenomPublicKey
* The applicable fee to refund a coin of this denomination
*/
struct TALER_Amount fee_refund;
+
+ /**
+ * Set to #GNUNET_YES if this denomination key has been
+ * revoked by the exchange.
+ */
+ int revoked;
};