Calls the "tokenOfOwnerByIndex" function on the contract.
import { tokenOfOwnerByIndex } from "thirdweb/extensions/erc721"; const result = await tokenOfOwnerByIndex({ contract, owner: ..., index: ...,});
The parsed result of the function call.