typescript-sdk

Home > @3rdweb/sdk > DropModule > claim

DropModule.claim() method

Claim NFTs

Signature:

claim(quantity: BigNumberish, proofs?: BytesLike[]): Promise<NFTMetadataOwner[]>;

Parameters

Parameter Type Description
quantity BigNumberish Quantity of the tokens you want to claim
proofs BytesLike[] Array of proofs

Returns:

Promise<NFTMetadataOwner[]>