Uses of Class
net.osslabz.lnd.dto.LnrpcHTLC
Packages that use LnrpcHTLC
-
Uses of LnrpcHTLC in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcHTLCModifier and TypeMethodDescriptionLnrpcHTLC.expirationHeight(Long expirationHeight) LnrpcHTLC.forwardingChannel(String forwardingChannel) LnrpcHTLC.forwardingHtlcIndex(String forwardingHtlcIndex) LnrpcHTLC.hashLock(byte[] hashLock) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcHTLCModifier and TypeMethodDescriptionLnrpcChannel.getPendingHtlcs()The list of active, uncleared HTLCs currently pending within the channel.Methods in net.osslabz.lnd.dto with parameters of type LnrpcHTLCMethod parameters in net.osslabz.lnd.dto with type arguments of type LnrpcHTLCModifier and TypeMethodDescriptionLnrpcChannel.pendingHtlcs(List<LnrpcHTLC> pendingHtlcs) voidLnrpcChannel.setPendingHtlcs(List<LnrpcHTLC> pendingHtlcs)