Uses of Class
net.osslabz.lnd.dto.LnrpcPendingUpdate
Packages that use LnrpcPendingUpdate
-
Uses of LnrpcPendingUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPendingUpdateModifier and TypeMethodDescriptionLnrpcOpenStatusUpdate.getChanPending()Get chanPendingLnrpcCloseStatusUpdate.getClosePending()Get closePendingLnrpcChannelEventUpdate.getPendingOpenChannel()Get pendingOpenChannelLnrpcPendingUpdate.outputIndex(Long outputIndex) LnrpcPendingUpdate.txid(byte[] txid) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcPendingUpdateModifier and TypeMethodDescriptionLnrpcBatchOpenChannelResponse.getPendingChannels()Get pendingChannelsMethods in net.osslabz.lnd.dto with parameters of type LnrpcPendingUpdateModifier and TypeMethodDescriptionLnrpcBatchOpenChannelResponse.addPendingChannelsItem(LnrpcPendingUpdate pendingChannelsItem) LnrpcOpenStatusUpdate.chanPending(LnrpcPendingUpdate chanPending) LnrpcCloseStatusUpdate.closePending(LnrpcPendingUpdate closePending) LnrpcChannelEventUpdate.pendingOpenChannel(LnrpcPendingUpdate pendingOpenChannel) voidLnrpcOpenStatusUpdate.setChanPending(LnrpcPendingUpdate chanPending) voidLnrpcCloseStatusUpdate.setClosePending(LnrpcPendingUpdate closePending) voidLnrpcChannelEventUpdate.setPendingOpenChannel(LnrpcPendingUpdate pendingOpenChannel) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcPendingUpdateModifier and TypeMethodDescriptionLnrpcBatchOpenChannelResponse.pendingChannels(List<LnrpcPendingUpdate> pendingChannels) voidLnrpcBatchOpenChannelResponse.setPendingChannels(List<LnrpcPendingUpdate> pendingChannels)