typescript-sdk

Home > @3rdweb/sdk > BundleDropModule > getAllClaimerAddresses

BundleDropModule.getAllClaimerAddresses() method

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Pulls the list of all addresses that have claimed a particular token

Signature:

getAllClaimerAddresses(tokenId: BigNumberish): Promise<string[]>;

Parameters

Parameter Type Description
tokenId BigNumberish The token id to get the claimers of

Returns:

Promise<string[]>