Packages

final case class ForwardingEvent(timestamp: Long = 0L, chanIdIn: Long = 0L, chanIdOut: Long = 0L, amtIn: Long = 0L, amtOut: Long = 0L, fee: Long = 0L, feeMsat: Long = 0L, amtInMsat: Long = 0L, amtOutMsat: Long = 0L, timestampNs: Long = 0L, unknownFields: UnknownFieldSet = ...) 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.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardingEvent
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ForwardingEvent(timestamp: Long = 0L, chanIdIn: Long = 0L, chanIdOut: Long = 0L, amtIn: Long = 0L, amtOut: Long = 0L, fee: Long = 0L, feeMsat: Long = 0L, amtInMsat: Long = 0L, amtOutMsat: Long = 0L, timestampNs: Long = 0L, unknownFields: UnknownFieldSet = ...)

    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.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val amtIn: Long
  5. val amtInMsat: Long
  6. val amtOut: Long
  7. val amtOutMsat: Long
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val chanIdIn: Long
  10. val chanIdOut: Long
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def companion: ForwardingEvent.type
    Definition Classes
    ForwardingEvent → GeneratedMessage
  13. def discardUnknownFields: ForwardingEvent
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val fee: Long
  16. val feeMsat: Long
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ForwardingEvent → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ForwardingEvent → GeneratedMessage
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def serializedSize: Int
    Definition Classes
    ForwardingEvent → GeneratedMessage
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val timestampNs: Long
  28. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toProtoString: String
    Definition Classes
    ForwardingEvent → GeneratedMessage
  32. val unknownFields: UnknownFieldSet
  33. def update(ms: (Lens[ForwardingEvent, ForwardingEvent]) ⇒ Mutation[ForwardingEvent]*): ForwardingEvent
    Definition Classes
    Updatable
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. def withAmtIn(__v: Long): ForwardingEvent
  38. def withAmtInMsat(__v: Long): ForwardingEvent
  39. def withAmtOut(__v: Long): ForwardingEvent
  40. def withAmtOutMsat(__v: Long): ForwardingEvent
  41. def withChanIdIn(__v: Long): ForwardingEvent
  42. def withChanIdOut(__v: Long): ForwardingEvent
  43. def withFee(__v: Long): ForwardingEvent
  44. def withFeeMsat(__v: Long): ForwardingEvent
  45. def withTimestamp(__v: Long): ForwardingEvent
  46. def withTimestampNs(__v: Long): ForwardingEvent
  47. def withUnknownFields(__v: UnknownFieldSet): ForwardingEvent
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ForwardingEvent → GeneratedMessage
  50. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val timestamp: Long
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

Inherited from Updatable[ForwardingEvent]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped