Uses of Class
net.osslabz.lnd.dto.LnrpcBatchOpenChannel
Packages that use LnrpcBatchOpenChannel
-
Uses of LnrpcBatchOpenChannel in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcBatchOpenChannelModifier and TypeMethodDescriptionLnrpcBatchOpenChannel.closeAddress(String closeAddress) LnrpcBatchOpenChannel.commitmentType(LnrpcCommitmentType commitmentType) LnrpcBatchOpenChannel.localFundingAmount(String localFundingAmount) LnrpcBatchOpenChannel.minHtlcMsat(String minHtlcMsat) LnrpcBatchOpenChannel.nodePubkey(byte[] nodePubkey) LnrpcBatchOpenChannel.pendingChanId(byte[] pendingChanId) LnrpcBatchOpenChannel.remoteCsvDelay(Long remoteCsvDelay) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcBatchOpenChannelModifier and TypeMethodDescriptionLnrpcBatchOpenChannelRequest.getChannels()The list of channels to open.Methods in net.osslabz.lnd.dto with parameters of type LnrpcBatchOpenChannelModifier and TypeMethodDescriptionLnrpcBatchOpenChannelRequest.addChannelsItem(LnrpcBatchOpenChannel channelsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcBatchOpenChannelModifier and TypeMethodDescriptionLnrpcBatchOpenChannelRequest.channels(List<LnrpcBatchOpenChannel> channels) voidLnrpcBatchOpenChannelRequest.setChannels(List<LnrpcBatchOpenChannel> channels)