package
0.13.4
Repository: https://github.com/lightninglabs/chantools.git
Documentation: pkg.go.dev

# Functions

BackupDump converts the given multi backup into a dumpable format.
ClosedChannelDump converts the closed channels in the given channel DB into a dumpable format.
CollectDebugInfo collects the additional debug information for the given channel.
OpenChannelDump converts the open channels in the given channel DB into a dumpable format.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BackupMulti is the information we want to dump from a lnd channel backup multi file.
BackupSingle is the information we want to dump from a lnd channel backup.
ChannelConfig is the information we want to dump from a channel configuration.
ChannelDebugInfo is a struct that holds additional information about an open or pending channel that is useful for debugging.
ClosedChannel is the information we want to dump from a closed channel in lnd's channel DB.
KeyDescriptor is the information we want to dump from a key descriptor.
OpenChannel is the information we want to dump from an open channel in lnd's channel DB.