commit e1fcb2b26cb90a912e57acf5753480a18237f021 parent 566d9196a8da4bf6a97c0fa2192fa43e97171e95 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 27 Jul 2020 10:42:41 +0200 define claim token Diffstat:
| M | src/include/taler_crypto_lib.h | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git 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