|
NAMElightning-listforwards - Command showing all htlcs and their informationSYNOPSISlistforwards [status] [in_channel] [out_channel]DESCRIPTIONThe listforwards RPC command displays all htlcs that have been attempted to be forwarded by the c-lightning node.If status is specified, then only the forwards with the given status are returned. status can be either offered or settled or failed or local_failed If in_channel or out_channel is specified, then only the matching forwards on the given in/out channel are returned. RETURN VALUEOn success, an object containing forwards is returned. It is an array of objects, where each object contains:
If out_channel is present:
If status is "settled" or "failed":
If status is "local_failed" or "failed":
AUTHORRene Pickhardt <r.pickhardt@gmail.com> is mainly responsible.SEE ALSOlightning-getinfo(7)RESOURCESMain web site: https://github.com/ElementsProject/lightning Visit the GSP FreeBSD Man Page Interface. |