ClaimNFTParams type
This feature is currently in beta and may change based on feedback that we receive.
The params for the useClaimNFT() hook mutation.
Signature:
export type ClaimNFTParams = {
to?: WalletAddress;
quantity: BigNumberish;
options?: ClaimOptions;
tokenId?: BigNumberish;
};
References: WalletAddress