Home > @3rdweb/sdk > BundleDropModule > claim
Claim a token to yourself
Signature:
claim(tokenId: BigNumberish, quantity: BigNumberish, proofs?: BytesLike[]): Promise<TransactionReceipt>;
Parameter | Type | Description |
---|---|---|
tokenId | BigNumberish | Id of the token you want to claim |
quantity | BigNumberish | Quantity of the tokens you want to claim |
proofs | BytesLike[] | Array of proofs |
Returns:
Promise<TransactionReceipt>