Uses of Class
net.osslabz.lnd.dto.PendingChannelsResponseClosedChannel
Packages that use PendingChannelsResponseClosedChannel
-
Uses of PendingChannelsResponseClosedChannel in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return PendingChannelsResponseClosedChannelModifier and TypeMethodDescriptionPendingChannelsResponseClosedChannel.channel(PendingChannelsResponsePendingChannel channel) PendingChannelsResponseClosedChannel.closingTxid(String closingTxid) Methods in net.osslabz.lnd.dto that return types with arguments of type PendingChannelsResponseClosedChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.getPendingClosingChannels()Deprecated: Channels pending closing previously contained cooperatively closed channels with a single confirmation.Methods in net.osslabz.lnd.dto with parameters of type PendingChannelsResponseClosedChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.addPendingClosingChannelsItem(PendingChannelsResponseClosedChannel pendingClosingChannelsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type PendingChannelsResponseClosedChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.pendingClosingChannels(List<PendingChannelsResponseClosedChannel> pendingClosingChannels) voidLnrpcPendingChannelsResponse.setPendingClosingChannels(List<PendingChannelsResponseClosedChannel> pendingClosingChannels)