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