diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-27 10:42:41 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-27 10:42:41 +0200 |
commit | e1fcb2b26cb90a912e57acf5753480a18237f021 (patch) | |
tree | 4f154cd934acbbde1a4ac5c1fbe36eda910f95aa /src/include | |
parent | 566d9196a8da4bf6a97c0fa2192fa43e97171e95 (diff) |
define claim token
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_crypto_lib.h | 13 |
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 |