Calls the "keyRegistry" function on the contract.
import { keyRegistry } from "thirdweb/extensions/farcaster"; const result = await keyRegistry({ contract,});
function keyRegistry( options: BaseTransactionOptions,): Promise<string>;
The options for the keyRegistry function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.