Home > @3rdweb/sdk > BundleDropModule > totalSupply
Returns the total supply of a specific token
Signature:
totalSupply(tokenId: BigNumberish): Promise<BigNumber>;
Parameter | Type | Description |
---|---|---|
tokenId | BigNumberish | The token ID to get the total supply of |
Returns:
Promise<BigNumber>