getBundleStatus
Get the status of a bundle, ie cross chain intents.
Usage
const bundleStatus = await orchestrator.getBundleStatus(
  'd6f64241-a62c-4542-bb23-e78d7e1e0cd6',
  bundleId,
)Parameters
userId
- Type: string
The ID of the user account to get the bundle status for.
bundleId
- Type: string
The ID of the bundle to get the status for.
Returns
bundleStatus
- Type: Promise<BundleIdStatus>
The status of the bundle.