SignatureDrop.claim() method
Claim NFTs to the connected wallet.
Signature:
claim(quantity: BigNumberish, checkERC20Allowance?: boolean): Promise<TransactionResultWithId<NFTMetadataOwner>[]>;
Parameters
Parameter | Type | Description |
---|---|---|
quantity | BigNumberish | |
checkERC20Allowance | boolean | (Optional) |
Returns:
Promise<TransactionResultWithId<NFTMetadataOwner>[]>
- an array of results containing the id of the token claimed, the transaction receipt and a promise to optionally fetch the nft metadata