rust-lightning icon indicating copy to clipboard operation
rust-lightning copied to clipboard

Allow Asynchronously responding to Invoice Request

Open shaavan opened this issue 5 months ago • 3 comments

Introduce a new event and set of supporting functions to allow flexibility in responding asynchronously to a received invoice request.

This PR provides foundational work for further improvements in future. For example, this allows supporting Offers created in currency denomination, as a user can do appropriate pre-processing for a received InvoiceRequest, before sending an Invoice for it.

shaavan avatar Sep 16 '24 18:09 shaavan