Uses of Class
net.osslabz.lnd.dto.LnrpcFeeReportResponse
Packages that use LnrpcFeeReportResponse
-
Uses of LnrpcFeeReportResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcFeeReportResponseModifier and TypeMethodDescriptionLightningApi.feeReport()lncli: `feereport` FeeReport allows the caller to obtain a report detailing the current fee schedule enforced by the node globally for each channel.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcFeeReportResponseModifier and TypeMethodDescriptionLightningApi.feeReportWithHttpInfo()lncli: `feereport` FeeReport allows the caller to obtain a report detailing the current fee schedule enforced by the node globally for each channel.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcFeeReportResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.feeReportAsync(ApiCallback<LnrpcFeeReportResponse> _callback) lncli: `feereport` FeeReport allows the caller to obtain a report detailing the current fee schedule enforced by the node globally for each channel. -
Uses of LnrpcFeeReportResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcFeeReportResponseModifier and TypeMethodDescriptionLnrpcFeeReportResponse.addChannelFeesItem(LnrpcChannelFeeReport channelFeesItem) LnrpcFeeReportResponse.channelFees(List<LnrpcChannelFeeReport> channelFees) LnrpcFeeReportResponse.monthFeeSum(String monthFeeSum) LnrpcFeeReportResponse.weekFeeSum(String weekFeeSum)