Uses of Class
net.osslabz.lnd.dto.LnrpcChannel
Packages that use LnrpcChannel
-
Uses of LnrpcChannel in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelModifier and TypeMethodDescriptionLnrpcChannel.addAliasScidsItem(String aliasScidsItem) LnrpcChannel.addPendingHtlcsItem(LnrpcHTLC pendingHtlcsItem) LnrpcChannel.aliasScids(List<String> aliasScids) LnrpcChannel.channelPoint(String channelPoint) LnrpcChannel.chanStatusFlags(String chanStatusFlags) LnrpcChannel.closeAddress(String closeAddress) LnrpcChannel.commitmentType(LnrpcCommitmentType commitmentType) LnrpcChannel.commitWeight(String commitWeight) LnrpcChannelEventUpdate.getOpenChannel()Get openChannelLnrpcChannel.localBalance(String localBalance) LnrpcChannel.localChanReserveSat(String localChanReserveSat) LnrpcChannel.localConstraints(LnrpcChannelConstraints localConstraints) LnrpcChannel.numUpdates(String numUpdates) LnrpcChannel.pendingHtlcs(List<LnrpcHTLC> pendingHtlcs) LnrpcChannel.pushAmountSat(String pushAmountSat) LnrpcChannel.remoteBalance(String remoteBalance) LnrpcChannel.remoteChanReserveSat(String remoteChanReserveSat) LnrpcChannel.remoteConstraints(LnrpcChannelConstraints remoteConstraints) LnrpcChannel.remotePubkey(String remotePubkey) LnrpcChannel.staticRemoteKey(Boolean staticRemoteKey) LnrpcChannel.thawHeight(Long thawHeight) LnrpcChannel.totalSatoshisReceived(String totalSatoshisReceived) LnrpcChannel.totalSatoshisSent(String totalSatoshisSent) LnrpcChannel.unsettledBalance(String unsettledBalance) LnrpcChannel.zeroConfConfirmedScid(String zeroConfConfirmedScid) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcChannelMethods in net.osslabz.lnd.dto with parameters of type LnrpcChannelModifier and TypeMethodDescriptionLnrpcListChannelsResponse.addChannelsItem(LnrpcChannel channelsItem) LnrpcChannelEventUpdate.openChannel(LnrpcChannel openChannel) voidLnrpcChannelEventUpdate.setOpenChannel(LnrpcChannel openChannel) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcChannelModifier and TypeMethodDescriptionLnrpcListChannelsResponse.channels(List<LnrpcChannel> channels) voidLnrpcListChannelsResponse.setChannels(List<LnrpcChannel> channels)