We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b78c6 commit 9ecf158Copy full SHA for 9ecf158
lightning/src/blinded_path/message.rs
@@ -115,8 +115,13 @@ pub enum OffersContext {
115
/// Context used by a [`BlindedPath`] within a [`Refund`] or as a reply path for an
116
/// [`InvoiceRequest`].
117
///
118
+ /// This variant is intended to be received when handling a [`Bolt12Invoice`] or an
119
+ /// [`InvoiceError`].
120
+ ///
121
/// [`Refund`]: crate::offers::refund::Refund
122
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
123
+ /// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
124
+ /// [`InvoiceError`]: crate::offers::invoice_error::InvoiceError
125
OutboundPayment {
126
/// Payment ID used when creating a [`Refund`] or [`InvoiceRequest`].
127
0 commit comments