Uses of Class
net.osslabz.lnd.dto.LnrpcPayReq
Packages that use LnrpcPayReq
-
Uses of LnrpcPayReq in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcPayReqModifier and TypeMethodDescriptionLightningApi.decodePayReq(String payReq) lncli: `decodepayreq` DecodePayReq takes an encoded payment request string and attempts to decode it, returning a full description of the conditions encoded within the payment request.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcPayReqModifier and TypeMethodDescriptionLightningApi.decodePayReqWithHttpInfo(String payReq) lncli: `decodepayreq` DecodePayReq takes an encoded payment request string and attempts to decode it, returning a full description of the conditions encoded within the payment request.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcPayReqModifier and TypeMethodDescriptionokhttp3.CallLightningApi.decodePayReqAsync(String payReq, ApiCallback<LnrpcPayReq> _callback) lncli: `decodepayreq` DecodePayReq takes an encoded payment request string and attempts to decode it, returning a full description of the conditions encoded within the payment request. -
Uses of LnrpcPayReq in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcPayReqModifier and TypeMethodDescriptionLnrpcPayReq.addRouteHintsItem(LnrpcRouteHint routeHintsItem) LnrpcPayReq.cltvExpiry(String cltvExpiry) LnrpcPayReq.description(String description) LnrpcPayReq.descriptionHash(String descriptionHash) LnrpcPayReq.destination(String destination) LnrpcPayReq.fallbackAddr(String fallbackAddr) LnrpcPayReq.features(Map<String, LnrpcFeature> features) LnrpcPayReq.numSatoshis(String numSatoshis) LnrpcPayReq.paymentAddr(byte[] paymentAddr) LnrpcPayReq.paymentHash(String paymentHash) LnrpcPayReq.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcPayReq.routeHints(List<LnrpcRouteHint> routeHints)