InvoiceRoutingInfo

case class InvoiceRoutingInfo(extraHops: List[List[ExtraHop]]) extends OnionPaymentPayloadTlv

Invoice routing hints. Only included for intermediate trampoline nodes when they should convert to a legacy payment because the final recipient doesn't support trampoline.

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

Value members

Inherited methods

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