Expand description
Transaction engine: run_transaction and all per-op application logic.
This module is pure: it performs no file I/O and does not mutate the input document (it works on a clone). Dry-run vs. apply is the caller’s concern.
Functions§
- run_
transaction - Apply
txtodocand return a structuredTxResult.