Uses of Class
net.osslabz.lnd.dto.LnrpcChannelFeeReport
Packages that use LnrpcChannelFeeReport
-
Uses of LnrpcChannelFeeReport in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcChannelFeeReportModifier and TypeMethodDescriptionLnrpcChannelFeeReport.baseFeeMsat(String baseFeeMsat) LnrpcChannelFeeReport.channelPoint(String channelPoint) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcChannelFeeReportModifier and TypeMethodDescriptionLnrpcFeeReportResponse.getChannelFees()An array of channel fee reports which describes the current fee schedule for each channel.Methods in net.osslabz.lnd.dto with parameters of type LnrpcChannelFeeReportModifier and TypeMethodDescriptionLnrpcFeeReportResponse.addChannelFeesItem(LnrpcChannelFeeReport channelFeesItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcChannelFeeReportModifier and TypeMethodDescriptionLnrpcFeeReportResponse.channelFees(List<LnrpcChannelFeeReport> channelFees) voidLnrpcFeeReportResponse.setChannelFees(List<LnrpcChannelFeeReport> channelFees)