Enumeration ResolutionOutcome

Enumeration Members

ABANDONED: 3

ABANDONED - ResolverOutcomeAbandoned indicates that an output that we did not claim on chain, for example an anchor that we did not sweep and a third party claimed on chain, or a htlc that we could not decode so left unclaimed.

CLAIMED: 1

CLAIMED - An output was claimed on chain.

FIRST_STAGE: 4

FIRST_STAGE - If we force closed our channel, our htlcs need to be claimed in two stages. This outcome represents the broadcast of a timeout or success transaction for this two stage htlc claim.

OUTCOME_UNKNOWN: 0

OUTCOME_UNKNOWN - Outcome unknown.

TIMEOUT: 5

TIMEOUT - A htlc was timed out on chain.

UNCLAIMED: 2

UNCLAIMED - An output was left unclaimed on chain.

UNRECOGNIZED: -1

Generated using TypeDoc