DirectListingV3 interface
Represents a marketplace direct listing.
Signature:
export interface DirectListingV3
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
asset | NFTMetadata | The asset being listed. | |
assetContractAddress | string | The address of the asset being listed. | |
creatorAddress | string | The address of the creator of listing. | |
currencyContractAddress | string | The address of the currency to accept for the listing. | |
currencyValuePerToken | CurrencyValue | The CurrencyValue of the listing. Useful for displaying the price information. | |
endTimeInSeconds | number | The end time of the listing. | |
id | string | The id of the listing. | |
isReservedListing | boolean | Whether the listing is reserved to be bought from a specific set of buyers. | |
pricePerToken | string | The price to pay per unit of NFTs listed. | |
quantity | string | The quantity of tokens to include in the listing. For ERC721s, this value should always be 1 (and will be forced internally regardless of what is passed here). | |
startTimeInSeconds | number | The start time of the listing. | |
status | Status | Whether the listing is CREATED, COMPLETED, or CANCELLED. | |
tokenId | string | The ID of the token to list. |