com.r3corda.protocols / TwoPartyTradeProtocol / SellerTradeInfo

SellerTradeInfo

class SellerTradeInfo


Constructors

<init> SellerTradeInfo(assetForSale: StateAndRef<OwnableState>, price: Amount<Issued<Currency>>, sellerOwnerKey: PublicKey, sessionID: Long)

Properties

assetForSale val assetForSale: StateAndRef<OwnableState>
price val price: Amount<Issued<Currency>>
sellerOwnerKey val sellerOwnerKey: PublicKey
sessionID val sessionID: Long