com.r3corda.protocols / TwoPartyTradeProtocol / SellerTradeInfo

SellerTradeInfo

class SellerTradeInfo


Constructors

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

Properties

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