Lectura rápida
Empieza por la explicación más corta y útil antes de profundizar.
A mechanism for programs to return data to the caller after CPI, introduced in v1.10. Programs call `set_return_data(data)` (max 1,024 bytes), and the caller retrieves it with `get_return_data()`. This enables CPI callers to receive structured results without parsing logs or modifying shared accounts.