Uses of Class
net.osslabz.lnd.dto.LnrpcInvoiceHTLC
Packages that use LnrpcInvoiceHTLC
-
Uses of LnrpcInvoiceHTLC in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcInvoiceHTLCModifier and TypeMethodDescriptionLnrpcInvoiceHTLC.acceptHeight(Integer acceptHeight) LnrpcInvoiceHTLC.acceptTime(String acceptTime) LnrpcInvoiceHTLC.customRecords(Map<String, byte[]> customRecords) LnrpcInvoiceHTLC.expiryHeight(Integer expiryHeight) LnrpcInvoiceHTLC.mppTotalAmtMsat(String mppTotalAmtMsat) LnrpcInvoiceHTLC.putCustomRecordsItem(String key, byte[] customRecordsItem) LnrpcInvoiceHTLC.resolveTime(String resolveTime) LnrpcInvoiceHTLC.state(LnrpcInvoiceHTLCState state) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcInvoiceHTLCModifier and TypeMethodDescriptionLnrpcInvoice.getHtlcs()List of HTLCs paying to this invoice [EXPERIMENTAL].Methods in net.osslabz.lnd.dto with parameters of type LnrpcInvoiceHTLCMethod parameters in net.osslabz.lnd.dto with type arguments of type LnrpcInvoiceHTLCModifier and TypeMethodDescriptionLnrpcInvoice.htlcs(List<LnrpcInvoiceHTLC> htlcs) voidLnrpcInvoice.setHtlcs(List<LnrpcInvoiceHTLC> htlcs)