class NewListing
Summary
| Members | Type | Descriptions |
|---|---|---|
| type | variable | |
| assetContractAddress | variable | |
| tokenId | variable | |
| startTimestamp | variable | |
| listingDurationInSeconds | variable | |
| quantity | variable | |
| currencyContractAddress | variable | |
| reservePricePerToken | variable | |
| buyoutPricePerToken | variable | |
| ToString | function |
Members
public string type
public string assetContractAddress
public string tokenId
public long startTimestamp
public int listingDurationInSeconds
public int quantity
public string currencyContractAddress
public string reservePricePerToken
public string buyoutPricePerToken
public inline override string ToString()