add new wrappers around merchant hash codes for tips and pickups
This commit is contained in:
parent
1acc851deb
commit
527d903678
@ -518,6 +518,30 @@ struct TALER_CoinPubHash
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @brief Value that uniquely identifies a tip.
|
||||
*/
|
||||
struct TALER_TipIdentifierP
|
||||
{
|
||||
/**
|
||||
* The tip identifier is a SHA-512 hash code.
|
||||
*/
|
||||
struct GNUNET_HashCode hash;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @brief Value that uniquely identifies a tip pick up operation.
|
||||
*/
|
||||
struct TALER_PickupIdentifierP
|
||||
{
|
||||
/**
|
||||
* The pickup identifier is a SHA-512 hash code.
|
||||
*/
|
||||
struct GNUNET_HashCode hash;
|
||||
};
|
||||
|
||||
|
||||
GNUNET_NETWORK_STRUCT_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user