final case class ForwardingHistoryRequest(startTime: UInt64 = lnrpc.ForwardingHistoryRequest._typemapper_startTime.toCustom(0L), endTime: UInt64 = lnrpc.ForwardingHistoryRequest._typemapper_endTime.toCustom(0L), indexOffset: UInt32 = lnrpc.ForwardingHistoryRequest._typemapper_indexOffset.toCustom(0), numMaxEvents: UInt32 = lnrpc.ForwardingHistoryRequest._typemapper_numMaxEvents.toCustom(0), peerAliasLookup: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ForwardingHistoryRequest] with Product with Serializable
- startTime
Start time is the starting point of the forwarding history request. All records beyond this point will be included, respecting the end time, and the index offset.
- endTime
End time is the end point of the forwarding history request. The response will carry at most 50k records between the start time and the end time. The index offset can be used to implement pagination.
- indexOffset
Index offset is the offset in the time series to start at. As each response can only contain 50k records, callers can use this to skip around within a packed time series.
- numMaxEvents
The max number of events to return in the response to this query.
- peerAliasLookup
Informs the server if the peer alias should be looked up for each forwarding event.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ForwardingHistoryRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ForwardingHistoryRequest(startTime: UInt64 = lnrpc.ForwardingHistoryRequest._typemapper_startTime.toCustom(0L), endTime: UInt64 = lnrpc.ForwardingHistoryRequest._typemapper_endTime.toCustom(0L), indexOffset: UInt32 = lnrpc.ForwardingHistoryRequest._typemapper_indexOffset.toCustom(0), numMaxEvents: UInt32 = lnrpc.ForwardingHistoryRequest._typemapper_numMaxEvents.toCustom(0), peerAliasLookup: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- startTime
Start time is the starting point of the forwarding history request. All records beyond this point will be included, respecting the end time, and the index offset.
- endTime
End time is the end point of the forwarding history request. The response will carry at most 50k records between the start time and the end time. The index offset can be used to implement pagination.
- indexOffset
Index offset is the offset in the time series to start at. As each response can only contain 50k records, callers can use this to skip around within a packed time series.
- numMaxEvents
The max number of events to return in the response to this query.
- peerAliasLookup
Informs the server if the peer alias should be looked up for each forwarding event.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ForwardingHistoryRequest.type
- Definition Classes
- ForwardingHistoryRequest → GeneratedMessage
- def discardUnknownFields: ForwardingHistoryRequest
- val endTime: UInt64
- 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
- ForwardingHistoryRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ForwardingHistoryRequest → GeneratedMessage
- val indexOffset: UInt32
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val numMaxEvents: UInt32
- val peerAliasLookup: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ForwardingHistoryRequest → GeneratedMessage
- val startTime: UInt64
- 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
- ForwardingHistoryRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ForwardingHistoryRequest, ForwardingHistoryRequest]) => Mutation[ForwardingHistoryRequest]*): ForwardingHistoryRequest
- 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()
- def withEndTime(__v: UInt64): ForwardingHistoryRequest
- def withIndexOffset(__v: UInt32): ForwardingHistoryRequest
- def withNumMaxEvents(__v: UInt32): ForwardingHistoryRequest
- def withPeerAliasLookup(__v: Boolean): ForwardingHistoryRequest
- def withStartTime(__v: UInt64): ForwardingHistoryRequest
- def withUnknownFields(__v: UnknownFieldSet): ForwardingHistoryRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ForwardingHistoryRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage