createListing

Creates a direct listing.

Example

import { createListing } from "thirdweb/extensions/marketplace";
import { sendTransaction } from "thirdweb";
const transaction = createListing({...});
await sendTransaction({ transaction, account });

Parameters

Returns

The result of creating the direct listing.