From 68ced6e31a9d247bf18f22754c0bd3619ca9f726 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 Jan 2024 14:20:44 +0100 Subject: add TALER_PQ_array_of_amount_currency --- src/pq/pq_common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/pq/pq_common.h') diff --git a/src/pq/pq_common.h b/src/pq/pq_common.h index 735528ae1..1562646ff 100644 --- a/src/pq/pq_common.h +++ b/src/pq/pq_common.h @@ -45,13 +45,20 @@ enum TALER_PQ_ArrayType TALER_PQ_array_of_blinded_coin_hash, TALER_PQ_array_of_denom_hash, TALER_PQ_array_of_hash_code, + /** * Amounts *without* currency. */ TALER_PQ_array_of_amount, + + /** + * Amounts *with* currency. + */ + TALER_PQ_array_of_amount_currency, TALER_PQ_array_of_MAX, /* must be last */ }; + /** * Memory representation of an taler amount record for Postgres. * -- cgit v1.2.3