Erc721Enumerable.tokenIds() method
Get all token ids of NFTs owned by a specific wallet.
Signature:
tokenIds(walletAddress?: string): Promise<BigNumber[]>;
Parameters
Parameter | Type | Description |
---|---|---|
walletAddress | string | (Optional) the wallet address to query, defaults to the connected wallet |
Returns:
Promise<BigNumber[]>