summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-27 10:42:41 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-27 10:42:41 +0200
commite1fcb2b26cb90a912e57acf5753480a18237f021 (patch)
tree4f154cd934acbbde1a4ac5c1fbe36eda910f95aa /src/include/taler_crypto_lib.h
parent566d9196a8da4bf6a97c0fa2192fa43e97171e95 (diff)
downloadexchange-e1fcb2b26cb90a912e57acf5753480a18237f021.tar.gz
exchange-e1fcb2b26cb90a912e57acf5753480a18237f021.tar.bz2
exchange-e1fcb2b26cb90a912e57acf5753480a18237f021.zip
define claim token
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 3c5358144..a4fde80b3 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -296,6 +296,19 @@ struct TALER_RefreshCommitmentP
};
+/**
+ * Token used for access control to the merchant's unclaimed
+ * orders.
+ */
+struct TALER_ClaimTokenP
+{
+ /**
+ * The token is a 128-bit UUID.
+ */
+ struct GNUNET_Uuid token;
+};
+
+
GNUNET_NETWORK_STRUCT_END