You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried out get_invoice on the main branch, and it works great.
Is there any chance we’ll get something like list_invoices in the future? Right now, if I didn’t save the payment_hash, I can’t get back the invoices that were created before.
I can only see the relevant RPC methods for the "new_invoice" and "parse_invoice" in https://github.com/nervosnetwork/fiber/blob/main/src/rpc/README.md.
When the invoice I created is paid or the status changes, how can I subscribe to the status change? Is there an RPC method that provides a "SubscribeInvoices" method similar to https://github.com/lightningnetwork/lnd/blob/master/lnrpc/README.md?
The text was updated successfully, but these errors were encountered: