Retrieves the Bundler contract.
import { getBundler } from "thirdweb/extensions/farcaster"; const bundler = await getBundler({ client,});
function getBundler(options: FarcasterContractOptions): Readonly;
The thirdweb client and an optional custom chain.
let options: { chain?: Chain; client: ThirdwebClient };
let returnType: Readonly;
The Bundler contract instance.