EncodedTimestamps

case class EncodedTimestamps(encoding: EncodingType, timestamps: List[Timestamps]) extends ReplyChannelRangeTlv

Optional timestamps TLV that can be appended to ReplyChannelRange

Value parameters:
encoding

same convention as for short channel ids

Source:
Tlv.scala
trait Serializable
trait Product
trait Equals
trait Tlv
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Tlv.scala

Inherited methods

Inherited from:
Product