Offering Data
class OfferingData(val description: String, val payoutUnitsPerPayinUnit: String, val payin: PayinDetails, val payout: PayoutDetails, val requiredClaims: <Error class: unknown class>?) : ResourceData
A data class implementing ResourceData, which represents the contents of an Offering.
Constructors
Link copied to clipboard
constructor(description: String, payoutUnitsPerPayinUnit: String, payin: PayinDetails, payout: PayoutDetails, requiredClaims: <Error class: unknown class>?)
Properties
Link copied to clipboard
Brief description of what is being offered
Link copied to clipboard
Details and options associated to the payin currency
Link copied to clipboard
Details and options associated to the payout currency
Link copied to clipboard
Number of payout units alice would get for 1 payin unit
Link copied to clipboard
Claim(s) required when submitting an RFQ for this offering