Home > @3rdweb/sdk > DropModule > claim
Claim NFTs
Signature:
claim(quantity: BigNumberish, proofs?: BytesLike[]): Promise<NFTMetadataOwner[]>;
| Parameter | Type | Description |
|---|---|---|
| quantity | BigNumberish | Quantity of the tokens you want to claim |
| proofs | BytesLike[] | Array of proofs |
Returns:
Promise<NFTMetadataOwner[]>