TxnChangedEntityIterable Type Alias
TxnChangedEntityIterable = Iterable<Readonly<TxnChangedEntity>>
An iterable collection of TxnChangedEntitys. For efficiency, the iterator returns the same TxnChangedEntity object on each iteration. Copy the entity if you intend to retain a reference to it.
Defined in
- backend/src/TxnManager.ts Line 57
Last Updated: 03 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.