mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
a00179d557
This should be more robust in future: we SHA256 all of the deps. For wiregen we prefix with EXPERIMENTAL_FEATURES, since it can effect them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
74 lines
1.7 KiB
Groff
Generated
74 lines
1.7 KiB
Groff
Generated
.TH "LIGHTNING-LISTSENDPAYS" "7" "" "" "lightning-listsendpays"
|
|
.SH NAME
|
|
lightning-listsendpays - Low-level command for querying sendpay status
|
|
.SH SYNOPSIS
|
|
|
|
\fBlistsendpays\fR [\fIbolt11\fR] [\fIpayment_hash\fR]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The \fBlistsendpays\fR RPC command gets the status of all \fIsendpay\fR
|
|
commands (which is also used by the \fIpay\fR command), or with \fIbolt11\fR or
|
|
\fIpayment_hash\fR limits results to that specific payment\. You cannot
|
|
specify both\.
|
|
|
|
|
|
Note that in future there may be more than one concurrent \fIsendpay\fR
|
|
command per \fIpay\fR, so this command should be used with caution\.
|
|
|
|
.SH RETURN VALUE
|
|
|
|
On success, an array of objects is returned\. Each object contains:
|
|
|
|
|
|
\fIid\fR
|
|
unique internal value assigned at creation
|
|
|
|
|
|
\fIpayment_hash\fR
|
|
the hash of the \fIpayment_preimage\fR which will prove payment\.
|
|
|
|
|
|
\fIdestination\fR
|
|
the final destination of the payment\.
|
|
|
|
|
|
\fIamount_msat\fR
|
|
the amount the destination received, in "NNNmsat" format\.
|
|
|
|
|
|
\fIcreated_at\fR
|
|
the UNIX timestamp showing when this payment was initiated\.
|
|
|
|
|
|
\fIstatus\fR
|
|
one of \fIcomplete\fR, \fIfailed\fR or \fIpending\fR\.
|
|
|
|
|
|
\fIpayment_preimage\fR
|
|
(if \fIstatus\fR is \fIcomplete\fR) proves payment was received\.
|
|
|
|
|
|
\fIlabel\fR
|
|
optional \fIlabel\fR, if provided to \fIsendpay\fR\.
|
|
|
|
|
|
\fIbolt11\fR
|
|
the \fIbolt11\fR argument given to \fIpay\fR (may be missing for pre-0\.7
|
|
payments)\.
|
|
|
|
.SH AUTHOR
|
|
|
|
Christian Decker \fI<decker.christian@gmail.com\fR> is mainly
|
|
responsible\.
|
|
|
|
.SH SEE ALSO
|
|
|
|
\fBlightning-listpays\fR(7), \fBlightning-sendpay\fR(7), \fBlightning-listinvoice\fR(7)\.
|
|
|
|
.SH RESOURCES
|
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|
|
|
\" SHA256STAMP:3dc248bbb94b46a5e940a19730ff12bf01a5eb15653f5565a1f94391ce34c497
|