Introduction
The Transaction Processor is the entry-point native blueprint that receives a parsed transaction manifest and executes its instructions sequentially against the engine. It sets up the auth zone, manages the worktop (the transient resource staging area), and dispatches each instruction – withdrawals, deposits, method calls – to the appropriate component.
