package
0.2.14-alpha
Repository: https://github.com/lightninglabs/faraday.git
Documentation: pkg.go.dev
# Functions
ChannelCloseReport returns a full report on a closed channel.
# Variables
ErrChannelNotClosed is returned when we get a request for a close channel report for a channel that is not present in lnd's list of closed channels.
ErrCloseTypeNotSupported is returned when we do not yet support creation of close reports for the channel type provided.
# Structs
CloseReport represents a closed channel.
Config provides all the external functions and parameters required to produce reports on closed channels.