Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelListForwardsResponse

Hierarchy

  • ChannelListForwardsResponse

Index

Properties

failcode?: string

If status is "local_failed" or "failed", the numeric onion code returned

failreason?: string

If status is "local_failed" or "failed", the name of the onion code returned

fee_msat?: string

If out_channel is present, the amount this paid in fees

in_channel?: string

in_channel

in_msat?: string

in_msat

out_channel?: string

the channel that the HTLC was forwarded to

out_msat?: string

If out_channel is present, the amount we sent out the out_channel

payment_hash?: string

payment hash sought by HTLC (always 64 characters)

received_time?: string

the UNIX timestamp when this was received

resolved_time?: string

If status is "settled" or "failed", the UNIX timestamp when this was resolved

status?: string

one of "offered", "settled", "local_failed", "failed"

Generated using TypeDoc