Enumeration ResolutionType

Enumeration Members

ANCHOR: 1

ANCHOR - We resolved an anchor output.

COMMIT: 4

COMMIT - We force closed and need to sweep our time locked commitment output.

INCOMING_HTLC: 2

INCOMING_HTLC - We are resolving an incoming htlc on chain. This if this htlc is claimed, we swept the incoming htlc with the preimage. If it is timed out, our peer swept the timeout path.

OUTGOING_HTLC: 3

OUTGOING_HTLC - We are resolving an outgoing htlc on chain. If this htlc is claimed, the remote party swept the htlc with the preimage. If it is timed out, we swept it with the timeout path.

TYPE_UNKNOWN: 0
UNRECOGNIZED: -1

Generated using TypeDoc