Packages

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()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ForwardingEvent
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  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: UInt64
  5. val amtInMsat: UInt64
  6. val amtOut: UInt64
  7. val amtOutMsat: UInt64
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val chanIdIn: UInt64
  10. val chanIdOut: UInt64
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @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: UInt64
  16. val feeMsat: UInt64
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    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. val peerAliasIn: String
  26. val peerAliasOut: String
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def serializedSize: Int
    Definition Classes
    ForwardingEvent → GeneratedMessage
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val timestampNs: UInt64
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    ForwardingEvent → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[ForwardingEvent, ForwardingEvent]) => Mutation[ForwardingEvent]*): ForwardingEvent
    Definition Classes
    Updatable
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withAmtIn(__v: UInt64): ForwardingEvent
  41. def withAmtInMsat(__v: UInt64): ForwardingEvent
  42. def withAmtOut(__v: UInt64): ForwardingEvent
  43. def withAmtOutMsat(__v: UInt64): ForwardingEvent
  44. def withChanIdIn(__v: UInt64): ForwardingEvent
  45. def withChanIdOut(__v: UInt64): ForwardingEvent
  46. def withFee(__v: UInt64): ForwardingEvent
  47. def withFeeMsat(__v: UInt64): ForwardingEvent
  48. def withPeerAliasIn(__v: String): ForwardingEvent
  49. def withPeerAliasOut(__v: String): ForwardingEvent
  50. def withTimestamp(__v: UInt64): ForwardingEvent
  51. def withTimestampNs(__v: UInt64): ForwardingEvent
  52. def withUnknownFields(__v: UnknownFieldSet): ForwardingEvent
  53. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  54. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ForwardingEvent → GeneratedMessage
  55. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. val timestamp: UInt64
    Annotations
    @deprecated
    Deprecated

    (Since version ) Marked as deprecated in proto file

Inherited from Updatable[ForwardingEvent]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped