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