Skip to main content

AirdropNFTParams type

This feature is currently in beta and may change based on feedback that we receive.

The params to pass to useTransferBatchNFT.

Signature:

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