### 6. **A runtime that resolves txid imports** The missing…
### 6. **A runtime that resolves txid imports**
The missing piece is a **execution environment** that:
- Reads your code
- Sees `use [txid] as [function]`
- Fetches that transaction
- Executes the code within it
- Returns the result