From e1fcb2b26cb90a912e57acf5753480a18237f021 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Jul 2020 10:42:41 +0200 Subject: define claim token --- src/include/taler_crypto_lib.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/include') 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 -- cgit v1.2.3