Marketplace.allowListingFromSpecificAssetOnly() method
Restrict listing NFTs only from the specified NFT contract address. It is possible to allow listing from multiple contract addresses.
Signature:
allowListingFromSpecificAssetOnly(contractAddress: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
contractAddress | string | the NFT contract address |
Returns:
Promise<void>