Uses of Class
net.osslabz.lnd.dto.LnrpcPendingChannelsResponse
Packages that use LnrpcPendingChannelsResponse
-
Uses of LnrpcPendingChannelsResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcPendingChannelsResponseModifier and TypeMethodDescriptionLightningApi.pendingChannels()lncli: `pendingchannels` PendingChannels returns a list of all the channels that are currently considered \"pending\".Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcPendingChannelsResponseModifier and TypeMethodDescriptionLightningApi.pendingChannelsWithHttpInfo()lncli: `pendingchannels` PendingChannels returns a list of all the channels that are currently considered \"pending\".Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcPendingChannelsResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.pendingChannelsAsync(ApiCallback<LnrpcPendingChannelsResponse> _callback) lncli: `pendingchannels` PendingChannels returns a list of all the channels that are currently considered \"pending\". -
Uses of LnrpcPendingChannelsResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPendingChannelsResponseModifier and TypeMethodDescriptionLnrpcPendingChannelsResponse.addPendingClosingChannelsItem(PendingChannelsResponseClosedChannel pendingClosingChannelsItem) LnrpcPendingChannelsResponse.addPendingForceClosingChannelsItem(PendingChannelsResponseForceClosedChannel pendingForceClosingChannelsItem) LnrpcPendingChannelsResponse.addPendingOpenChannelsItem(PendingChannelsResponsePendingOpenChannel pendingOpenChannelsItem) LnrpcPendingChannelsResponse.addWaitingCloseChannelsItem(PendingChannelsResponseWaitingCloseChannel waitingCloseChannelsItem) LnrpcPendingChannelsResponse.pendingClosingChannels(List<PendingChannelsResponseClosedChannel> pendingClosingChannels) LnrpcPendingChannelsResponse.pendingForceClosingChannels(List<PendingChannelsResponseForceClosedChannel> pendingForceClosingChannels) LnrpcPendingChannelsResponse.pendingOpenChannels(List<PendingChannelsResponsePendingOpenChannel> pendingOpenChannels) LnrpcPendingChannelsResponse.totalLimboBalance(String totalLimboBalance) LnrpcPendingChannelsResponse.waitingCloseChannels(List<PendingChannelsResponseWaitingCloseChannel> waitingCloseChannels)