Uses of Class
net.osslabz.lnd.dto.LnrpcLookupHtlcResolutionResponse
Packages that use LnrpcLookupHtlcResolutionResponse
-
Uses of LnrpcLookupHtlcResolutionResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcLookupHtlcResolutionResponseModifier and TypeMethodDescriptionLightningApi.lookupHtlcResolution(String chanId, String htlcIndex) LookupHtlcResolution retrieves a final htlc resolution from the database.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcLookupHtlcResolutionResponseModifier and TypeMethodDescriptionLightningApi.lookupHtlcResolutionWithHttpInfo(String chanId, String htlcIndex) LookupHtlcResolution retrieves a final htlc resolution from the database.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcLookupHtlcResolutionResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.lookupHtlcResolutionAsync(String chanId, String htlcIndex, ApiCallback<LnrpcLookupHtlcResolutionResponse> _callback) LookupHtlcResolution retrieves a final htlc resolution from the database. -
Uses of LnrpcLookupHtlcResolutionResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcLookupHtlcResolutionResponseModifier and TypeMethodDescription