final case class ForwardingEvent(timestamp: UInt64 = lnrpc.ForwardingEvent._typemapper_timestamp.toCustom(0L), chanIdIn: UInt64 = lnrpc.ForwardingEvent._typemapper_chanIdIn.toCustom(0L), chanIdOut: UInt64 = lnrpc.ForwardingEvent._typemapper_chanIdOut.toCustom(0L), amtIn: UInt64 = lnrpc.ForwardingEvent._typemapper_amtIn.toCustom(0L), amtOut: UInt64 = lnrpc.ForwardingEvent._typemapper_amtOut.toCustom(0L), fee: UInt64 = lnrpc.ForwardingEvent._typemapper_fee.toCustom(0L), feeMsat: UInt64 = lnrpc.ForwardingEvent._typemapper_feeMsat.toCustom(0L), amtInMsat: UInt64 = lnrpc.ForwardingEvent._typemapper_amtInMsat.toCustom(0L), amtOutMsat: UInt64 = lnrpc.ForwardingEvent._typemapper_amtOutMsat.toCustom(0L), timestampNs: UInt64 = lnrpc.ForwardingEvent._typemapper_timestampNs.toCustom(0L), peerAliasIn: String = "", peerAliasOut: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ForwardingEvent] with Product with Serializable
- timestamp
Timestamp is the time (unix epoch offset) that this circuit was completed. Deprecated by timestamp_ns.
- chanIdIn
The incoming channel ID that carried the HTLC that created the circuit.
- chanIdOut
The outgoing channel ID that carried the preimage that completed the circuit.
- amtIn
The total amount (in satoshis) of the incoming HTLC that created half the circuit.
- amtOut
The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
- fee
The total fee (in satoshis) that this payment circuit carried.
- feeMsat
The total fee (in milli-satoshis) that this payment circuit carried.
- amtInMsat
The total amount (in milli-satoshis) of the incoming HTLC that created half the circuit.
- amtOutMsat
The total amount (in milli-satoshis) of the outgoing HTLC that created the second half of the circuit.
- timestampNs
The number of nanoseconds elapsed since January 1, 1970 UTC when this circuit was completed.
- peerAliasIn
The peer alias of the incoming channel.
- peerAliasOut
The peer alias of the outgoing channel.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ForwardingEvent
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ForwardingEvent(timestamp: UInt64 = lnrpc.ForwardingEvent._typemapper_timestamp.toCustom(0L), chanIdIn: UInt64 = lnrpc.ForwardingEvent._typemapper_chanIdIn.toCustom(0L), chanIdOut: UInt64 = lnrpc.ForwardingEvent._typemapper_chanIdOut.toCustom(0L), amtIn: UInt64 = lnrpc.ForwardingEvent._typemapper_amtIn.toCustom(0L), amtOut: UInt64 = lnrpc.ForwardingEvent._typemapper_amtOut.toCustom(0L), fee: UInt64 = lnrpc.ForwardingEvent._typemapper_fee.toCustom(0L), feeMsat: UInt64 = lnrpc.ForwardingEvent._typemapper_feeMsat.toCustom(0L), amtInMsat: UInt64 = lnrpc.ForwardingEvent._typemapper_amtInMsat.toCustom(0L), amtOutMsat: UInt64 = lnrpc.ForwardingEvent._typemapper_amtOutMsat.toCustom(0L), timestampNs: UInt64 = lnrpc.ForwardingEvent._typemapper_timestampNs.toCustom(0L), peerAliasIn: String = "", peerAliasOut: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- timestamp
Timestamp is the time (unix epoch offset) that this circuit was completed. Deprecated by timestamp_ns.
- chanIdIn
The incoming channel ID that carried the HTLC that created the circuit.
- chanIdOut
The outgoing channel ID that carried the preimage that completed the circuit.
- amtIn
The total amount (in satoshis) of the incoming HTLC that created half the circuit.
- amtOut
The total amount (in satoshis) of the outgoing HTLC that created the second half of the circuit.
- fee
The total fee (in satoshis) that this payment circuit carried.
- feeMsat
The total fee (in milli-satoshis) that this payment circuit carried.
- amtInMsat
The total amount (in milli-satoshis) of the incoming HTLC that created half the circuit.
- amtOutMsat
The total amount (in milli-satoshis) of the outgoing HTLC that created the second half of the circuit.
- timestampNs
The number of nanoseconds elapsed since January 1, 1970 UTC when this circuit was completed.
- peerAliasIn
The peer alias of the incoming channel.
- peerAliasOut
The peer alias of the outgoing channel.
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
- val amtIn: UInt64
- val amtInMsat: UInt64
- val amtOut: UInt64
- val amtOutMsat: UInt64
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chanIdIn: UInt64
- val chanIdOut: UInt64
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ForwardingEvent.type
- Definition Classes
- ForwardingEvent → GeneratedMessage
- def discardUnknownFields: ForwardingEvent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fee: UInt64
- val feeMsat: UInt64
- 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
- ForwardingEvent → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ForwardingEvent → GeneratedMessage
- 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 peerAliasIn: String
- val peerAliasOut: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ForwardingEvent → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestampNs: UInt64
- 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
- ForwardingEvent → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ForwardingEvent, ForwardingEvent]) => Mutation[ForwardingEvent]*): ForwardingEvent
- 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 withAmtIn(__v: UInt64): ForwardingEvent
- def withAmtInMsat(__v: UInt64): ForwardingEvent
- def withAmtOut(__v: UInt64): ForwardingEvent
- def withAmtOutMsat(__v: UInt64): ForwardingEvent
- def withChanIdIn(__v: UInt64): ForwardingEvent
- def withChanIdOut(__v: UInt64): ForwardingEvent
- def withFee(__v: UInt64): ForwardingEvent
- def withFeeMsat(__v: UInt64): ForwardingEvent
- def withPeerAliasIn(__v: String): ForwardingEvent
- def withPeerAliasOut(__v: String): ForwardingEvent
- def withTimestamp(__v: UInt64): ForwardingEvent
- def withTimestampNs(__v: UInt64): ForwardingEvent
- def withUnknownFields(__v: UnknownFieldSet): ForwardingEvent
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ForwardingEvent → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage