Uses of Class
net.osslabz.lnd.dto.LnrpcBatchOpenChannelResponse
Packages that use LnrpcBatchOpenChannelResponse
-
Uses of LnrpcBatchOpenChannelResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcBatchOpenChannelResponseModifier and TypeMethodDescriptionLightningApi.batchOpenChannel(LnrpcBatchOpenChannelRequest body) lncli: `batchopenchannel` BatchOpenChannel attempts to open multiple single-funded channels in a single transaction in an atomic way.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcBatchOpenChannelResponseModifier and TypeMethodDescriptionLightningApi.batchOpenChannelWithHttpInfo(LnrpcBatchOpenChannelRequest body) lncli: `batchopenchannel` BatchOpenChannel attempts to open multiple single-funded channels in a single transaction in an atomic way.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcBatchOpenChannelResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.batchOpenChannelAsync(LnrpcBatchOpenChannelRequest body, ApiCallback<LnrpcBatchOpenChannelResponse> _callback) lncli: `batchopenchannel` BatchOpenChannel attempts to open multiple single-funded channels in a single transaction in an atomic way. -
Uses of LnrpcBatchOpenChannelResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcBatchOpenChannelResponseModifier and TypeMethodDescriptionLnrpcBatchOpenChannelResponse.addPendingChannelsItem(LnrpcPendingUpdate pendingChannelsItem) LnrpcBatchOpenChannelResponse.pendingChannels(List<LnrpcPendingUpdate> pendingChannels)