ExtendedSaleInfo

data class ExtendedSaleInfo(val fromAddress: String, val toAddress: String, val priceUsdCents: Int, val transaction: String, val marketplaceId: String, val marketplaceName: String)

Constructors

Link copied to clipboard
constructor(fromAddress: String, toAddress: String, priceUsdCents: Int, transaction: String, marketplaceId: String, marketplaceName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard