Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeeratesPerkb

If style parameter was perkb

Hierarchy

  • FeeratesPerkb

Index

Properties

delayed_to_us?: number

Feerate for returning unilateral close funds to our wallet

htlc_resolution?: number

Feerate for returning unilateral close HTLC outputs to our wallet

max_acceptable: number

The largest feerate we will accept from remote negotiations. If a peer attempts to set the feerate higher than this we will unilaterally close the channel (or simply forget it if it's not open yet).

min_acceptable: number

The smallest feerate that you can use, usually the minimum relayed feerate of the backend

mutual_close?: number

Feerate to aim for in cooperative shutdown. Note that since mutual close is a negotiation, the actual feerate used in mutual close will be somewhere between this and the corresponding mutual close feerate of the peer.

opening?: number

Default feerate for lightning-fundchannel(7) and lightning-withdraw(7)

penalty?: number

Feerate to start at when penalizing a cheat attempt

unilateral_close?: number

Feerate for commitment_transaction in a live channel which we originally funded

Generated using TypeDoc