Uses of Class
net.osslabz.lnd.dto.LnrpcListChannelsResponse
Packages that use LnrpcListChannelsResponse
-
Uses of LnrpcListChannelsResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcListChannelsResponseModifier and TypeMethodDescriptionLightningApi.listChannels(Boolean activeOnly, Boolean inactiveOnly, Boolean publicOnly, Boolean privateOnly, byte[] peer, Boolean peerAliasLookup) lncli: `listchannels` ListChannels returns a description of all the open channels that this node is a participant in.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcListChannelsResponseModifier and TypeMethodDescriptionLightningApi.listChannelsWithHttpInfo(Boolean activeOnly, Boolean inactiveOnly, Boolean publicOnly, Boolean privateOnly, byte[] peer, Boolean peerAliasLookup) lncli: `listchannels` ListChannels returns a description of all the open channels that this node is a participant in.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcListChannelsResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.listChannelsAsync(Boolean activeOnly, Boolean inactiveOnly, Boolean publicOnly, Boolean privateOnly, byte[] peer, Boolean peerAliasLookup, ApiCallback<LnrpcListChannelsResponse> _callback) lncli: `listchannels` ListChannels returns a description of all the open channels that this node is a participant in. -
Uses of LnrpcListChannelsResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcListChannelsResponseModifier and TypeMethodDescriptionLnrpcListChannelsResponse.addChannelsItem(LnrpcChannel channelsItem) LnrpcListChannelsResponse.channels(List<LnrpcChannel> channels)