mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
plugin:added invoice creation event
New invoice_creation event triggered when an new invoice is created Changelog-Added: plugin: New invoice_creation plugin event
This commit is contained in:
@@ -47,6 +47,9 @@ void notify_warning(struct lightningd *ld, struct log_entry *l);
|
||||
void notify_invoice_payment(struct lightningd *ld, struct amount_msat amount,
|
||||
struct preimage preimage, const struct json_escape *label);
|
||||
|
||||
void notify_invoice_creation(struct lightningd *ld, struct amount_msat *amount,
|
||||
struct preimage preimage, const struct json_escape *label);
|
||||
|
||||
void notify_channel_opened(struct lightningd *ld, struct node_id *node_id,
|
||||
struct amount_sat *funding_sat, struct bitcoin_txid *funding_txid,
|
||||
bool *funding_locked);
|
||||
|
||||
Reference in New Issue
Block a user