transfer

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

Example

import { transfer } from "thirdweb/extensions/farcaster";
const transaction = transfer({
contract,
to: ...,
deadline: ...,
sig: ...,
overrides: {
...
}
});
// Send the transaction
...

Parameters

Returns

A prepared transaction object.