updateListing

Updates an existing direct listing.

Example

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

Parameters

The options for updating the direct listing.

Type

Returns

let returnType: PreparedTransaction<
any,
AbiFunction,
>;

The result of updating the direct listing.