@ -24,14 +24,18 @@ Each entry in 'forwards' will include:
- 'out_channel' - the short_channel_id of to which the outgoing htlc is supposed to be forwarded.
- 'in_msatoshi' - amount of msatoshis that are forwarded to this node.
- 'in_msatoshi', 'in_msat' - amount of msatoshis that are forwarded to this node.
- 'out_msatoshi' - amount of msatoshis to be forwarded.
- 'out_msatoshi', 'out_msat' - amount of msatoshis to be forwarded.
- 'fee' - fee offered for forwarding the htlc in msatoshi.
- 'fee', 'fee_msat' - fee offered for forwarding the htlc in msatoshi.
- 'status' - status can be either 'offered' if the routing process is still ongoing, 'settled' if the routing process is completed or 'failed' if the routing process could not be completed.
- 'received_time' - timestamp when incoming htlc was received.
- 'resolved_time' - timestamp when htlc was resolved (settled or failed).
AUTHOR
------
Rene Pickhardt <r.pickhardt@gmail.com> is mainly responsible.