From 778a402d07706462818e9c9d01520fd3d8d238d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 Oct 2021 21:02:04 +0200 Subject: -implement more of the KYC handlers --- src/include/taler_exchangedb_plugin.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index b8c50406..5a3313ca 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2360,6 +2360,20 @@ struct TALER_EXCHANGEDB_Plugin struct TALER_EXCHANGEDB_KycStatus *kyc); + /** + * Set the KYC status to "OK" for a bank account. + * + * @param cls the @e cls of this struct with the plugin-specific state + * @param payment_target_uuid which account has been checked + * @param ... possibly additional data to persist (TODO) + * @return transaction status + */ + enum GNUNET_DB_QueryStatus + (*set_kyc_ok)(void *cls, + uint64_t payment_target_uuid, + ...); + + /** * Get the KYC status for a bank account. * -- cgit v1.2.3