Interface PendingChannelsResponse_Commitments

Hierarchy

  • PendingChannelsResponse_Commitments

Properties

localCommitFeeSat: string | number

The amount in satoshis calculated to be paid in fees for the local commitment.

localTxid: string

Hash of the local version of the commitment tx.

remoteCommitFeeSat: string | number

The amount in satoshis calculated to be paid in fees for the remote commitment.

remotePendingCommitFeeSat: string | number

The amount in satoshis calculated to be paid in fees for the remote pending commitment.

remotePendingTxid: string

Hash of the remote pending version of the commitment tx.

remoteTxid: string

Hash of the remote version of the commitment tx.

Generated using TypeDoc