PaymentData

case class PaymentData(secret: ByteVector32, totalAmount: MilliSatoshi) extends OnionPaymentPayloadTlv

Bolt 11 payment details (only included for the last node).

Value parameters:
secret

payment secret specified in the Bolt 11 invoice.

totalAmount

total amount in multi-part payments. When missing, assumed to be equal to AmountToForward.

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