summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_insert_amount_arithmetic_inconsistency.h
blob: 410f6e68335fe8d032cf6ede87331de0f9b1c300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
// Created by parallels on 21/03/24.
//

#ifndef SRC_PG_INSERT_AMOUNT_ARITHMETIC_INCONSISTENCY_H
#define SRC_PG_INSERT_AMOUNT_ARITHMETIC_INCONSISTENCY_H

#include "taler_util.h"
// #include "taler_json_lib.h"
#include "taler_auditordb_plugin.h"


/**
 * Insert information about a deposit confirmation into the database.
 *
 * @param cls the @e cls of this struct with the plugin-specific state
 * @param dc deposit confirmation information to store
 * @return query result status
 */
enum GNUNET_DB_QueryStatus
TAH_PG_insert_amount_arithmetic_inconsistency (
  void *cls,
  const struct TALER_AUDITORDB_AmountArithmeticInconsistency *dc);

#endif // SRC_PG_INSERT_AMOUNT_ARITHMETIC_INCONSISTENCY_H