airdropERC721WithSignature

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

Example

import { airdropERC721WithSignature } from "thirdweb/extensions/airdrop";
const transaction = airdropERC721WithSignature({
contract,
req: ...,
signature: ...,
overrides: {
...
}
});
// Send the transaction
...

Parameters

Returns

A prepared transaction object.