1
0
Fork 0
mirror of https://github.com/ElementsProject/lightning.git synced 2025-03-13 19:16:47 +01:00
core-lightning/common/bolt11_json.h

11 lines
264 B
C
Raw Normal View History

#ifndef LIGHTNING_COMMON_BOLT11_JSON_H
#define LIGHTNING_COMMON_BOLT11_JSON_H
#include "config.h"
struct bolt11;
struct json_stream;
void json_add_bolt11(struct json_stream *response,
const struct bolt11 *b11);
#endif /* LIGHTNING_COMMON_BOLT11_JSON_H */