summaryrefslogtreecommitdiff
path: root/src/backend-lib/taler_merchant_contract_lib.h
blob: 3f95841ffdda8e984e0ac4ee4dba2d29e888f98e (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * Take the global wire details and return a JSON containing them,
 * compliantly with the Taler's API.
 * @param wire the merchant's wire details
 * @param salt the nounce for hashing the wire details with
 * @return JSON representation of the wire details, NULL upon errors
 */

json_t *
MERCHANT_get_wire_json (const struct MERCHANT_WIREFORMAT_Sepa *wire,
                        uint64_t salt);