WaitForBundleOptions

type WaitForBundleOptions = Prettify<{
bundleId: WalletSendCallsId;
chain: Chain;
client: ThirdwebClient;
maxBlocksWaitTime?: number;
wallet: Wallet;
}>;