SellerTradeInfo

data class SellerTradeInfo(val price: Amount<Currency>, val payToIdentity: PartyAndCertificate)

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: Amount<Currency>, payToIdentity: PartyAndCertificate)

Properties

Link copied to clipboard
Link copied to clipboard