Enum Class ForceClosedChannelAnchorState

java.lang.Object
java.lang.Enum<ForceClosedChannelAnchorState>
net.osslabz.lnd.dto.ForceClosedChannelAnchorState
All Implemented Interfaces:
Serializable, Comparable<ForceClosedChannelAnchorState>, Constable

public enum ForceClosedChannelAnchorState extends Enum<ForceClosedChannelAnchorState>
There are three resolution states for the anchor: limbo, lost and recovered. Derive the current state from the limbo and recovered balances. - LIMBO: The recovered_balance is zero and limbo_balance is non-zero. - RECOVERED: The recovered_balance is non-zero. - LOST: A state that is neither LIMBO nor RECOVERED.