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