AirdropNFTParams

The params to pass to useTransferBatchNFT .

type AirdropNFTParams = {
addresses: AirdropInput;
tokenId: BigNumberish;
};