SellerTradeInfo

data class SellerTradeInfo(val price: <Error class: unknown class><Currency>, val payToIdentity: <Error class: unknown class>)

This object is serialised to the network and is the first flow message the seller sends to the buyer.

Parameters

payToIdentity

anonymous identity of the seller, for payment to be sent to.

Constructors

Link copied to clipboard
constructor(price: <Error class: unknown class><Currency>, payToIdentity: <Error class: unknown class>)

Properties

Link copied to clipboard
val payToIdentity: <Error class: unknown class>
Link copied to clipboard
val price: <Error class: unknown class><Currency>