Interface ChannelConstraints

Hierarchy

  • ChannelConstraints

Properties

chanReserveSat: string | number

The minimum satoshis this node is required to reserve in its balance.

csvDelay: string | number

The CSV delay expressed in relative blocks. If the channel is force closed, we will need to wait for this many blocks before we can regain our funds.

dustLimitSat: string | number

The dust limit (in satoshis) of the initiator's commitment tx.

maxAcceptedHtlcs: string | number

The total number of incoming HTLC's that the initiator will accept.

maxPendingAmtMsat: string | number

The maximum amount of coins in millisatoshis that can be pending in this channel.

minHtlcMsat: string | number

The smallest HTLC in millisatoshis that the initiator will accept.

Generated using TypeDoc