## convertToTransactionBundle() function

Takes a bundle and creates a Transaction Type bundle

**Signature:**

```typescript
export declare function convertToTransactionBundle(bundle: Bundle): Bundle;
```

## Parameters

| Parameter | Type   | Description                                                |
|-----------|--------|------------------------------------------------------------|
| bundle    | Bundle | The Bundle object that we'll receive from the search query |

**Returns:**

Bundle

transaction type bundle

- [convertToTransactionBundle() function](/content/docs/sdk/core.converttotransactionbundle#converttotransactionbundle-function/index.html)
- [Parameters](/content/docs/sdk/core.converttotransactionbundle#parameters/index.html)
