airdropERC1155WithSignature

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

Example

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

Parameters

Returns

A prepared transaction object.