Skip to main content

Erc721Enumerable.tokenIds() method

Get all token ids of NFTs owned by a specific wallet.

Signature:

tokenIds(walletAddress?: string): Promise<BigNumber[]>;

Parameters

ParameterTypeDescription
walletAddressstring(Optional) the wallet address to query, defaults to the connected wallet

Returns:

Promise<BigNumber[]>