Versions in this module Expand all Collapse all v0 v0.0.3 Sep 11, 2024 Changes in this version + type Manager struct + FetchChannel func(tx kvdb.RTx, chanPoint wire.OutPoint) (*channeldb.OpenChannel, error) + ForAllOutgoingChannels func(cb func(kvdb.RTx, *models.ChannelEdgeInfo, *models.ChannelEdgePolicy) error) error + PropagateChanPolicyUpdate func(edgesToUpdate []discovery.EdgeWithInfo) error + UpdateForwardingPolicies func(chanPolicies map[wire.OutPoint]models.ForwardingPolicy) + func (r *Manager) UpdatePolicy(newSchema routing.ChannelPolicy, chanPoints ...wire.OutPoint) ([]*lnrpc.FailedUpdate, error)