From 4f18e6d58517c1bca158231df018b17e858be9cc Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Sun, 12 Apr 2015 16:37:38 +0200 Subject: mintdb plugin: introduce insert_denomination --- src/include/taler_mintdb_plugin.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 307b75645..540cb88ca 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -25,6 +25,7 @@ #include #include "taler_util.h" #include "taler_signatures.h" +#include "taler_mintdb_lib.h" /** @@ -652,6 +653,19 @@ struct TALER_MINTDB_Plugin (*rollback) (void *cls, struct TALER_MINTDB_Session *sesssion); + /** + * Insert a denomination key + * + * @param cls the @e cls of this struct with the plugin-specific state + * @param sesssion connection to use + * @param dki the denomination key information + * @return #GNUNET_OK on success; #GNUNET_SYSERR on failure + */ + int + (*insert_denomination) (void *cls, + struct TALER_MINTDB_Session *session, + const struct TALER_MINTDB_DenominationKeyIssueInformation *dki); + /** * Get the summary of a reserve. -- cgit v1.2.3