1. Remove all use of UTxO storage from TxUnpacker (generate raw transaction types, which can be constructed without need resolve UTxO references) 2. Move all UTxO resolving to UTxO module. 3. Make UTxO storage module posting to transactions channels. 4. Make TxValidatorPhase1 receiving UTxO transaction outcomes.