Payment Data
data class PaymentData(secret: ByteVector32, totalAmount: MilliSatoshi) : OnionPaymentPayloadTlv
Content copied to clipboard
Bolt 11 payment details (only included for the last node).
Parameters
secret
payment secret specified in the Bolt 11 invoice.
total Amount
total amount in multi-part payments. When missing, assumed to be equal to AmountToForward.
Constructors
PaymentData
Link copied to clipboard
Types
Companion
Link copied to clipboard