File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7331,6 +7331,8 @@ where
7331
7331
/// Requires a direct connection to the introduction node in the responding [`InvoiceRequest`]'s
7332
7332
/// reply path.
7333
7333
///
7334
+ /// This is not exported to bindings users as builder patterns don't map outside of move semantics.
7335
+ ///
7334
7336
/// [`Offer`]: crate::offers::offer::Offer
7335
7337
/// [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
7336
7338
pub fn create_offer_builder(
@@ -7384,6 +7386,8 @@ where
7384
7386
/// Errors if a duplicate `payment_id` is provided given the caveats in the aforementioned link
7385
7387
/// or if `amount_msats` is invalid.
7386
7388
///
7389
+ /// This is not exported to bindings users as builder patterns don't map outside of move semantics.
7390
+ ///
7387
7391
/// [`Refund`]: crate::offers::refund::Refund
7388
7392
/// [`Bolt12Invoice`]: crate::offers::invoice::Bolt12Invoice
7389
7393
/// [`Bolt12Invoice::payment_paths`]: crate::offers::invoice::Bolt12Invoice::payment_paths
You can’t perform that action at this time.
0 commit comments