Prepares a transaction to call the "remove" function on the contract.
import { sendTransaction } from "thirdweb";import { remove } from "thirdweb/extensions/thirdweb"; const transaction = remove({ contract, deployer: ..., deployment: ..., chainId: ..., overrides: { ... }}); // Send the transactionawait sendTransaction({ transaction, account });
function remove( >,
The options for the "remove" function.
A prepared transaction object.