keyRegistry

Calls the "keyRegistry" function on the contract.

Example

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

Parameters

The options for the keyRegistry function.

Type

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

Returns

let returnType: Promise<string>;

The parsed result of the function call.