fn extract_tip20_targets(
payload: &SimulatePayload<TempoTransactionRequest>,
) -> Vec<Address>Expand description
Extract TIP-20 addresses from the simulation request’s call targets.
This allows metadata resolution to start before simulation completes.