Uses of Class
net.osslabz.lnd.dto.LnrpcChannelEdgeUpdate
Packages that use LnrpcChannelEdgeUpdate
-
Uses of LnrpcChannelEdgeUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelEdgeUpdateModifier and TypeMethodDescriptionLnrpcChannelEdgeUpdate.advertisingNode(String advertisingNode) LnrpcChannelEdgeUpdate.chanPoint(LnrpcChannelPoint chanPoint) LnrpcChannelEdgeUpdate.connectingNode(String connectingNode) LnrpcChannelEdgeUpdate.routingPolicy(LnrpcRoutingPolicy routingPolicy) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcChannelEdgeUpdateModifier and TypeMethodDescriptionLnrpcGraphTopologyUpdate.getChannelUpdates()Get channelUpdatesMethods in net.osslabz.lnd.dto with parameters of type LnrpcChannelEdgeUpdateModifier and TypeMethodDescriptionLnrpcGraphTopologyUpdate.addChannelUpdatesItem(LnrpcChannelEdgeUpdate channelUpdatesItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcChannelEdgeUpdateModifier and TypeMethodDescriptionLnrpcGraphTopologyUpdate.channelUpdates(List<LnrpcChannelEdgeUpdate> channelUpdates) voidLnrpcGraphTopologyUpdate.setChannelUpdates(List<LnrpcChannelEdgeUpdate> channelUpdates)