Interface PendingHTLC

Hierarchy

  • PendingHTLC

Properties

amount: string | number

The total value of the htlc

blocksTilMaturity: string | number

The number of blocks remaining until the current stage can be swept. Negative values indicate how many blocks have passed since becoming mature.

incoming: boolean

The direction within the channel that the htlc was sent

maturityHeight: string | number

The next block height at which we can spend the current stage

outpoint: string

The final output to be swept back to the user's wallet

stage: string | number

Indicates whether the htlc is in its first or second stage of recovery

Generated using TypeDoc