Uses of Class
net.osslabz.lnd.dto.LnrpcChannelEdge
Packages that use LnrpcChannelEdge
-
Uses of LnrpcChannelEdge in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcChannelEdgeModifier and TypeMethodDescriptionLightningApi.getChanInfo(String chanId) lncli: `getchaninfo` GetChanInfo returns the latest authenticated network announcement for the given channel identified by its channel ID: an 8-byte integer which uniquely identifies the location of transaction's funding output within the blockchain.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcChannelEdgeModifier and TypeMethodDescriptionLightningApi.getChanInfoWithHttpInfo(String chanId) lncli: `getchaninfo` GetChanInfo returns the latest authenticated network announcement for the given channel identified by its channel ID: an 8-byte integer which uniquely identifies the location of transaction's funding output within the blockchain.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcChannelEdgeModifier and TypeMethodDescriptionokhttp3.CallLightningApi.getChanInfoAsync(String chanId, ApiCallback<LnrpcChannelEdge> _callback) lncli: `getchaninfo` GetChanInfo returns the latest authenticated network announcement for the given channel identified by its channel ID: an 8-byte integer which uniquely identifies the location of transaction's funding output within the blockchain. -
Uses of LnrpcChannelEdge in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelEdgeModifier and TypeMethodDescriptionLnrpcChannelEdge.customRecords(Map<String, byte[]> customRecords) LnrpcChannelEdge.lastUpdate(Long lastUpdate) LnrpcChannelEdge.node1Policy(LnrpcRoutingPolicy node1Policy) LnrpcChannelEdge.node2Policy(LnrpcRoutingPolicy node2Policy) LnrpcChannelEdge.putCustomRecordsItem(String key, byte[] customRecordsItem) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcChannelEdgeModifier and TypeMethodDescriptionLnrpcNodeInfo.getChannels()A list of all public channels for the node.LnrpcChannelGraph.getEdges()Get edgesMethods in net.osslabz.lnd.dto with parameters of type LnrpcChannelEdgeModifier and TypeMethodDescriptionLnrpcNodeInfo.addChannelsItem(LnrpcChannelEdge channelsItem) LnrpcChannelGraph.addEdgesItem(LnrpcChannelEdge edgesItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcChannelEdgeModifier and TypeMethodDescriptionLnrpcNodeInfo.channels(List<LnrpcChannelEdge> channels) LnrpcChannelGraph.edges(List<LnrpcChannelEdge> edges) voidLnrpcNodeInfo.setChannels(List<LnrpcChannelEdge> channels) voidLnrpcChannelGraph.setEdges(List<LnrpcChannelEdge> edges)