RfqData

class RfqData(val offeringId: String, val payin: SelectedPayinMethod, val payout: SelectedPayoutMethod, var claimsHash: String? = null) : MessageData

A data class implementing MessageData that represents the contents of an Rfq. This includes salted hashes of fields in RfqPrivateData.

Constructors

Link copied to clipboard
constructor(offeringId: String, payin: SelectedPayinMethod, payout: SelectedPayoutMethod, claimsHash: String? = null)

Properties

Link copied to clipboard

hash of claims that fulfill the requirements declared in the referenced Offering

Link copied to clipboard

Offering which Alice would like to get a quote for

Link copied to clipboard

selected payin amount, method, and hashed details

Link copied to clipboard

selected payout method, and hashed details