define claim token
This commit is contained in:
parent
566d9196a8
commit
e1fcb2b26c
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user