Versions in this module Expand all Collapse all v0 v0.5.1 Feb 26, 2020 Changes in this version + func DisableLog() + func UseLogger(logger btclog.Logger) + type PeerNotifier struct + func New() *PeerNotifier + func (p *PeerNotifier) NotifyPeerOffline(pubKey [33]byte) + func (p *PeerNotifier) NotifyPeerOnline(pubKey [33]byte) + func (p *PeerNotifier) Start() error + func (p *PeerNotifier) Stop() + func (p *PeerNotifier) SubscribePeerEvents() (*subscribe.Client, error) + type PeerOfflineEvent struct + PubKey [33]byte + type PeerOnlineEvent struct + PubKey [33]byte