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