Uses of Class
net.osslabz.lnd.dto.LnrpcPendingHTLC
Packages that use LnrpcPendingHTLC
-
Uses of LnrpcPendingHTLC in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPendingHTLCModifier and TypeMethodDescriptionLnrpcPendingHTLC.blocksTilMaturity(Integer blocksTilMaturity) LnrpcPendingHTLC.maturityHeight(Long maturityHeight) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcPendingHTLCModifier and TypeMethodDescriptionPendingChannelsResponseForceClosedChannel.getPendingHtlcs()Get pendingHtlcsMethods in net.osslabz.lnd.dto with parameters of type LnrpcPendingHTLCModifier and TypeMethodDescriptionPendingChannelsResponseForceClosedChannel.addPendingHtlcsItem(LnrpcPendingHTLC pendingHtlcsItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcPendingHTLCModifier and TypeMethodDescriptionPendingChannelsResponseForceClosedChannel.pendingHtlcs(List<LnrpcPendingHTLC> pendingHtlcs) voidPendingChannelsResponseForceClosedChannel.setPendingHtlcs(List<LnrpcPendingHTLC> pendingHtlcs)