SignatureDrop.claim() method
Claim NFTs to the connected wallet.
Signature:
claim(quantity: BigNumberish, options?: ClaimOptions): Promise<TransactionResultWithId<NFT>[]>;
Parameters
Parameter | Type | Description |
---|---|---|
quantity | BigNumberish | |
options | ClaimOptions | (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