Invoice Features
data class InvoiceFeatures(features: ByteVector) : OnionPaymentPayloadTlv
Content copied to clipboard
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.
Constructors
InvoiceFeatures
Link copied to clipboard
Types
Companion
Link copied to clipboard
object Companion : TlvValueReader<OnionPaymentPayloadTlv.InvoiceFeatures>
Content copied to clipboard