Invoice Routing Info
data class InvoiceRoutingInfo(extraHops: List<List<PaymentRequest.TaggedField.ExtraHop>>) : OnionPaymentPayloadTlv
Content copied to clipboard
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.
Constructors
InvoiceRoutingInfo
Link copied to clipboard
fun InvoiceRoutingInfo(extraHops: List<List<PaymentRequest.TaggedField.ExtraHop>>)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object Companion : TlvValueReader<OnionPaymentPayloadTlv.InvoiceRoutingInfo>
Content copied to clipboard