Interface HTLCAttempt

Hierarchy

  • HTLCAttempt

Properties

attemptId: string | number

The unique ID that is used for this attempt.

attemptTimeNs: string | number

The time in UNIX nanoseconds at which this HTLC was sent.

failure: undefined | Failure

Detailed htlc failure info.

resolveTimeNs: string | number

The time in UNIX nanoseconds at which this HTLC was settled or failed. This value will not be set if the HTLC is still IN_FLIGHT.

route: undefined | Route

The route taken by this HTLC.

The status of the HTLC.

Generated using TypeDoc