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.
withdraw_lnurlw
1 parent 0584c8b commit 006ce3aCopy full SHA for 006ce3a
src/lib.rs
@@ -941,6 +941,10 @@ impl LightningNode {
941
942
/// Withdraw an LNURL-withdraw the provided amount.
943
///
944
+ /// A successful return means the LNURL-withdraw service has started a payment.
945
+ /// Only after the event [`EventsCallback::payment_received`] can the payment be considered
946
+ /// received.
947
+ ///
948
/// Parameters:
949
/// * `lnurl_withdraw_request_data` - LNURL-withdraw request data as obtained from [`LightningNode::decode_data`]
950
/// * `amount_sat` - amount to be withdraw
0 commit comments