idOf

Calls the "idOf" function on the contract.

Example

import { idOf } from "thirdweb/extensions/farcaster";
const result = await idOf({
contract,
owner: ...,
});
function idOf(
): Promise<bigint>;

Parameters

The options for the idOf function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.