openTxn MethodStatic @beta
Read a single saved transaction by its id.
openTxn(args: Omit<ChangesetReaderArgs, "db"> & { db: IModelDb, spillThresholdInBytes?: number, txnId: string }): ChangesetReader
@throws if txnId is not found, or
the native layer fails to open the transaction data.
| Parameter | Type | Description |
|---|---|---|
| args | Omit<ChangesetReaderArgs, "db"> & { db: IModelDb, spillThresholdInBytes?: number, txnId: string } |
Returns - ChangesetReader
Defined in
- backend/src/ChangesetReader.ts Line 249
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.