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 c37737c commit 6a4f34fCopy full SHA for 6a4f34f
lightning/src/offers/invoice_request.rs
@@ -433,10 +433,12 @@ pub struct VerifiedInvoiceRequest {
433
434
/// Keys used for signing a [`Bolt12Invoice`] if they can be derived.
435
///
436
- /// If `Some`, then must respond with methods that use derived keys. Otherwise, should respond
437
- /// with an invoice signed explicitly.
+ /// If `Some`, must call [`respond_using_derived_keys`] when responding. Otherwise, call
+ /// [`respond_with`].
438
439
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
440
+ /// [`respond_using_derived_keys`]: Self::respond_using_derived_keys
441
+ /// [`respond_with`]: Self::respond_with
442
pub keys: Option<KeyPair>,
443
}
444
0 commit comments