Uses of Class
net.osslabz.lnd.dto.PendingChannelsResponseWaitingCloseChannel
Packages that use PendingChannelsResponseWaitingCloseChannel
-
Uses of PendingChannelsResponseWaitingCloseChannel in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return PendingChannelsResponseWaitingCloseChannelModifier and TypeMethodDescriptionPendingChannelsResponseWaitingCloseChannel.channel(PendingChannelsResponsePendingChannel channel) PendingChannelsResponseWaitingCloseChannel.closingTxid(String closingTxid) PendingChannelsResponseWaitingCloseChannel.commitments(PendingChannelsResponseCommitments commitments) PendingChannelsResponseWaitingCloseChannel.limboBalance(String limboBalance) Methods in net.osslabz.lnd.dto that return types with arguments of type PendingChannelsResponseWaitingCloseChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.getWaitingCloseChannels()Get waitingCloseChannelsMethods in net.osslabz.lnd.dto with parameters of type PendingChannelsResponseWaitingCloseChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.addWaitingCloseChannelsItem(PendingChannelsResponseWaitingCloseChannel waitingCloseChannelsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type PendingChannelsResponseWaitingCloseChannelModifier and TypeMethodDescriptionvoidLnrpcPendingChannelsResponse.setWaitingCloseChannels(List<PendingChannelsResponseWaitingCloseChannel> waitingCloseChannels) LnrpcPendingChannelsResponse.waitingCloseChannels(List<PendingChannelsResponseWaitingCloseChannel> waitingCloseChannels)