# Functions
MakeLabel creates a label with the provided type and short channel id.
ValidateAPI returns the generic api label if the label provided is empty.
# Constants
External labels a transaction as user initiated via the api.
LabelTypeChannelClose is used to label channel closes.
LabelTypeChannelOpen is used to label channel opens.
LabelTypeJusticeTransaction is used to label justice transactions.
LabelTypeSweepTransaction is used to label sweeps.
LabelVersionZero is the label version for labels that contain label type and channel ID (where available).
ShortChanID is used to tag short channel id values in our labels.
# Type aliases
LabelField is used to tag a value within a label.
LabelType indicates the type of label we are creating.
LabelVersion versions our labels so they can be easily update to contain new data while still easily string matched.