ReplyChannelRangeTlv

Companion:
class
Source:
Tlv.scala
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Checksums(checksum1: Long, checksum2: Long)
Value parameters:
checksum1

checksum for node 1, or 0

checksum2

checksum for node 2, or 0

Source:
Tlv.scala
case class EncodedChecksums(checksums: List[Checksums]) extends ReplyChannelRangeTlv

Optional checksums TLV that can be appended to ReplyChannelRange

Optional checksums TLV that can be appended to ReplyChannelRange

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

Optional timestamps TLV that can be appended to ReplyChannelRange

Optional timestamps TLV that can be appended to ReplyChannelRange

Value parameters:
encoding

same convention as for short channel ids

Source:
Tlv.scala
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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala