Uses of Class
net.osslabz.lnd.dto.LnrpcClosedChannelsResponse
Packages that use LnrpcClosedChannelsResponse
-
Uses of LnrpcClosedChannelsResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcClosedChannelsResponseModifier and TypeMethodDescriptionLightningApi.closedChannels(Boolean cooperative, Boolean localForce, Boolean remoteForce, Boolean breach, Boolean fundingCanceled, Boolean abandoned) lncli: `closedchannels` ClosedChannels returns a description of all the closed channels that this node was a participant in.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcClosedChannelsResponseModifier and TypeMethodDescriptionLightningApi.closedChannelsWithHttpInfo(Boolean cooperative, Boolean localForce, Boolean remoteForce, Boolean breach, Boolean fundingCanceled, Boolean abandoned) lncli: `closedchannels` ClosedChannels returns a description of all the closed channels that this node was a participant in.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcClosedChannelsResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.closedChannelsAsync(Boolean cooperative, Boolean localForce, Boolean remoteForce, Boolean breach, Boolean fundingCanceled, Boolean abandoned, ApiCallback<LnrpcClosedChannelsResponse> _callback) lncli: `closedchannels` ClosedChannels returns a description of all the closed channels that this node was a participant in. -
Uses of LnrpcClosedChannelsResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcClosedChannelsResponseModifier and TypeMethodDescriptionLnrpcClosedChannelsResponse.addChannelsItem(LnrpcChannelCloseSummary channelsItem) LnrpcClosedChannelsResponse.channels(List<LnrpcChannelCloseSummary> channels)