Skip to main content

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

ParameterTypeDescription
contractAddressstringthe NFT contract address

Returns:

Promise<void>