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