Uses of Class
net.osslabz.lnd.dto.LnrpcChannelPoint
Packages that use LnrpcChannelPoint
-
Uses of LnrpcChannelPoint in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcChannelPointModifier and TypeMethodDescriptionLightningApi.openChannelSync(LnrpcOpenChannelRequest body) OpenChannelSync is a synchronous version of the OpenChannel RPC call.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcChannelPointModifier and TypeMethodDescriptionLightningApi.openChannelSyncWithHttpInfo(LnrpcOpenChannelRequest body) OpenChannelSync is a synchronous version of the OpenChannel RPC call.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcChannelPointModifier and TypeMethodDescriptionokhttp3.CallLightningApi.openChannelSyncAsync(LnrpcOpenChannelRequest body, ApiCallback<LnrpcChannelPoint> _callback) OpenChannelSync is a synchronous version of the OpenChannel RPC call. -
Uses of LnrpcChannelPoint in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelPointModifier and TypeMethodDescriptionLnrpcChannelPoint.fundingTxidBytes(byte[] fundingTxidBytes) LnrpcChannelPoint.fundingTxidStr(String fundingTxidStr) LnrpcChannelEventUpdate.getActiveChannel()Get activeChannelLnrpcChannelOpenUpdate.getChannelPoint()Get channelPointLnrpcChannelBackup.getChanPoint()Get chanPointLnrpcChannelEdgeUpdate.getChanPoint()Get chanPointLnrpcChanPointShim.getChanPoint()Get chanPointLnrpcClosedChannelUpdate.getChanPoint()Get chanPointLnrpcPolicyUpdateRequest.getChanPoint()Get chanPointLnrpcChannelEventUpdate.getFullyResolvedChannel()Get fullyResolvedChannelLnrpcChannelEventUpdate.getInactiveChannel()Get inactiveChannelLnrpcChannelPoint.outputIndex(Long outputIndex) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcChannelPointModifier and TypeMethodDescriptionLnrpcMultiChanBackup.getChanPoints()Is the set of all channels that are included in this multi-channel backup.Methods in net.osslabz.lnd.dto with parameters of type LnrpcChannelPointModifier and TypeMethodDescriptionLnrpcChannelEventUpdate.activeChannel(LnrpcChannelPoint activeChannel) LnrpcMultiChanBackup.addChanPointsItem(LnrpcChannelPoint chanPointsItem) LnrpcChannelOpenUpdate.channelPoint(LnrpcChannelPoint channelPoint) LnrpcChannelBackup.chanPoint(LnrpcChannelPoint chanPoint) LnrpcChannelEdgeUpdate.chanPoint(LnrpcChannelPoint chanPoint) LnrpcChanPointShim.chanPoint(LnrpcChannelPoint chanPoint) LnrpcClosedChannelUpdate.chanPoint(LnrpcChannelPoint chanPoint) LnrpcPolicyUpdateRequest.chanPoint(LnrpcChannelPoint chanPoint) LnrpcChannelEventUpdate.fullyResolvedChannel(LnrpcChannelPoint fullyResolvedChannel) LnrpcChannelEventUpdate.inactiveChannel(LnrpcChannelPoint inactiveChannel) voidLnrpcChannelEventUpdate.setActiveChannel(LnrpcChannelPoint activeChannel) voidLnrpcChannelOpenUpdate.setChannelPoint(LnrpcChannelPoint channelPoint) voidLnrpcChannelBackup.setChanPoint(LnrpcChannelPoint chanPoint) voidLnrpcChannelEdgeUpdate.setChanPoint(LnrpcChannelPoint chanPoint) voidLnrpcChanPointShim.setChanPoint(LnrpcChannelPoint chanPoint) voidLnrpcClosedChannelUpdate.setChanPoint(LnrpcChannelPoint chanPoint) voidLnrpcPolicyUpdateRequest.setChanPoint(LnrpcChannelPoint chanPoint) voidLnrpcChannelEventUpdate.setFullyResolvedChannel(LnrpcChannelPoint fullyResolvedChannel) voidLnrpcChannelEventUpdate.setInactiveChannel(LnrpcChannelPoint inactiveChannel) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcChannelPointModifier and TypeMethodDescriptionLnrpcMultiChanBackup.chanPoints(List<LnrpcChannelPoint> chanPoints) voidLnrpcMultiChanBackup.setChanPoints(List<LnrpcChannelPoint> chanPoints)