Timestamps

case class Timestamps(timestamp1: TimestampSecond, timestamp2: TimestampSecond)
Value parameters:
timestamp1

timestamp for node 1, or 0

timestamp2

timestamp for node 2, or 0

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product