RoutingInfo

data class RoutingInfo(hints: List<PaymentRequest.TaggedField.ExtraHop>) : PaymentRequest.TaggedField

Parameters

hints

extra routing information for a private route

Constructors

RoutingInfo
Link copied to clipboard
common
fun RoutingInfo(hints: List<PaymentRequest.TaggedField.ExtraHop>)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

encode
Link copied to clipboard
common
open override fun encode(): List<Int5>

Properties

hints
Link copied to clipboard
common
val hints: List<PaymentRequest.TaggedField.ExtraHop>
tag
Link copied to clipboard
common
open override val tag: Int5