Creates an auction.
import { createAuction } from "thirdweb/extensions/marketplace";import { sendTransaction } from "thirdweb"; const transaction = createAuction({...}); await sendTransaction({ transaction, account });
function createAuction(
The result of creating the auction.