idRegistry

Calls the "idRegistry" function on the contract.

Example

import { idRegistry } from "thirdweb/extensions/farcaster";
const result = await idRegistry({
contract,
});
function idRegistry(options: BaseTransactionOptions): Promise<string>;

Parameters

The options for the idRegistry function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.