updateListing

Updates an existing direct listing.

Example

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

Parameters

Returns

The result of updating the direct listing.