Uses of Class
net.osslabz.lnd.dto.LnrpcEstimateFeeResponse
Packages that use LnrpcEstimateFeeResponse
-
Uses of LnrpcEstimateFeeResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcEstimateFeeResponseModifier and TypeMethodDescriptionLightningApi.estimateFee(Integer targetConf, Integer minConfs, Boolean spendUnconfirmed) lncli: `estimatefee` EstimateFee asks the chain backend to estimate the fee rate and total fees for a transaction that pays to multiple specified outputs.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcEstimateFeeResponseModifier and TypeMethodDescriptionLightningApi.estimateFeeWithHttpInfo(Integer targetConf, Integer minConfs, Boolean spendUnconfirmed) lncli: `estimatefee` EstimateFee asks the chain backend to estimate the fee rate and total fees for a transaction that pays to multiple specified outputs.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcEstimateFeeResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.estimateFeeAsync(Integer targetConf, Integer minConfs, Boolean spendUnconfirmed, ApiCallback<LnrpcEstimateFeeResponse> _callback) lncli: `estimatefee` EstimateFee asks the chain backend to estimate the fee rate and total fees for a transaction that pays to multiple specified outputs. -
Uses of LnrpcEstimateFeeResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcEstimateFeeResponseModifier and TypeMethodDescriptionLnrpcEstimateFeeResponse.feerateSatPerByte(String feerateSatPerByte) LnrpcEstimateFeeResponse.satPerVbyte(String satPerVbyte)