define claim token

This commit is contained in:
Christian Grothoff 2020-07-27 10:42:41 +02:00
parent 566d9196a8
commit e1fcb2b26c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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