remove

Prepares a transaction to call the "remove" function on the contract.

Example

import { remove } from "thirdweb/extensions/farcaster";
const transaction = remove({
contract,
key: ...,
overrides: {
...
}
});
// Send the transaction
...

Parameters

Returns

A prepared transaction object.