Interface PendingChannelsResponse_PendingOpenChannel

Hierarchy

  • PendingChannelsResponse_PendingOpenChannel

Properties

The pending channel

commitFee: string | number

The amount calculated to be paid in fees for the current set of commitment transactions. The fee amount is persisted with the channel in order to allow the fee amount to be removed and recalculated with each channel state update, including updates that happen after a system restart.

commitWeight: string | number

The weight of the commitment transaction

confirmationHeight: string | number

The height at which this channel will be confirmed

feePerKw: string | number

The required number of satoshis per kilo-weight that the requester will pay at all times, for both the funding transaction and commitment transaction. This value can later be updated once the channel is open.

Generated using TypeDoc