Calls the "tokenOfOwnerByIndex" function on the contract.
import { tokenOfOwnerByIndex } from "thirdweb/extensions/erc721"; const result = await tokenOfOwnerByIndex({ contract, owner: ..., index: ...,});
function tokenOfOwnerByIndex( options: BaseTransactionOptions<TokenOfOwnerByIndexParams>,): Promise<bigint>;
The options for the tokenOfOwnerByIndex function.
let options: BaseTransactionOptions<TokenOfOwnerByIndexParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.