Versions in this module Expand all Collapse all v1 v1.0.0 May 10, 2019 Changes in this version + func DisableLog() + func UseLogger(logger btclog.Logger) + type ActiveChannelEvent struct + ChannelPoint *wire.OutPoint + type ChannelNotifier struct + func New(chanDB *channeldb.DB) *ChannelNotifier + func (c *ChannelNotifier) NotifyActiveChannelEvent(chanPoint wire.OutPoint) + func (c *ChannelNotifier) NotifyClosedChannelEvent(chanPoint wire.OutPoint) + func (c *ChannelNotifier) NotifyInactiveChannelEvent(chanPoint wire.OutPoint) + func (c *ChannelNotifier) NotifyOpenChannelEvent(chanPoint wire.OutPoint) + func (c *ChannelNotifier) Start() error + func (c *ChannelNotifier) Stop() + func (c *ChannelNotifier) SubscribeChannelEvents() (*subscribe.Client, error) + type ClosedChannelEvent struct + CloseSummary *channeldb.ChannelCloseSummary + type InactiveChannelEvent struct + ChannelPoint *wire.OutPoint + type OpenChannelEvent struct + Channel *channeldb.OpenChannel