Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListchannelsChannel

Hierarchy

  • ListchannelsChannel

Index

Properties

active: boolean

true unless source has disabled it, or it's a local channel and the peer is disconnected or it's still opening or closing

amount_msat: number

the total capacity of this channel (always a whole number of satoshis)

base_fee_millisatoshi: number

Base fee changed by source to use this channel

channel_flags: number

as defined by BOLT #7

delay: number

The number of blocks delay required by source to use this channel

destination: string

the destination node

features: string

BOLT #9 features bitmap for this channel

fee_per_millionth: number

Proportional fee changed by source to use this channel, in parts-per-million

htlc_maximum_msat?: number

The largest payment source will allow via this channel

htlc_minimum_msat: number

The smallest payment source will allow via this channel

last_update: number

UNIX timestamp on the last channel_update from source

message_flags: number

as defined by BOLT #7

public: boolean

true if this is announced (otherwise it must be our channel)

short_channel_id: string

short channel id of channel

source: string

the source node

Generated using TypeDoc