Uses of Class
net.osslabz.lnd.dto.LnrpcGraphTopologyUpdate
Packages that use LnrpcGraphTopologyUpdate
-
Uses of LnrpcGraphTopologyUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcGraphTopologyUpdateModifier and TypeMethodDescriptionLnrpcGraphTopologyUpdate.addChannelUpdatesItem(LnrpcChannelEdgeUpdate channelUpdatesItem) LnrpcGraphTopologyUpdate.addClosedChansItem(LnrpcClosedChannelUpdate closedChansItem) LnrpcGraphTopologyUpdate.addNodeUpdatesItem(LnrpcNodeUpdate nodeUpdatesItem) LnrpcGraphTopologyUpdate.channelUpdates(List<LnrpcChannelEdgeUpdate> channelUpdates) LnrpcGraphTopologyUpdate.closedChans(List<LnrpcClosedChannelUpdate> closedChans) StreamResultOfLnrpcGraphTopologyUpdate.getResult()Get resultLnrpcGraphTopologyUpdate.nodeUpdates(List<LnrpcNodeUpdate> nodeUpdates) Methods in net.osslabz.lnd.dto with parameters of type LnrpcGraphTopologyUpdateModifier and TypeMethodDescriptionStreamResultOfLnrpcGraphTopologyUpdate.result(LnrpcGraphTopologyUpdate result) voidStreamResultOfLnrpcGraphTopologyUpdate.setResult(LnrpcGraphTopologyUpdate result)