aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-10 14:20:44 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-10 14:20:50 +0100
commit68ced6e31a9d247bf18f22754c0bd3619ca9f726 (patch)
tree447650aba8d5f45189fcbf22012c154e70b0b9fa /src/pq/pq_common.h
parente0cc5c9caf3953ee8409fad854ab894fd1a521e7 (diff)
downloadexchange-68ced6e31a9d247bf18f22754c0bd3619ca9f726.tar.xz
add TALER_PQ_array_of_amount_currency
Diffstat (limited to 'src/pq/pq_common.h')
-rw-r--r--src/pq/pq_common.h7
1 files changed, 7 insertions, 0 deletions
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.
*