RfqPrivateData

class RfqPrivateData(val salt: String, val payin: PrivatePaymentDetails? = null, val payout: PrivatePaymentDetails? = null, val claims: List<String>? = null)

Private data contained in a RFQ message, including data which will be placed in {@link RfqPrivateData}

Constructors

Link copied to clipboard
constructor(salt: String, payin: PrivatePaymentDetails? = null, payout: PrivatePaymentDetails? = null, claims: List<String>? = null)

Properties

Link copied to clipboard
val claims: List<String>? = null

claims that fulfill the requirements declared in an Offering

Link copied to clipboard

A container for the cleartext payin.paymentDetails

Link copied to clipboard

A container for the cleartext payout.paymentDetails

Link copied to clipboard

Randomly generated cryptographic salt used to hash privateData fields