Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListpeersChannel

Hierarchy

  • ListpeersChannel

Index

Properties

alias?: Alias
channel_id?: string

The full channel_id

close_to?: string

scriptPubkey which we have to close to if we mutual close

Who initiated the channel close

dust_limit_msat?: number

minimum amount for an output on the channel transactions

features: ListpeersFeature[]
fee_base_msat?: number

amount we charge to use the channel

fee_proportional_millionths?: number

amount we charge to use the channel in parts-per-million

Feerates for the current tx

funding_outnum?: number

The 0-based output number of the funding transaction which opens the channel

funding_txid?: string

ID of the funding transaction

htlcs?: ListpeersHtlc[]

current HTLCs in this channel

in_fulfilled_msat?: number

Total amount of successful incoming payment attempts

in_offered_msat?: number

Total amount of incoming payment attempts

in_payments_fulfilled?: number

Number of successful incoming payment attempts

in_payments_offered?: number

Number of incoming payment attempts

inflight?: ListpeersInflight[]

Current candidate funding transactions (only for dual-funding)

initial_feerate?: string

For inflight opens, the first feerate used to initiate the channel open

last_feerate?: string

For inflight opens, the most recent feerate used on the channel open

max_accepted_htlcs?: number

Maximum number of incoming HTLC we will accept at once

max_to_us_msat?: number

most amount owed to us ever

max_total_htlc_in_msat?: number

max amount accept in a single payment

maximum_htlc_out_msat?: number

the maximum amount HTLC we will send

min_to_us_msat?: number

least amount owed to us ever

minimum_htlc_in_msat?: number

the minimum amount HTLC we accept

minimum_htlc_out_msat?: number

the minimum amount HTLC we will send

next_fee_step?: number

For inflight opens, the next feerate step we'll use for the channel open

next_feerate?: string

For inflight opens, the next feerate we'll use for the channel open

Who initiated the channel

our_reserve_msat?: number

minimum they insist we keep in channel

our_to_self_delay?: number

the number of blocks before we can take our funds if we unilateral close

out_fulfilled_msat?: number

Total amount of successful outgoing payment attempts

out_offered_msat?: number

Total amount of outgoing payment attempts

out_payments_fulfilled?: number

Number of successful outgoing payment attempts

out_payments_offered?: number

Number of outgoing payment attempts

owner?: string

The current subdaemon controlling this connection

private?: boolean

if False, we will not announce this channel

receivable_msat?: number

total peer could send through channel

scratch_txid?: string

The txid we would use if we went onchain now

short_channel_id?: string

The short_channel_id (once locked in)

spendable_msat?: number

total we could send through channel

the channel state, in particular "CHANNELD_NORMAL" means the channel can be used normally

state_changes?: ListpeersStateChange[]

Prior state changes

status?: string[]
their_reserve_msat?: number

minimum we insist they keep in channel

their_to_self_delay?: number

the number of blocks before they can take their funds if they unilateral close

to_us_msat?: number

how much of channel is owed to us

total_msat?: number

total amount in the channel

Generated using TypeDoc