mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
2ddecdc95a
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Fixed: doc: Epic documentation rewrite: each now lists complete and accurate JSON output, tested against testsuite.
51 lines
1.0 KiB
Groff
Generated
51 lines
1.0 KiB
Groff
Generated
.TH "LIGHTNING-TXSEND" "7" "" "" "lightning-txsend"
|
|
.SH NAME
|
|
lightning-txsend - Command to sign and send transaction from txprepare
|
|
.SH SYNOPSIS
|
|
|
|
\fBtxsend\fR \fItxid\fR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The \fBtxsend\fR RPC command signs and broadcasts a transaction created by
|
|
\fBtxprepare\fR\.
|
|
|
|
.SH RETURN VALUE
|
|
|
|
On success, an object is returned, containing:
|
|
|
|
.RS
|
|
.IP \[bu]
|
|
\fBpsbt\fR (string): the completed PSBT representing the signed transaction
|
|
.IP \[bu]
|
|
\fBtx\fR (hex): the fully signed transaction
|
|
.IP \[bu]
|
|
\fBtxid\fR (txid): the transaction id of \fItx\fR
|
|
|
|
.RE
|
|
|
|
On failure, an error is reported (from bitcoind), and the inputs from
|
|
the transaction are unreserved\.
|
|
|
|
|
|
The following error codes may occur:
|
|
|
|
.RS
|
|
.IP \[bu]
|
|
-1: Catchall nonspecific error\.
|
|
|
|
.RE
|
|
.SH AUTHOR
|
|
|
|
Rusty Russell \fI<rusty@rustcorp.com.au\fR> is mainly responsible\.
|
|
|
|
.SH SEE ALSO
|
|
|
|
\fBlightning-txprepare\fR(7), \fBlightning-txdiscard\fR(7)
|
|
|
|
.SH RESOURCES
|
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|
|
|
\" SHA256STAMP:b3d6d0a71241ee5564eb02ecf3bea1b5528dd5868e6607a8acccd1828a80435a
|