Skip to main content

SignatureDrop.claim() method

Claim NFTs to the connected wallet.

Signature:

claim(quantity: BigNumberish, options?: ClaimOptions): Promise<TransactionResultWithId<NFT>[]>;

Parameters

ParameterTypeDescription
quantityBigNumberish
optionsClaimOptions(Optional)

Returns:

Promise<TransactionResultWithId<NFT>[]>

  • an array of results containing the id of the token claimed, the transaction receipt and a promise to optionally fetch the nft metadata

Remarks

See NFTDrop.claimTo()