EncodedQueryFlags

case class EncodedQueryFlags(encoding: EncodingType, array: List[Long]) extends QueryShortChannelIdsTlv

Optional TLV-based query message that can be appended to QueryShortChannelIds

Value parameters:
array

array of query flags, each flags specifies the info we want for a given channel

encoding

0 means uncompressed, 1 means compressed with zlib

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

custom toString because it can get huge in logs

custom toString because it can get huge in logs

Definition Classes
Any
Source:
Tlv.scala

Inherited methods

Inherited from:
Product