type GetCallsStatusOptions = { bundleId: WalletSendCallsId; client: ThirdwebClient; wallet: Wallet;};
type bundleId = WalletSendCallsId;
type client = ThirdwebClient;
type wallet = Wallet;