package
0.29.0-beta.rc2
Repository: https://github.com/lightninglabs/loop.git
Documentation: pkg.go.dev

# Functions

AutoloopLabel returns a label with the reserved prefix that identifies automatically dispatched swaps depending on the type of swap being executed.
EasyAutoloopLabel returns a label with the reserved prefix that identifies automatically dispatched swaps depending on the type of swap being executed.
LoopInHtlcLabel returns the label used for loop in swaps to publish an HTLC.
LoopInSweepTimeout returns the label used for loop in swaps to sweep an HTLC that has timed out.
LoopOutBatchSweepSuccess returns the label used for loop out sweep batcher.
LoopOutSweepSuccess returns the label used for loop out swaps to sweep the HTLC in the success case.
Validate checks that a label is of appropriate length and is not in our list of reserved labels.

# Constants

MaxLength is the maximum length we allow for labels.
Reserved is used as a prefix to separate labels that are created by loopd from those created by users.

# Variables

ErrLabelTooLong is returned when a label exceeds our length limit.
ErrReservedPrefix is returned when a label contains the prefix which is reserved for internally produced labels.