From fb70814d46d5b92da45e2caa8c513263de7467b2 Mon Sep 17 00:00:00 2001 From: Joseph Date: Mon, 20 Feb 2023 08:04:06 -0500 Subject: some changes for ensure known coin --- src/include/taler_exchangedb_plugin.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 962bccaa2..02d7896a6 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -4026,7 +4026,12 @@ struct TALER_EXCHANGEDB_Plugin uint64_t *known_coin_id, struct TALER_DenominationHashP *denom_pub_hash, struct TALER_AgeCommitmentHash *age_hash); - + enum TALER_EXCHANGEDB_CoinKnownStatus + (*batch_ensure_coin_known)(void *cls, + const struct TALER_CoinPublicInfo *coin, + const struct TALER_CoinInfo *result, + unsigned int coin_length, + unsigned int batch_size); /** * Retrieve information about the given @a coin from the database. -- cgit v1.2.3