EncodedShortChannelIds

case class EncodedShortChannelIds(encoding: EncodingType, array: List[ShortChannelId])
trait Serializable
trait Product
trait Equals
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:
LightningMessageTypes.scala

Inherited methods

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