Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListforwardsRequest

The listforwards RPC command displays all htlcs that have been attempted to be forwarded by the Core 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.

Hierarchy

  • ListforwardsRequest

Index

Properties

in_channel?: string
out_channel?: string
status?: string

Generated using TypeDoc