InvoiceFeatures

case class InvoiceFeatures(features: ByteVector) extends OnionPaymentPayloadTlv

Invoice feature bits. 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