final case class FeeReportResponse(channelFees: Seq[ChannelFeeReport] = _root_.scala.Seq.empty, dayFeeSum: UInt64 = lnrpc.FeeReportResponse._typemapper_dayFeeSum.toCustom(0L), weekFeeSum: UInt64 = lnrpc.FeeReportResponse._typemapper_weekFeeSum.toCustom(0L), monthFeeSum: UInt64 = lnrpc.FeeReportResponse._typemapper_monthFeeSum.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[FeeReportResponse] with Product with Serializable
- channelFees
An array of channel fee reports which describes the current fee schedule for each channel.
- dayFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- weekFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- monthFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- FeeReportResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FeeReportResponse(channelFees: Seq[ChannelFeeReport] = _root_.scala.Seq.empty, dayFeeSum: UInt64 = lnrpc.FeeReportResponse._typemapper_dayFeeSum.toCustom(0L), weekFeeSum: UInt64 = lnrpc.FeeReportResponse._typemapper_weekFeeSum.toCustom(0L), monthFeeSum: UInt64 = lnrpc.FeeReportResponse._typemapper_monthFeeSum.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- channelFees
An array of channel fee reports which describes the current fee schedule for each channel.
- dayFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- weekFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- monthFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllChannelFees(__vs: Iterable[ChannelFeeReport]): FeeReportResponse
- def addChannelFees(__vs: ChannelFeeReport*): FeeReportResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channelFees: Seq[ChannelFeeReport]
- def clearChannelFees: FeeReportResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: FeeReportResponse.type
- Definition Classes
- FeeReportResponse → GeneratedMessage
- val dayFeeSum: UInt64
- def discardUnknownFields: FeeReportResponse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- FeeReportResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- FeeReportResponse → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monthFeeSum: UInt64
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- FeeReportResponse → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- FeeReportResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[FeeReportResponse, FeeReportResponse]) => Mutation[FeeReportResponse]*): FeeReportResponse
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val weekFeeSum: UInt64
- def withChannelFees(__v: Seq[ChannelFeeReport]): FeeReportResponse
- def withDayFeeSum(__v: UInt64): FeeReportResponse
- def withMonthFeeSum(__v: UInt64): FeeReportResponse
- def withUnknownFields(__v: UnknownFieldSet): FeeReportResponse
- def withWeekFeeSum(__v: UInt64): FeeReportResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- FeeReportResponse → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage