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