Uses of Class
net.osslabz.lnd.dto.PendingChannelsResponseForceClosedChannel
Packages that use PendingChannelsResponseForceClosedChannel
-
Uses of PendingChannelsResponseForceClosedChannel in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return PendingChannelsResponseForceClosedChannelModifier and TypeMethodDescriptionPendingChannelsResponseForceClosedChannel.addPendingHtlcsItem(LnrpcPendingHTLC pendingHtlcsItem) PendingChannelsResponseForceClosedChannel.anchor(ForceClosedChannelAnchorState anchor) PendingChannelsResponseForceClosedChannel.blocksTilMaturity(Integer blocksTilMaturity) PendingChannelsResponseForceClosedChannel.channel(PendingChannelsResponsePendingChannel channel) PendingChannelsResponseForceClosedChannel.closingTxid(String closingTxid) PendingChannelsResponseForceClosedChannel.limboBalance(String limboBalance) PendingChannelsResponseForceClosedChannel.maturityHeight(Long maturityHeight) PendingChannelsResponseForceClosedChannel.pendingHtlcs(List<LnrpcPendingHTLC> pendingHtlcs) PendingChannelsResponseForceClosedChannel.recoveredBalance(String recoveredBalance) Methods in net.osslabz.lnd.dto that return types with arguments of type PendingChannelsResponseForceClosedChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.getPendingForceClosingChannels()Get pendingForceClosingChannelsMethods in net.osslabz.lnd.dto with parameters of type PendingChannelsResponseForceClosedChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.addPendingForceClosingChannelsItem(PendingChannelsResponseForceClosedChannel pendingForceClosingChannelsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type PendingChannelsResponseForceClosedChannelModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.pendingForceClosingChannels(List<PendingChannelsResponseForceClosedChannel> pendingForceClosingChannels) voidLnrpcPendingChannelsResponse.setPendingForceClosingChannels(List<PendingChannelsResponseForceClosedChannel> pendingForceClosingChannels)