Enum Class InvoicesrpcLookupModifier

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

public enum InvoicesrpcLookupModifier extends Enum<InvoicesrpcLookupModifier>
- DEFAULT: The default look up modifier, no look up behavior is changed. - HTLC_SET_ONLY: Indicates that when a look up is done based on a set_id, then only that set of HTLCs related to that set ID should be returned. - HTLC_SET_BLANK: Indicates that when a look up is done using a payment_addr, then no HTLCs related to the payment_addr should be returned. This is useful when one wants to be able to obtain the set of associated setIDs with a given invoice, then look up the sub-invoices \"projected\" by that set ID.